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

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

Issue 1213283002: Convert aura_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: (c) 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 | « build/gn_migration.gypi ('k') | 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 { 133 {
134 "test": "app_shell_unittests" 134 "test": "app_shell_unittests"
135 }, 135 },
136 { 136 {
137 "swarming": { 137 "swarming": {
138 "can_use_on_swarming_builders": true 138 "can_use_on_swarming_builders": true
139 }, 139 },
140 "test": "ash_unittests" 140 "test": "ash_unittests"
141 }, 141 },
142 { 142 {
143 "swarming": {
144 "can_use_on_swarming_builders": true
145 },
143 "test": "aura_unittests" 146 "test": "aura_unittests"
144 }, 147 },
145 { 148 {
146 "swarming": { 149 "swarming": {
147 "can_use_on_swarming_builders": true 150 "can_use_on_swarming_builders": true
148 }, 151 },
149 "test": "base_unittests" 152 "test": "base_unittests"
150 }, 153 },
151 { 154 {
152 "test": "cacheinvalidation_unittests" 155 "test": "cacheinvalidation_unittests"
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 { 343 {
341 "test": "app_shell_unittests" 344 "test": "app_shell_unittests"
342 }, 345 },
343 { 346 {
344 "swarming": { 347 "swarming": {
345 "can_use_on_swarming_builders": true 348 "can_use_on_swarming_builders": true
346 }, 349 },
347 "test": "ash_unittests" 350 "test": "ash_unittests"
348 }, 351 },
349 { 352 {
353 "swarming": {
354 "can_use_on_swarming_builders": true
355 },
350 "test": "aura_unittests" 356 "test": "aura_unittests"
351 }, 357 },
352 { 358 {
353 "swarming": { 359 "swarming": {
354 "can_use_on_swarming_builders": true 360 "can_use_on_swarming_builders": true
355 }, 361 },
356 "test": "base_unittests" 362 "test": "base_unittests"
357 }, 363 },
358 { 364 {
359 "swarming": { 365 "swarming": {
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 { 558 {
553 "test": "app_shell_unittests" 559 "test": "app_shell_unittests"
554 }, 560 },
555 { 561 {
556 "swarming": { 562 "swarming": {
557 "can_use_on_swarming_builders": true 563 "can_use_on_swarming_builders": true
558 }, 564 },
559 "test": "ash_unittests" 565 "test": "ash_unittests"
560 }, 566 },
561 { 567 {
568 "swarming": {
569 "can_use_on_swarming_builders": true
570 },
562 "test": "aura_unittests" 571 "test": "aura_unittests"
563 }, 572 },
564 { 573 {
565 "swarming": { 574 "swarming": {
566 "can_use_on_swarming_builders": true 575 "can_use_on_swarming_builders": true
567 }, 576 },
568 "test": "base_unittests" 577 "test": "base_unittests"
569 }, 578 },
570 { 579 {
571 "swarming": { 580 "swarming": {
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 }, 749 },
741 { 750 {
742 "test": "views_unittests" 751 "test": "views_unittests"
743 }, 752 },
744 { 753 {
745 "test": "wm_unittests" 754 "test": "wm_unittests"
746 } 755 }
747 ] 756 ]
748 } 757 }
749 } 758 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698