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

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

Issue 2055853002: Flip CQ builders that are building 'all' to 'gn_all'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « testing/buildbot/chromium.linux.json ('k') | 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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after
2321 }, 2321 },
2322 "test": "content_browsertests" 2322 "test": "content_browsertests"
2323 }, 2323 },
2324 { 2324 {
2325 "swarming": { 2325 "swarming": {
2326 "can_use_on_swarming_builders": true 2326 "can_use_on_swarming_builders": true
2327 }, 2327 },
2328 "test": "events_unittests" 2328 "test": "events_unittests"
2329 } 2329 }
2330 ] 2330 ]
2331 },
2332 "WinClang64 (dbg)": {
2333 "additional_compile_targets": [
2334 "gn_all"
2335 ]
2331 } 2336 }
2332 } 2337 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698