Commit da3f7030 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Add comments explaining why the cast bots run two test suites unswarmed.

Also add a data dep that's necessary (but apparently not sufficient) for
cast_shell_browsertests to run on swarming.

Bug: 861753, 861843
Change-Id: Ib10a8589c1349ac70dc4d4358395af6b2867d16b
Reviewed-on: https://chromium-review.googlesource.com/1133201Reviewed-by: default avatarLuke Halliwell <halliwell@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574156}
parent 7f160bf8
...@@ -462,6 +462,10 @@ cast_source_set("browsertests") { ...@@ -462,6 +462,10 @@ cast_source_set("browsertests") {
"//components/prefs", "//components/prefs",
"//media:test_support", "//media:test_support",
] ]
data = [
"//media/test/data/",
]
} }
cast_source_set("unittests") { cast_source_set("unittests") {
......
...@@ -330,7 +330,7 @@ ...@@ -330,7 +330,7 @@
'--test-launcher-jobs=1', '--test-launcher-jobs=1',
], ],
'swarming': { 'swarming': {
'can_use_on_swarming_builders': False, 'can_use_on_swarming_builders': False, # https://crbug.com/861753
}, },
}, },
'Cast Linux': { 'Cast Linux': {
...@@ -341,7 +341,7 @@ ...@@ -341,7 +341,7 @@
'--test-launcher-jobs=1', '--test-launcher-jobs=1',
], ],
'swarming': { 'swarming': {
'can_use_on_swarming_builders': False, 'can_use_on_swarming_builders': False, # https://crbug.com/861753
}, },
}, },
}, },
...@@ -778,7 +778,7 @@ ...@@ -778,7 +778,7 @@
'--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.content_browsertests.filter', '--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.content_browsertests.filter',
], ],
'swarming': { 'swarming': {
'can_use_on_swarming_builders': False, 'can_use_on_swarming_builders': False, # https://crbug.com/861843
}, },
}, },
'Cast Linux': { 'Cast Linux': {
...@@ -786,7 +786,7 @@ ...@@ -786,7 +786,7 @@
'--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.content_browsertests.filter', '--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.content_browsertests.filter',
], ],
'swarming': { 'swarming': {
'can_use_on_swarming_builders': False, 'can_use_on_swarming_builders': False, # https://crbug.com/861843
}, },
}, },
# chromium.memory # chromium.memory
......
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