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

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

Issue 2194383005: Enforce can_use_on_swarming_builders on all tests. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Enforce can_use_on_swarming_builders on all tests. 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.gpu.fyi.json ('k') | testing/buildbot/manage.py » ('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 "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 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 }, 1467 },
1468 "Blimp Linux (dbg)": { 1468 "Blimp Linux (dbg)": {
1469 "gtest_tests": [ 1469 "gtest_tests": [
1470 { 1470 {
1471 "swarming": { 1471 "swarming": {
1472 "can_use_on_swarming_builders": true 1472 "can_use_on_swarming_builders": true
1473 }, 1473 },
1474 "test": "blimp_browsertests" 1474 "test": "blimp_browsertests"
1475 }, 1475 },
1476 { 1476 {
1477 "swarming": {
1478 "can_use_on_swarming_builders": false
1479 },
1477 "test": "blimp_unittests" 1480 "test": "blimp_unittests"
1478 } 1481 }
1479 ] 1482 ]
1480 }, 1483 },
1481 "Cast Linux": { 1484 "Cast Linux": {
1482 "gtest_tests": [ 1485 "gtest_tests": [
1483 { 1486 {
1484 "swarming": { 1487 "swarming": {
1485 "can_use_on_swarming_builders": true 1488 "can_use_on_swarming_builders": true
1486 }, 1489 },
(...skipping 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after
2934 "override_compile_targets": [ 2937 "override_compile_targets": [
2935 "telemetry_unittests_run" 2938 "telemetry_unittests_run"
2936 ], 2939 ],
2937 "swarming": { 2940 "swarming": {
2938 "can_use_on_swarming_builders": true 2941 "can_use_on_swarming_builders": true
2939 } 2942 }
2940 } 2943 }
2941 ] 2944 ]
2942 } 2945 }
2943 } 2946 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698