add ASAN FM bot
Change-Id: Ifa3215299b064e024acf4f7f64dda1c6345c67b0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/364457 Reviewed-by: Mike Klein <mtklein@google.com>
This commit is contained in:
parent
d842feea48
commit
d6c70d3f44
@ -149,6 +149,7 @@
|
||||
"Canary-Flutter",
|
||||
"Canary-G3",
|
||||
"FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All",
|
||||
"FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN",
|
||||
"FM-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Debug-All",
|
||||
"FM-Win2019-Clang-GCE-CPU-AVX2-x86_64-Debug-All",
|
||||
"Fuzz-Debian10-Clang",
|
||||
|
@ -758,6 +758,11 @@
|
||||
"FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All"
|
||||
]
|
||||
},
|
||||
"FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN": {
|
||||
"tasks": [
|
||||
"FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN"
|
||||
]
|
||||
},
|
||||
"FM-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Debug-All": {
|
||||
"tasks": [
|
||||
"FM-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Debug-All"
|
||||
@ -14919,6 +14924,35 @@
|
||||
"max_attempts": 1,
|
||||
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
|
||||
},
|
||||
"FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN": {
|
||||
"command": [
|
||||
"./fm_driver${EXECUTABLE_SUFFIX}",
|
||||
"--local=false",
|
||||
"--resources=skia/resources",
|
||||
"--project_id",
|
||||
"skia-swarming-bots",
|
||||
"--task_id",
|
||||
"<(TASK_ID)",
|
||||
"--bot",
|
||||
"FM-Debian10-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN",
|
||||
"build/fm${EXECUTABLE_SUFFIX}"
|
||||
],
|
||||
"dependencies": [
|
||||
"Build-Debian10-Clang-x86_64-Debug-ASAN",
|
||||
"Housekeeper-PerCommit-BuildTaskDrivers_linux_amd64"
|
||||
],
|
||||
"dimensions": [
|
||||
"cpu:x86-64-Haswell_GCE",
|
||||
"gpu:none",
|
||||
"machine_type:n1-highcpu-64",
|
||||
"os:Debian-10.3",
|
||||
"pool:Skia"
|
||||
],
|
||||
"expiration_ns": 900000000000,
|
||||
"isolate": "test_skia_bundled.isolate",
|
||||
"max_attempts": 1,
|
||||
"service_account": "skia-external-compile-tasks@skia-swarming-bots.iam.gserviceaccount.com"
|
||||
},
|
||||
"FM-Mac10.13-Clang-MacBookPro11.5-CPU-AVX2-x86_64-Debug-All": {
|
||||
"command": [
|
||||
"./fm_driver${EXECUTABLE_SUFFIX}",
|
||||
|
Loading…
Reference in New Issue
Block a user