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

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

Issue 2460773002: Fix bad merge caused by repetitive nature of chromium.fyi.json. (Closed)
Patch Set: sync Created 4 years, 1 month 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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 12370 matching lines...) Expand 10 before | Expand all | Expand 10 after
12381 { 12381 {
12382 "swarming": { 12382 "swarming": {
12383 "can_use_on_swarming_builders": true 12383 "can_use_on_swarming_builders": true
12384 }, 12384 },
12385 "test": "views_unittests" 12385 "test": "views_unittests"
12386 }, 12386 },
12387 { 12387 {
12388 "swarming": { 12388 "swarming": {
12389 "can_use_on_swarming_builders": true 12389 "can_use_on_swarming_builders": true
12390 }, 12390 },
12391 "test": "webkit_unit_tests"
12392 },
12393 {
12394 "swarming": {
12395 "can_use_on_swarming_builders": true
12396 },
12397 "test": "wm_unittests" 12391 "test": "wm_unittests"
12398 }, 12392 },
12399 { 12393 {
12400 "swarming": { 12394 "swarming": {
12401 "can_use_on_swarming_builders": true 12395 "can_use_on_swarming_builders": true
12402 }, 12396 },
12403 "test": "wtf_unittests" 12397 "test": "wtf_unittests"
12404 } 12398 }
12405 ] 12399 ]
12406 }, 12400 },
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
12727 { 12721 {
12728 "swarming": { 12722 "swarming": {
12729 "can_use_on_swarming_builders": true 12723 "can_use_on_swarming_builders": true
12730 }, 12724 },
12731 "test": "views_unittests" 12725 "test": "views_unittests"
12732 }, 12726 },
12733 { 12727 {
12734 "swarming": { 12728 "swarming": {
12735 "can_use_on_swarming_builders": true 12729 "can_use_on_swarming_builders": true
12736 }, 12730 },
12731 "test": "webkit_unit_tests"
12732 },
12733 {
12734 "swarming": {
12735 "can_use_on_swarming_builders": true
12736 },
12737 "test": "wm_unittests" 12737 "test": "wm_unittests"
12738 }, 12738 },
12739 { 12739 {
12740 "swarming": { 12740 "swarming": {
12741 "can_use_on_swarming_builders": true 12741 "can_use_on_swarming_builders": true
12742 }, 12742 },
12743 "test": "wtf_unittests" 12743 "test": "wtf_unittests"
12744 } 12744 }
12745 ] 12745 ]
12746 }, 12746 },
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
12971 }, 12971 },
12972 { 12972 {
12973 "swarming": { 12973 "swarming": {
12974 "can_use_on_swarming_builders": true 12974 "can_use_on_swarming_builders": true
12975 }, 12975 },
12976 "test": "views_unittests" 12976 "test": "views_unittests"
12977 } 12977 }
12978 ] 12978 ]
12979 } 12979 }
12980 } 12980 }
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