Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(729)

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2746363008: gpu_tests: do not run info_collection on Mac Asan (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index b2f53d05603a533a004fa6435c3776662d1b817e..70c9c48f3d54d01e6c606850d6015c870b2e8422 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1619,6 +1619,15 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'disabled_instrumentation_types': ['tsan'],
}
],
+ 'disabled_tester_configs': [
+ {
+ # The Mac ASAN swarming runs on two different GPU types so we can't
+ # have one expected vendor ID / device ID
+ 'names': [
+ 'Mac GPU ASAN Release',
+ ],
+ },
+ ],
},
'maps_pixel_test': {
'target_name': 'maps',
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698