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

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

Issue 1205703002: Convert gfx_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@11_net_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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 }, 203 },
204 "test": "extensions_browsertests" 204 "test": "extensions_browsertests"
205 }, 205 },
206 { 206 {
207 "test": "extensions_unittests" 207 "test": "extensions_unittests"
208 }, 208 },
209 { 209 {
210 "test": "gcm_unit_tests" 210 "test": "gcm_unit_tests"
211 }, 211 },
212 { 212 {
213 "swarming": {
214 "can_use_on_swarming_builders": true
215 },
213 "test": "gfx_unittests" 216 "test": "gfx_unittests"
214 }, 217 },
215 { 218 {
216 "test": "google_apis_unittests" 219 "test": "google_apis_unittests"
217 }, 220 },
218 { 221 {
219 "test": "gpu_unittests" 222 "test": "gpu_unittests"
220 }, 223 },
221 { 224 {
222 "swarming": { 225 "swarming": {
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 }, 404 },
402 "test": "extensions_browsertests" 405 "test": "extensions_browsertests"
403 }, 406 },
404 { 407 {
405 "test": "extensions_unittests" 408 "test": "extensions_unittests"
406 }, 409 },
407 { 410 {
408 "test": "gcm_unit_tests" 411 "test": "gcm_unit_tests"
409 }, 412 },
410 { 413 {
414 "swarming": {
415 "can_use_on_swarming_builders": true
416 },
411 "test": "gfx_unittests" 417 "test": "gfx_unittests"
412 }, 418 },
413 { 419 {
414 "test": "google_apis_unittests" 420 "test": "google_apis_unittests"
415 }, 421 },
416 { 422 {
417 "test": "gpu_unittests" 423 "test": "gpu_unittests"
418 }, 424 },
419 { 425 {
420 "swarming": { 426 "swarming": {
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 }, 599 },
594 "test": "extensions_browsertests" 600 "test": "extensions_browsertests"
595 }, 601 },
596 { 602 {
597 "test": "extensions_unittests" 603 "test": "extensions_unittests"
598 }, 604 },
599 { 605 {
600 "test": "gcm_unit_tests" 606 "test": "gcm_unit_tests"
601 }, 607 },
602 { 608 {
609 "swarming": {
610 "can_use_on_swarming_builders": true
611 },
603 "test": "gfx_unittests" 612 "test": "gfx_unittests"
604 }, 613 },
605 { 614 {
606 "test": "google_apis_unittests" 615 "test": "google_apis_unittests"
607 }, 616 },
608 { 617 {
609 "test": "gpu_unittests" 618 "test": "gpu_unittests"
610 }, 619 },
611 { 620 {
612 "swarming": { 621 "swarming": {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 }, 695 },
687 { 696 {
688 "test": "views_unittests" 697 "test": "views_unittests"
689 }, 698 },
690 { 699 {
691 "test": "wm_unittests" 700 "test": "wm_unittests"
692 } 701 }
693 ] 702 ]
694 } 703 }
695 } 704 }
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