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

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

Issue 2381203002: 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 {
2309 "swarming": { 2320 "swarming": {
2310 "can_use_on_swarming_builders": true 2321 "can_use_on_swarming_builders": true
2311 }, 2322 },
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 },
2312 "test": "content_unittests" 2333 "test": "content_unittests"
2313 }, 2334 },
2314 { 2335 {
2315 "swarming": { 2336 "swarming": {
2316 "can_use_on_swarming_builders": true 2337 "can_use_on_swarming_builders": true
2317 }, 2338 },
2318 "test": "crypto_unittests" 2339 "test": "crypto_unittests"
2319 }, 2340 },
2320 { 2341 {
2321 "swarming": { 2342 "swarming": {
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
2561 }, 2582 },
2562 "test": "ui_touch_selection_unittests" 2583 "test": "ui_touch_selection_unittests"
2563 }, 2584 },
2564 { 2585 {
2565 "swarming": { 2586 "swarming": {
2566 "can_use_on_swarming_builders": true 2587 "can_use_on_swarming_builders": true
2567 }, 2588 },
2568 "test": "unit_tests" 2589 "test": "unit_tests"
2569 }, 2590 },
2570 { 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"
2600 },
2601 {
2571 "swarming": { 2602 "swarming": {
2572 "can_use_on_swarming_builders": true 2603 "can_use_on_swarming_builders": true
2573 }, 2604 },
2574 "test": "url_unittests" 2605 "test": "url_unittests"
2575 }, 2606 },
2576 { 2607 {
2577 "swarming": { 2608 "swarming": {
2578 "can_use_on_swarming_builders": true 2609 "can_use_on_swarming_builders": true
2579 }, 2610 },
2580 "test": "views_unittests" 2611 "test": "views_unittests"
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
2958 "override_compile_targets": [ 2989 "override_compile_targets": [
2959 "telemetry_unittests_run" 2990 "telemetry_unittests_run"
2960 ], 2991 ],
2961 "swarming": { 2992 "swarming": {
2962 "can_use_on_swarming_builders": true 2993 "can_use_on_swarming_builders": true
2963 } 2994 }
2964 } 2995 }
2965 ] 2996 ]
2966 } 2997 }
2967 } 2998 }
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