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

Side by Side Diff: testing/buildbot/chromium.chromiumos.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.json ('k') | testing/buildbot/chromium.linux.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 Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "gn_all"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS GN": { 7 "Linux ChromiumOS GN": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "gn_all" 9 "gn_all"
10 ], 10 ],
11 "gtest_tests": [ 11 "gtest_tests": [
12 { 12 {
13 "swarming": { 13 "swarming": {
14 "can_use_on_swarming_builders": true 14 "can_use_on_swarming_builders": true
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 }, 960 },
961 { 961 {
962 "swarming": { 962 "swarming": {
963 "can_use_on_swarming_builders": true 963 "can_use_on_swarming_builders": true
964 }, 964 },
965 "test": "wm_unittests" 965 "test": "wm_unittests"
966 } 966 }
967 ] 967 ]
968 } 968 }
969 } 969 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.json ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698