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

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

Issue 1200233003: Convert gpu_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@12_gfx_unittests
Patch Set: Created 5 years, 6 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/chromium.fyi.json » ('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 "Linux ChromiumOS GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 { 212 {
213 "swarming": { 213 "swarming": {
214 "can_use_on_swarming_builders": true 214 "can_use_on_swarming_builders": true
215 }, 215 },
216 "test": "gfx_unittests" 216 "test": "gfx_unittests"
217 }, 217 },
218 { 218 {
219 "test": "google_apis_unittests" 219 "test": "google_apis_unittests"
220 }, 220 },
221 { 221 {
222 "swarming": {
223 "can_use_on_swarming_builders": true
224 },
222 "test": "gpu_unittests" 225 "test": "gpu_unittests"
223 }, 226 },
224 { 227 {
225 "swarming": { 228 "swarming": {
226 "can_use_on_swarming_builders": true, 229 "can_use_on_swarming_builders": true,
227 "shards": 3 230 "shards": 3
228 }, 231 },
229 "test": "interactive_ui_tests" 232 "test": "interactive_ui_tests"
230 }, 233 },
231 { 234 {
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 { 416 {
414 "swarming": { 417 "swarming": {
415 "can_use_on_swarming_builders": true 418 "can_use_on_swarming_builders": true
416 }, 419 },
417 "test": "gfx_unittests" 420 "test": "gfx_unittests"
418 }, 421 },
419 { 422 {
420 "test": "google_apis_unittests" 423 "test": "google_apis_unittests"
421 }, 424 },
422 { 425 {
426 "swarming": {
427 "can_use_on_swarming_builders": true
428 },
423 "test": "gpu_unittests" 429 "test": "gpu_unittests"
424 }, 430 },
425 { 431 {
426 "swarming": { 432 "swarming": {
427 "can_use_on_swarming_builders": true 433 "can_use_on_swarming_builders": true
428 }, 434 },
429 "test": "interactive_ui_tests" 435 "test": "interactive_ui_tests"
430 }, 436 },
431 { 437 {
432 "test": "ipc_tests" 438 "test": "ipc_tests"
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 { 614 {
609 "swarming": { 615 "swarming": {
610 "can_use_on_swarming_builders": true 616 "can_use_on_swarming_builders": true
611 }, 617 },
612 "test": "gfx_unittests" 618 "test": "gfx_unittests"
613 }, 619 },
614 { 620 {
615 "test": "google_apis_unittests" 621 "test": "google_apis_unittests"
616 }, 622 },
617 { 623 {
624 "swarming": {
625 "can_use_on_swarming_builders": true
626 },
618 "test": "gpu_unittests" 627 "test": "gpu_unittests"
619 }, 628 },
620 { 629 {
621 "swarming": { 630 "swarming": {
622 "can_use_on_swarming_builders": true, 631 "can_use_on_swarming_builders": true,
623 "shards": 3 632 "shards": 3
624 }, 633 },
625 "test": "interactive_ui_tests" 634 "test": "interactive_ui_tests"
626 }, 635 },
627 { 636 {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 }, 704 },
696 { 705 {
697 "test": "views_unittests" 706 "test": "views_unittests"
698 }, 707 },
699 { 708 {
700 "test": "wm_unittests" 709 "test": "wm_unittests"
701 } 710 }
702 ] 711 ]
703 } 712 }
704 } 713 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698