| 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': [
|
|
|