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

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

Issue 2380243002: Revert of PlzNav: make release and debug linux match for content_browsertests, content_unittests, and unit_te… (Closed)
Patch Set: Created 4 years, 2 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 2288 matching lines...) Expand 10 before | Expand all | Expand 10 after
2299 }, 2299 },
2300 "test": "compositor_unittests" 2300 "test": "compositor_unittests"
2301 }, 2301 },
2302 { 2302 {
2303 "swarming": { 2303 "swarming": {
2304 "can_use_on_swarming_builders": true 2304 "can_use_on_swarming_builders": true
2305 }, 2305 },
2306 "test": "content_browsertests" 2306 "test": "content_browsertests"
2307 }, 2307 },
2308 { 2308 {
2309 "args": [
2310 "--enable-browser-side-navigation",
2311 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.content_browsertests.filter"
2312 ],
2313 "name": "browser_side_navigation_content_browsertests",
2314 "swarming": {
2315 "can_use_on_swarming_builders": true
2316 },
2317 "test": "content_browsertests"
2318 },
2319 {
2320 "swarming": { 2309 "swarming": {
2321 "can_use_on_swarming_builders": true 2310 "can_use_on_swarming_builders": true
2322 }, 2311 },
2323 "test": "content_unittests"
2324 },
2325 {
2326 "args": [
2327 "--enable-browser-side-navigation"
2328 ],
2329 "name": "browser_side_navigation_content_unittests",
2330 "swarming": {
2331 "can_use_on_swarming_builders": true
2332 },
2333 "test": "content_unittests" 2312 "test": "content_unittests"
2334 }, 2313 },
2335 { 2314 {
2336 "swarming": { 2315 "swarming": {
2337 "can_use_on_swarming_builders": true 2316 "can_use_on_swarming_builders": true
2338 }, 2317 },
2339 "test": "crypto_unittests" 2318 "test": "crypto_unittests"
2340 }, 2319 },
2341 { 2320 {
2342 "swarming": { 2321 "swarming": {
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
2579 { 2558 {
2580 "swarming": { 2559 "swarming": {
2581 "can_use_on_swarming_builders": true 2560 "can_use_on_swarming_builders": true
2582 }, 2561 },
2583 "test": "ui_touch_selection_unittests" 2562 "test": "ui_touch_selection_unittests"
2584 }, 2563 },
2585 { 2564 {
2586 "swarming": { 2565 "swarming": {
2587 "can_use_on_swarming_builders": true 2566 "can_use_on_swarming_builders": true
2588 }, 2567 },
2589 "test": "unit_tests"
2590 },
2591 {
2592 "args": [
2593 "--enable-browser-side-navigation"
2594 ],
2595 "name": "browser_side_navigation_unit_tests",
2596 "swarming": {
2597 "can_use_on_swarming_builders": true
2598 },
2599 "test": "unit_tests" 2568 "test": "unit_tests"
2600 }, 2569 },
2601 { 2570 {
2602 "swarming": { 2571 "swarming": {
2603 "can_use_on_swarming_builders": true 2572 "can_use_on_swarming_builders": true
2604 }, 2573 },
2605 "test": "url_unittests" 2574 "test": "url_unittests"
2606 }, 2575 },
2607 { 2576 {
2608 "swarming": { 2577 "swarming": {
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
2989 "override_compile_targets": [ 2958 "override_compile_targets": [
2990 "telemetry_unittests_run" 2959 "telemetry_unittests_run"
2991 ], 2960 ],
2992 "swarming": { 2961 "swarming": {
2993 "can_use_on_swarming_builders": true 2962 "can_use_on_swarming_builders": true
2994 } 2963 }
2995 } 2964 }
2996 ] 2965 ]
2997 } 2966 }
2998 } 2967 }
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