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

Side by Side Diff: testing/buildbot/chromium.linux.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 | « testing/buildbot/chromium.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 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 2159 matching lines...) Expand 10 before | Expand all | Expand 10 after
2170 "can_use_on_swarming_builders": true 2170 "can_use_on_swarming_builders": true
2171 } 2171 }
2172 } 2172 }
2173 ], 2173 ],
2174 "scripts": [ 2174 "scripts": [
2175 { 2175 {
2176 "name": "checkdeps", 2176 "name": "checkdeps",
2177 "script": "checkdeps.py" 2177 "script": "checkdeps.py"
2178 }, 2178 },
2179 { 2179 {
2180 "name": "checklicenses",
2181 "script": "checklicenses.py"
2182 },
2183 {
2184 "name": "checkperms", 2180 "name": "checkperms",
2185 "script": "checkperms.py" 2181 "script": "checkperms.py"
2186 }, 2182 },
2187 { 2183 {
2188 "name": "nacl_integration", 2184 "name": "nacl_integration",
2189 "script": "nacl_integration.py" 2185 "script": "nacl_integration.py"
2190 } 2186 }
2191 ] 2187 ]
2192 }, 2188 },
2193 "Linux Tests (dbg)(1)": { 2189 "Linux Tests (dbg)(1)": {
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
2936 "override_compile_targets": [ 2932 "override_compile_targets": [
2937 "telemetry_unittests_run" 2933 "telemetry_unittests_run"
2938 ], 2934 ],
2939 "swarming": { 2935 "swarming": {
2940 "can_use_on_swarming_builders": true 2936 "can_use_on_swarming_builders": true
2941 } 2937 }
2942 } 2938 }
2943 ] 2939 ]
2944 } 2940 }
2945 } 2941 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698