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

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

Issue 2164633004: Enable ui_struct_traits_unittests on try bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display_traits
Patch Set: Add testonly. 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 | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.win.json » ('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 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after
1403 { 1403 {
1404 "swarming": { 1404 "swarming": {
1405 "can_use_on_swarming_builders": true 1405 "can_use_on_swarming_builders": true
1406 }, 1406 },
1407 "test": "ui_base_unittests" 1407 "test": "ui_base_unittests"
1408 }, 1408 },
1409 { 1409 {
1410 "swarming": { 1410 "swarming": {
1411 "can_use_on_swarming_builders": true 1411 "can_use_on_swarming_builders": true
1412 }, 1412 },
1413 "test": "ui_struct_traits_unittests"
1414 },
1415 {
1416 "swarming": {
1417 "can_use_on_swarming_builders": true
1418 },
1413 "test": "ui_touch_selection_unittests" 1419 "test": "ui_touch_selection_unittests"
1414 }, 1420 },
1415 { 1421 {
1416 "swarming": { 1422 "swarming": {
1417 "can_use_on_swarming_builders": true 1423 "can_use_on_swarming_builders": true
1418 }, 1424 },
1419 "test": "unit_tests" 1425 "test": "unit_tests"
1420 }, 1426 },
1421 { 1427 {
1422 "swarming": { 1428 "swarming": {
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
2254 "override_compile_targets": [ 2260 "override_compile_targets": [
2255 "telemetry_unittests_run" 2261 "telemetry_unittests_run"
2256 ], 2262 ],
2257 "swarming": { 2263 "swarming": {
2258 "can_use_on_swarming_builders": true 2264 "can_use_on_swarming_builders": true
2259 } 2265 }
2260 } 2266 }
2261 ] 2267 ]
2262 } 2268 }
2263 } 2269 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698