diff --git a/infra/bots/jobs.json b/infra/bots/jobs.json index 4a2b104cab..2428e61cfc 100644 --- a/infra/bots/jobs.json +++ b/infra/bots/jobs.json @@ -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", diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json index c68d2e003f..c1819e931c 100755 --- a/infra/bots/tasks.json +++ b/infra/bots/tasks.json @@ -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}",