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

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

Issue 2312323002: Stop running checklicenses on the bots (Closed)
Patch Set: Created 4 years, 3 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.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": { 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",
9 "script": "checklicenses.py"
10 },
11 {
12 "name": "checkperms", 8 "name": "checkperms",
13 "script": "checkperms.py" 9 "script": "checkperms.py"
14 }, 10 },
15 { 11 {
16 "args": [ 12 "args": [
17 "linux-release/sizes" 13 "linux-release/sizes"
18 ], 14 ],
19 "name": "sizes", 15 "name": "sizes",
20 "script": "sizes.py" 16 "script": "sizes.py"
21 } 17 }
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "all" 50 "all"
55 ], 51 ],
56 "scripts": [ 52 "scripts": [
57 { 53 {
58 "name": "checkbins", 54 "name": "checkbins",
59 "script": "checkbins.py" 55 "script": "checkbins.py"
60 } 56 }
61 ] 57 ]
62 } 58 }
63 } 59 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698