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

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

Issue 1460013003: Re-land "Flip 'Linux x64' bot on chromium waterfall to GN." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update perf_expectations again Created 5 years 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 | « remoting/host/BUILD.gn ('k') | tools/mb/mb_config.pyl » ('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": { 2 "Linux": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "scripts": [ 6 "scripts": [
7 { 7 {
8 "name": "checklicenses", 8 "name": "checklicenses",
9 "script": "checklicenses.py" 9 "script": "checklicenses.py"
10 }, 10 },
11 { 11 {
12 "name": "checkperms", 12 "name": "checkperms",
13 "script": "checkperms.py" 13 "script": "checkperms.py"
14 }, 14 },
15 { 15 {
16 "args": [ 16 "args": [
17 "linux-release/sizes" 17 "linux-release/sizes"
18 ], 18 ],
19 "name": "sizes", 19 "name": "sizes",
20 "script": "sizes.py" 20 "script": "sizes.py"
21 } 21 }
22 ] 22 ]
23 }, 23 },
24 "Linux x64": { 24 "Linux x64": {
25 "additional_compile_targets": [ 25 "additional_compile_targets": [
26 "all" 26 "gn_all"
27 ], 27 ],
28 "scripts": [ 28 "scripts": [
29 { 29 {
30 "args": [ 30 "args": [
31 "linux-release-64/sizes" 31 "linux-release-64/sizes"
32 ], 32 ],
33 "name": "sizes", 33 "name": "sizes",
34 "script": "sizes.py" 34 "script": "sizes.py"
35 } 35 }
36 ] 36 ]
(...skipping 17 matching lines...) Expand all
54 "all" 54 "all"
55 ], 55 ],
56 "scripts": [ 56 "scripts": [
57 { 57 {
58 "name": "checkbins", 58 "name": "checkbins",
59 "script": "checkbins.py" 59 "script": "checkbins.py"
60 } 60 }
61 ] 61 ]
62 } 62 }
63 } 63 }
OLDNEW
« no previous file with comments | « remoting/host/BUILD.gn ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698