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

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

Issue 2627093009: Fetch Finch seed during restore (Closed)
Patch Set: Fix nits and tests 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
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 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1203 { 1203 {
1204 "test": "components_invalidation_impl_junit_tests" 1204 "test": "components_invalidation_impl_junit_tests"
1205 }, 1205 },
1206 { 1206 {
1207 "test": "components_policy_junit_tests" 1207 "test": "components_policy_junit_tests"
1208 }, 1208 },
1209 { 1209 {
1210 "test": "components_web_restrictions_junit_tests" 1210 "test": "components_web_restrictions_junit_tests"
1211 }, 1211 },
1212 { 1212 {
1213 "test": "components_variations_junit_tests"
1214 },
1215 {
1213 "test": "content_junit_tests" 1216 "test": "content_junit_tests"
1214 }, 1217 },
1215 { 1218 {
1216 "test": "junit_unit_tests" 1219 "test": "junit_unit_tests"
1217 }, 1220 },
1218 { 1221 {
1219 "test": "net_junit_tests" 1222 "test": "net_junit_tests"
1220 }, 1223 },
1221 { 1224 {
1222 "test": "ui_junit_tests" 1225 "test": "ui_junit_tests"
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
2412 { 2415 {
2413 "test": "components_invalidation_impl_junit_tests" 2416 "test": "components_invalidation_impl_junit_tests"
2414 }, 2417 },
2415 { 2418 {
2416 "test": "components_policy_junit_tests" 2419 "test": "components_policy_junit_tests"
2417 }, 2420 },
2418 { 2421 {
2419 "test": "components_web_restrictions_junit_tests" 2422 "test": "components_web_restrictions_junit_tests"
2420 }, 2423 },
2421 { 2424 {
2425 "test": "components_variations_junit_tests"
2426 },
2427 {
2422 "test": "content_junit_tests" 2428 "test": "content_junit_tests"
2423 }, 2429 },
2424 { 2430 {
2425 "test": "junit_unit_tests" 2431 "test": "junit_unit_tests"
2426 }, 2432 },
2427 { 2433 {
2428 "test": "net_junit_tests" 2434 "test": "net_junit_tests"
2429 }, 2435 },
2430 { 2436 {
2431 "test": "ui_junit_tests" 2437 "test": "ui_junit_tests"
(...skipping 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after
4164 "override_compile_targets": [ 4170 "override_compile_targets": [
4165 "telemetry_unittests_run" 4171 "telemetry_unittests_run"
4166 ], 4172 ],
4167 "swarming": { 4173 "swarming": {
4168 "can_use_on_swarming_builders": true 4174 "can_use_on_swarming_builders": true
4169 } 4175 }
4170 } 4176 }
4171 ] 4177 ]
4172 } 4178 }
4173 } 4179 }
OLDNEW
« no previous file with comments | « components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698