Commit 5484f678 authored by ynovikov's avatar ynovikov Committed by Commit bot

Skip all webgl_conformance suites on the GPU FYI TSAN bot.

Previous CL missed a few.

BUG=691029
TBR=kbr@chromium.org
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2748363003
Cr-Commit-Position: refs/heads/master@{#457496}
parent cba3aa3a
...@@ -1737,6 +1737,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = { ...@@ -1737,6 +1737,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
# Run this on the FYI waterfall and optional tryservers. # Run this on the FYI waterfall and optional tryservers.
'predicate': Predicates.FYI_AND_OPTIONAL, 'predicate': Predicates.FYI_AND_OPTIONAL,
'os_types': ['win'], 'os_types': ['win'],
'disabled_instrumentation_types': ['tsan'],
} }
], ],
'disabled_tester_configs': [ 'disabled_tester_configs': [
...@@ -1758,6 +1759,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = { ...@@ -1758,6 +1759,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
# Run this on the FYI waterfall and optional tryservers. # Run this on the FYI waterfall and optional tryservers.
'predicate': Predicates.FYI_AND_OPTIONAL, 'predicate': Predicates.FYI_AND_OPTIONAL,
'os_types': ['win'], 'os_types': ['win'],
'disabled_instrumentation_types': ['tsan'],
} }
], ],
'disabled_tester_configs': [ 'disabled_tester_configs': [
...@@ -1827,6 +1829,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = { ...@@ -1827,6 +1829,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
# Run this on the FYI waterfall and optional tryservers. # Run this on the FYI waterfall and optional tryservers.
'predicate': Predicates.FYI_AND_OPTIONAL, 'predicate': Predicates.FYI_AND_OPTIONAL,
'os_types': ['win'], 'os_types': ['win'],
'disabled_instrumentation_types': ['tsan'],
} }
], ],
'disabled_tester_configs': [ 'disabled_tester_configs': [
...@@ -1855,6 +1858,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = { ...@@ -1855,6 +1858,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
# Run this on the FYI waterfall and optional tryservers. # Run this on the FYI waterfall and optional tryservers.
'predicate': Predicates.FYI_AND_OPTIONAL, 'predicate': Predicates.FYI_AND_OPTIONAL,
'os_types': ['linux'], 'os_types': ['linux'],
'disabled_instrumentation_types': ['tsan'],
} }
], ],
'disabled_tester_configs': [ 'disabled_tester_configs': [
...@@ -1976,6 +1980,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = { ...@@ -1976,6 +1980,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
'os': 'Windows-2008ServerR2-SP1' 'os': 'Windows-2008ServerR2-SP1'
}, },
], ],
'disabled_instrumentation_types': ['tsan'],
}, },
], ],
'disabled_tester_configs': [ 'disabled_tester_configs': [
......
...@@ -3717,29 +3717,6 @@ ...@@ -3717,29 +3717,6 @@
} }
] ]
} }
},
{
"args": [
"webgl_conformance",
"--show-stdout",
"--browser=release",
"-v",
"--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc --use-gl=angle --use-angle=gl --use-passthrough-cmd-decoder"
],
"isolate_name": "telemetry_gpu_integration_test",
"name": "webgl_conformance_gl_passthrough_tests",
"override_compile_targets": [
"telemetry_gpu_integration_test_run"
],
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"gpu": "10de:104a",
"os": "Ubuntu"
}
]
}
} }
] ]
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment