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

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 1223293004: Swarm setup_unittests on FYI bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | testing/buildbot/ninja_to_gn.pyl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Vista Tests (1)": { 2 "Vista Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 }, 231 },
232 "test": "sbox_unittests" 232 "test": "sbox_unittests"
233 }, 233 },
234 { 234 {
235 "swarming": { 235 "swarming": {
236 "can_use_on_swarming_builders": true 236 "can_use_on_swarming_builders": true
237 }, 237 },
238 "test": "sbox_validation_tests" 238 "test": "sbox_validation_tests"
239 }, 239 },
240 { 240 {
241 "test": "setup_unittests"
M-A Ruel 2015/07/13 20:26:00 Please have it run on swarming, otherwise you'll b
grt (UTC plus 2) 2015/07/13 20:54:17 This can't be as simple as "can_use_on_swarming_bu
M-A Ruel 2015/07/13 22:29:57 https://codereview.chromium.org/1220833004 is a go
242 },
243 {
241 "swarming": { 244 "swarming": {
242 "can_use_on_swarming_builders": true 245 "can_use_on_swarming_builders": true
243 }, 246 },
244 "test": "skia_unittests" 247 "test": "skia_unittests"
245 }, 248 },
246 { 249 {
247 "swarming": { 250 "swarming": {
248 "can_use_on_swarming_builders": true 251 "can_use_on_swarming_builders": true
249 }, 252 },
250 "test": "sql_unittests" 253 "test": "sql_unittests"
(...skipping 1623 matching lines...) Expand 10 before | Expand all | Expand 10 after
1874 "name": "telemetry_perf_unittests", 1877 "name": "telemetry_perf_unittests",
1875 "script": "telemetry_perf_unittests.py" 1878 "script": "telemetry_perf_unittests.py"
1876 }, 1879 },
1877 { 1880 {
1878 "name": "nacl_integration", 1881 "name": "nacl_integration",
1879 "script": "nacl_integration.py" 1882 "script": "nacl_integration.py"
1880 } 1883 }
1881 ] 1884 ]
1882 } 1885 }
1883 } 1886 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/ninja_to_gn.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698