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

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

Issue 2319093002: Stop running webview_licenses 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 | 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 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 }, 1286 },
1287 { 1287 {
1288 "test": "ui_junit_tests" 1288 "test": "ui_junit_tests"
1289 }, 1289 },
1290 { 1290 {
1291 "test": "webapk_client_junit_tests" 1291 "test": "webapk_client_junit_tests"
1292 }, 1292 },
1293 { 1293 {
1294 "test": "webapk_shell_apk_junit_tests" 1294 "test": "webapk_shell_apk_junit_tests"
1295 } 1295 }
1296 ],
1297 "scripts": [
1298 {
1299 "name": "webview_licenses",
1300 "script": "webview_licenses.py"
1301 }
1302 ] 1296 ]
1303 }, 1297 },
1304 "Android Tests (dbg)": { 1298 "Android Tests (dbg)": {
1305 "gtest_tests": [ 1299 "gtest_tests": [
1306 { 1300 {
1307 "test": "android_webview_unittests" 1301 "test": "android_webview_unittests"
1308 }, 1302 },
1309 { 1303 {
1310 "test": "base_unittests" 1304 "test": "base_unittests"
1311 }, 1305 },
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 }, 1444 },
1451 { 1445 {
1452 "test": "net_junit_tests" 1446 "test": "net_junit_tests"
1453 }, 1447 },
1454 { 1448 {
1455 "test": "ui_junit_tests" 1449 "test": "ui_junit_tests"
1456 }, 1450 },
1457 { 1451 {
1458 "test": "webapk_client_junit_tests" 1452 "test": "webapk_client_junit_tests"
1459 } 1453 }
1460 ],
1461 "scripts": [
1462 {
1463 "name": "webview_licenses",
1464 "script": "webview_licenses.py"
1465 }
1466 ] 1454 ]
1467 }, 1455 },
1468 "Blimp Linux (dbg)": { 1456 "Blimp Linux (dbg)": {
1469 "gtest_tests": [ 1457 "gtest_tests": [
1470 { 1458 {
1471 "swarming": { 1459 "swarming": {
1472 "can_use_on_swarming_builders": true 1460 "can_use_on_swarming_builders": true
1473 }, 1461 },
1474 "test": "blimp_browsertests" 1462 "test": "blimp_browsertests"
1475 }, 1463 },
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after
2932 "override_compile_targets": [ 2920 "override_compile_targets": [
2933 "telemetry_unittests_run" 2921 "telemetry_unittests_run"
2934 ], 2922 ],
2935 "swarming": { 2923 "swarming": {
2936 "can_use_on_swarming_builders": true 2924 "can_use_on_swarming_builders": true
2937 } 2925 }
2938 } 2926 }
2939 ] 2927 ]
2940 } 2928 }
2941 } 2929 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698