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

Side by Side Diff: testing/buildbot/chromium.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 | « no previous file | testing/buildbot/chromium.chromiumos.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": {
3 "additional_compile_targets": [
4 "all"
5 ],
6 "scripts": [
7 {
8 "name": "checklicenses",
9 "script": "checklicenses.py"
10 },
11 {
12 "name": "checkperms",
13 "script": "checkperms.py"
14 },
15 {
16 "args": [
17 "linux-release/sizes"
18 ],
19 "name": "sizes",
20 "script": "sizes.py"
21 }
22 ]
23 },
24 "Linux x64": { 2 "Linux x64": {
25 "additional_compile_targets": [ 3 "additional_compile_targets": [
26 "all" 4 "gn_all"
27 ], 5 ],
28 "scripts": [ 6 "scripts": [
29 { 7 {
30 "args": [ 8 "args": [
31 "linux-release-64/sizes" 9 "linux-release-64/sizes"
32 ], 10 ],
33 "name": "sizes", 11 "name": "sizes",
34 "script": "sizes.py" 12 "script": "sizes.py"
35 } 13 }
36 ] 14 ]
37 }, 15 },
38 "Mac": { 16 "Mac": {
39 "additional_compile_targets": [ 17 "additional_compile_targets": [
40 "all" 18 "all"
41 ], 19 ],
42 "scripts": [ 20 "scripts": [
43 { 21 {
44 "args": [ 22 "args": [
45 "mac-release/sizes" 23 "mac-release/sizes"
46 ], 24 ],
47 "name": "sizes", 25 "name": "sizes",
48 "script": "sizes.py" 26 "script": "sizes.py"
49 } 27 }
50 ] 28 ]
51 }, 29 },
52 "Win": { 30 "Win": {
53 "additional_compile_targets": [ 31 "additional_compile_targets": [
54 "all" 32 "gn_all"
55 ], 33 ],
56 "scripts": [ 34 "scripts": [
57 { 35 {
36 "name": "checkbins",
37 "script": "checkbins.py"
38 }
39 ]
40 },
41 "Win x64": {
42 "additional_compile_targets": [
43 "gn_all"
44 ],
45 "scripts": [
46 {
58 "name": "checkbins", 47 "name": "checkbins",
59 "script": "checkbins.py" 48 "script": "checkbins.py"
60 } 49 }
61 ] 50 ]
62 } 51 }
63 } 52 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698