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

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

Issue 2628543003: Check missing headers in the build on CQ (Closed)
Patch Set: remove android bots since they no longer build all Created 3 years, 7 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
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 4205 matching lines...) Expand 10 before | Expand all | Expand 10 after
4216 "isolate_name": "telemetry_unittests", 4216 "isolate_name": "telemetry_unittests",
4217 "name": "telemetry_unittests", 4217 "name": "telemetry_unittests",
4218 "swarming": { 4218 "swarming": {
4219 "can_use_on_swarming_builders": true, 4219 "can_use_on_swarming_builders": true,
4220 "shards": 4 4220 "shards": 4
4221 } 4221 }
4222 } 4222 }
4223 ], 4223 ],
4224 "scripts": [ 4224 "scripts": [
4225 { 4225 {
4226 "name": "check_gn_headers",
4227 "script": "check_gn_headers.py"
4228 },
4229 {
4226 "name": "checkdeps", 4230 "name": "checkdeps",
4227 "script": "checkdeps.py" 4231 "script": "checkdeps.py"
4228 }, 4232 },
4229 { 4233 {
4230 "name": "checkperms", 4234 "name": "checkperms",
4231 "script": "checkperms.py" 4235 "script": "checkperms.py"
4232 }, 4236 },
4233 { 4237 {
4234 "name": "nacl_integration", 4238 "name": "nacl_integration",
4235 "script": "nacl_integration.py" 4239 "script": "nacl_integration.py"
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
4874 "isolate_name": "telemetry_unittests", 4878 "isolate_name": "telemetry_unittests",
4875 "name": "telemetry_unittests", 4879 "name": "telemetry_unittests",
4876 "swarming": { 4880 "swarming": {
4877 "can_use_on_swarming_builders": true, 4881 "can_use_on_swarming_builders": true,
4878 "shards": 4 4882 "shards": 4
4879 } 4883 }
4880 } 4884 }
4881 ], 4885 ],
4882 "scripts": [ 4886 "scripts": [
4883 { 4887 {
4888 "name": "check_gn_headers",
4889 "script": "check_gn_headers.py"
4890 },
4891 {
4884 "name": "nacl_integration", 4892 "name": "nacl_integration",
4885 "script": "nacl_integration.py" 4893 "script": "nacl_integration.py"
4886 } 4894 }
4887 ] 4895 ]
4888 }, 4896 },
4889 "Linux Tests (dbg)(1)(32)": { 4897 "Linux Tests (dbg)(1)(32)": {
4890 "gtest_tests": [ 4898 "gtest_tests": [
4891 { 4899 {
4892 "swarming": { 4900 "swarming": {
4893 "can_use_on_swarming_builders": true 4901 "can_use_on_swarming_builders": true
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
5263 "isolate_name": "telemetry_unittests", 5271 "isolate_name": "telemetry_unittests",
5264 "name": "telemetry_unittests", 5272 "name": "telemetry_unittests",
5265 "swarming": { 5273 "swarming": {
5266 "can_use_on_swarming_builders": true, 5274 "can_use_on_swarming_builders": true,
5267 "shards": 4 5275 "shards": 4
5268 } 5276 }
5269 } 5277 }
5270 ] 5278 ]
5271 } 5279 }
5272 } 5280 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698