92c9171125
This adds a few JS tests (see *.spec.test) and runs them using Karma and a Docker image containing Karma, node, and Chrome (currently at 68). We only add a Debug Test here because the Release version has some test helpers (e.g. Region) compiled out. If those end up not mattering for tests, we can add in a Release version. Bug: skia:8216 Change-Id: Ica6ab3a4f21688cfa175a90d42c2254d38e8fcf1 Reviewed-on: https://skia-review.googlesource.com/145723 Reviewed-by: Joe Gregorio <jcgregorio@google.com> Reviewed-by: Eric Boren <borenet@google.com>
22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"gs_bucket_gm": "skia-infra-gm",
|
|
"gold_hashes_url": "https://storage.googleapis.com/skia-infra-gm/hash_files/gold-prod-hashes.txt",
|
|
"gs_bucket_nano": "skia-perf",
|
|
"gs_bucket_coverage": "skia-coverage",
|
|
"gs_bucket_calm": "skia-calmbench",
|
|
"pool": "Skia",
|
|
"no_upload": [
|
|
"ASAN",
|
|
"AbandonGpuContext",
|
|
"Coverage",
|
|
"MSAN",
|
|
"Metal",
|
|
"OpenCL",
|
|
"PathKit",
|
|
"SKQP",
|
|
"TSAN",
|
|
"UBSAN",
|
|
"Valgrind"
|
|
]
|
|
}
|