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

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

Issue 2694803002: Switch views_mus_interactive_ui_tests to use swarming. (Closed)
Patch Set: Other tests to swarming. Created 3 years, 10 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 | no next file » | 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 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "test": "mash_unittests" 235 "test": "mash_unittests"
236 }, 236 },
237 { 237 {
238 "swarming": { 238 "swarming": {
239 "can_use_on_swarming_builders": true 239 "can_use_on_swarming_builders": true
240 }, 240 },
241 "test": "media_blink_unittests" 241 "test": "media_blink_unittests"
242 }, 242 },
243 { 243 {
244 "swarming": { 244 "swarming": {
245 "can_use_on_swarming_builders": false 245 "can_use_on_swarming_builders": true
246 }, 246 },
247 "test": "media_service_unittests" 247 "test": "media_service_unittests"
248 }, 248 },
249 { 249 {
250 "swarming": { 250 "swarming": {
251 "can_use_on_swarming_builders": true 251 "can_use_on_swarming_builders": true
252 }, 252 },
253 "test": "media_unittests" 253 "test": "media_unittests"
254 }, 254 },
255 { 255 {
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "test": "unit_tests" 409 "test": "unit_tests"
410 }, 410 },
411 { 411 {
412 "swarming": { 412 "swarming": {
413 "can_use_on_swarming_builders": true 413 "can_use_on_swarming_builders": true
414 }, 414 },
415 "test": "url_unittests" 415 "test": "url_unittests"
416 }, 416 },
417 { 417 {
418 "swarming": { 418 "swarming": {
419 "can_use_on_swarming_builders": false 419 "can_use_on_swarming_builders": true
420 }, 420 },
421 "test": "views_mus_interactive_ui_tests" 421 "test": "views_mus_interactive_ui_tests"
422 }, 422 },
423 { 423 {
424 "swarming": { 424 "swarming": {
425 "can_use_on_swarming_builders": false 425 "can_use_on_swarming_builders": true
426 }, 426 },
427 "test": "views_mus_unittests" 427 "test": "views_mus_unittests"
428 }, 428 },
429 { 429 {
430 "swarming": { 430 "swarming": {
431 "can_use_on_swarming_builders": true 431 "can_use_on_swarming_builders": true
432 }, 432 },
433 "test": "views_unittests" 433 "test": "views_unittests"
434 }, 434 },
435 { 435 {
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 }, 1136 },
1137 { 1137 {
1138 "swarming": { 1138 "swarming": {
1139 "can_use_on_swarming_builders": true 1139 "can_use_on_swarming_builders": true
1140 }, 1140 },
1141 "test": "wm_unittests" 1141 "test": "wm_unittests"
1142 } 1142 }
1143 ] 1143 ]
1144 } 1144 }
1145 } 1145 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698