Commit 96a75a69 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Run interactive_ui_tests on the tsan bot.

TBR=jbudorick

Bug: 455679,843511
Change-Id: I716eaad2c98521978d25ee5b0bf00d57534eb19c
Reviewed-on: https://chromium-review.googlesource.com/1104803Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568728}
parent b14d60b3
...@@ -5921,6 +5921,13 @@ ...@@ -5921,6 +5921,13 @@
}, },
"test": "headless_unittests" "test": "headless_unittests"
}, },
{
"swarming": {
"can_use_on_swarming_builders": true,
"shards": 6
},
"test": "interactive_ui_tests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true
......
...@@ -1457,8 +1457,6 @@ ...@@ -1457,8 +1457,6 @@
# chromium.clang # chromium.clang
'ToTLinuxUBSanVptr', # https://crbug.com/815190 'ToTLinuxUBSanVptr', # https://crbug.com/815190
'UBSanVptr Linux', # https://crbug.com/815190 'UBSanVptr Linux', # https://crbug.com/815190
# chromium.memory
'Linux TSan Tests',
], ],
'modifications': { 'modifications': {
# chromium.win # chromium.win
...@@ -1469,8 +1467,13 @@ ...@@ -1469,8 +1467,13 @@
}, },
# chromium.memory # chromium.memory
'Linux ASan LSan Tests (1)': { 'Linux ASan LSan Tests (1)': {
# These are slow on the ASAN trybot for some reason. # These are slow on the ASan trybot for some reason, crbug.com/794372
# crbug.com/794372 'swarming': {
'shards': 6,
},
},
'Linux TSan Tests': {
# These are slow on the TSan trybot for some reason, crbug.com/794372
'swarming': { 'swarming': {
'shards': 6, 'shards': 6,
}, },
......
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