forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Mac FYI ASAN GPU split builder/tester bots
Replacing combined buildertester "Mac FYI GPU ASAN Release" deleted in crrev.com/c/3200452. The split testers serialize tests, reducing the load on Mac Retina AMD pool (as well as Mac Mini Intel pool). Caveats for testing/buildbot/test_suite_exceptions.pyl: 1. This enables info_collection_tests suite which was previously disabled because the old bot ran on 2 GPUs, so we couldn't give a single expectation. 2. This doesn't add is-asan argument for passthrough variants of WebGL tests, since this was the original state. Since we currently have some no-asan expectations which apply to this bot, I don't want to make changes at the moment. Bug: 1255237 Change-Id: I0b0d0da219e211cd5fa66804add4fea85830eb3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3199212 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/main@{#927511}
- Loading branch information
Showing
17 changed files
with
3,821 additions
and
307 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
infra/config/generated/builders/ci/GPU FYI Mac Builder (asan)/properties.textpb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"$build/goma": { | ||
"rpc_extra_params": "?prod", | ||
"server_host": "goma.chromium.org", | ||
"use_luci_auth": true | ||
}, | ||
"$kitchen": { | ||
"devshell": true, | ||
"git_auth": true | ||
}, | ||
"$recipe_engine/resultdb/test_presentation": { | ||
"column_keys": [], | ||
"grouping_keys": [ | ||
"status", | ||
"v.test_suite" | ||
] | ||
}, | ||
"perf_dashboard_machine_group": "ChromiumGPUFYI", | ||
"recipe": "chromium" | ||
} |
15 changes: 15 additions & 0 deletions
15
infra/config/generated/builders/ci/Mac FYI ASAN (Intel)/properties.textpb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"$kitchen": { | ||
"devshell": true, | ||
"git_auth": true | ||
}, | ||
"$recipe_engine/resultdb/test_presentation": { | ||
"column_keys": [], | ||
"grouping_keys": [ | ||
"status", | ||
"v.test_suite" | ||
] | ||
}, | ||
"perf_dashboard_machine_group": "ChromiumGPUFYI", | ||
"recipe": "chromium" | ||
} |
15 changes: 15 additions & 0 deletions
15
infra/config/generated/builders/ci/Mac FYI Retina ASAN (AMD)/properties.textpb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"$kitchen": { | ||
"devshell": true, | ||
"git_auth": true | ||
}, | ||
"$recipe_engine/resultdb/test_presentation": { | ||
"column_keys": [], | ||
"grouping_keys": [ | ||
"status", | ||
"v.test_suite" | ||
] | ||
}, | ||
"perf_dashboard_machine_group": "ChromiumGPUFYI", | ||
"recipe": "chromium" | ||
} |
19 changes: 19 additions & 0 deletions
19
infra/config/generated/builders/try/gpu-fyi-try-mac-amd-retina-asan/properties.textpb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"$build/goma": { | ||
"rpc_extra_params": "?prod", | ||
"server_host": "goma.chromium.org", | ||
"use_luci_auth": true | ||
}, | ||
"$kitchen": { | ||
"devshell": true, | ||
"git_auth": true | ||
}, | ||
"$recipe_engine/resultdb/test_presentation": { | ||
"column_keys": [], | ||
"grouping_keys": [ | ||
"status", | ||
"v.test_suite" | ||
] | ||
}, | ||
"recipe": "chromium_trybot" | ||
} |
19 changes: 19 additions & 0 deletions
19
infra/config/generated/builders/try/gpu-fyi-try-mac-intel-asan/properties.textpb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"$build/goma": { | ||
"rpc_extra_params": "?prod", | ||
"server_host": "goma.chromium.org", | ||
"use_luci_auth": true | ||
}, | ||
"$kitchen": { | ||
"devshell": true, | ||
"git_auth": true | ||
}, | ||
"$recipe_engine/resultdb/test_presentation": { | ||
"column_keys": [], | ||
"grouping_keys": [ | ||
"status", | ||
"v.test_suite" | ||
] | ||
}, | ||
"recipe": "chromium_trybot" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.