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

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

Issue 2748363003: Skip all webgl_conformance suites on the GPU FYI TSAN bot. (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..e45bcdc63065f4e743d1e69999defd9e1f1c00f3 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1728,6 +1728,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
# Run this on the FYI waterfall and optional tryservers.
'predicate': Predicates.FYI_AND_OPTIONAL,
'os_types': ['win'],
+ 'disabled_instrumentation_types': ['tsan'],
}
],
'disabled_tester_configs': [
@@ -1749,6 +1750,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
# Run this on the FYI waterfall and optional tryservers.
'predicate': Predicates.FYI_AND_OPTIONAL,
'os_types': ['win'],
+ 'disabled_instrumentation_types': ['tsan'],
}
],
'disabled_tester_configs': [
@@ -1818,6 +1820,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
# Run this on the FYI waterfall and optional tryservers.
'predicate': Predicates.FYI_AND_OPTIONAL,
'os_types': ['win'],
+ 'disabled_instrumentation_types': ['tsan'],
}
],
'disabled_tester_configs': [
@@ -1846,6 +1849,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
# Run this on the FYI waterfall and optional tryservers.
'predicate': Predicates.FYI_AND_OPTIONAL,
'os_types': ['linux'],
+ 'disabled_instrumentation_types': ['tsan'],
}
],
'disabled_tester_configs': [
@@ -1967,6 +1971,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'os': 'Windows-2008ServerR2-SP1'
},
],
+ 'disabled_instrumentation_types': ['tsan'],
},
],
'disabled_tester_configs': [
« 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