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

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

Issue 2250513004: Convert blimp_browsertests to run on Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « blimp/BUILD.gn ('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 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 "scripts": [ 1461 "scripts": [
1462 { 1462 {
1463 "name": "webview_licenses", 1463 "name": "webview_licenses",
1464 "script": "webview_licenses.py" 1464 "script": "webview_licenses.py"
1465 } 1465 }
1466 ] 1466 ]
1467 }, 1467 },
1468 "Blimp Linux (dbg)": { 1468 "Blimp Linux (dbg)": {
1469 "gtest_tests": [ 1469 "gtest_tests": [
1470 { 1470 {
1471 "swarming": {
1472 "can_use_on_swarming_builders": true
1473 },
1471 "test": "blimp_browsertests" 1474 "test": "blimp_browsertests"
1472 }, 1475 },
1473 { 1476 {
1474 "test": "blimp_unittests" 1477 "test": "blimp_unittests"
1475 } 1478 }
1476 ] 1479 ]
1477 }, 1480 },
1478 "Cast Linux": { 1481 "Cast Linux": {
1479 "gtest_tests": [ 1482 "gtest_tests": [
1480 { 1483 {
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
2931 "override_compile_targets": [ 2934 "override_compile_targets": [
2932 "telemetry_unittests_run" 2935 "telemetry_unittests_run"
2933 ], 2936 ],
2934 "swarming": { 2937 "swarming": {
2935 "can_use_on_swarming_builders": true 2938 "can_use_on_swarming_builders": true
2936 } 2939 }
2937 } 2940 }
2938 ] 2941 ]
2939 } 2942 }
2940 } 2943 }
OLDNEW
« no previous file with comments | « blimp/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698