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

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

Issue 2620213004: Remove all blimp browsertests. (Closed)
Patch Set: Created 3 years, 11 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.fyi.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 2556 matching lines...) Expand 10 before | Expand all | Expand 10 after
2567 }, 2567 },
2568 { 2568 {
2569 "test": "webapk_shell_apk_junit_tests" 2569 "test": "webapk_shell_apk_junit_tests"
2570 } 2570 }
2571 ] 2571 ]
2572 }, 2572 },
2573 "Blimp Linux (dbg)": { 2573 "Blimp Linux (dbg)": {
2574 "gtest_tests": [ 2574 "gtest_tests": [
2575 { 2575 {
2576 "swarming": { 2576 "swarming": {
2577 "can_use_on_swarming_builders": true
2578 },
2579 "test": "blimp_browsertests"
2580 },
2581 {
2582 "swarming": {
2583 "can_use_on_swarming_builders": false 2577 "can_use_on_swarming_builders": false
2584 }, 2578 },
2585 "test": "blimp_unittests" 2579 "test": "blimp_unittests"
2586 } 2580 }
2587 ] 2581 ]
2588 }, 2582 },
2589 "Cast Linux": { 2583 "Cast Linux": {
2590 "gtest_tests": [ 2584 "gtest_tests": [
2591 { 2585 {
2592 "swarming": { 2586 "swarming": {
(...skipping 1737 matching lines...) Expand 10 before | Expand all | Expand 10 after
4330 "override_compile_targets": [ 4324 "override_compile_targets": [
4331 "telemetry_unittests_run" 4325 "telemetry_unittests_run"
4332 ], 4326 ],
4333 "swarming": { 4327 "swarming": {
4334 "can_use_on_swarming_builders": true 4328 "can_use_on_swarming_builders": true
4335 } 4329 }
4336 } 4330 }
4337 ] 4331 ]
4338 } 4332 }
4339 } 4333 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698