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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_no_device.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 { 2 {
3 "cmd": [],
4 "name": "ensure_goma" 3 "name": "ensure_goma"
5 }, 4 },
6 { 5 {
7 "cmd": [ 6 "cmd": [
8 "python", 7 "python",
9 "-u", 8 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 9 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
11 "--platform", 10 "--platform",
12 "linux-amd64", 11 "linux-amd64",
13 "--dest-directory", 12 "--dest-directory",
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "env": { 373 "env": {
375 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 374 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
376 "GYP_CHROMIUM_NO_ACTION": "1", 375 "GYP_CHROMIUM_NO_ACTION": "1",
377 "GYP_CROSSCOMPILE": "1", 376 "GYP_CROSSCOMPILE": "1",
378 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1", 377 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1",
379 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi d:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 378 "PATH": "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/android_t ools/sdk/platform-tools:[BUILDER_CACHE]/android_one_perf_bisect/src/build/androi d:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
380 }, 379 },
381 "name": "gclient runhooks" 380 "name": "gclient runhooks"
382 }, 381 },
383 { 382 {
384 "cmd": [],
385 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect", 383 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect",
386 "name": "***BISECT***" 384 "name": "***BISECT***"
387 }, 385 },
388 { 386 {
389 "cmd": [ 387 "cmd": [
390 "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/catapult/devil/de vil/android/tools/device_status.py", 388 "[BUILDER_CACHE]/android_one_perf_bisect/src/third_party/catapult/devil/de vil/android/tools/device_status.py",
391 "--json-output", 389 "--json-output",
392 "/path/to/tmp/json", 390 "/path/to/tmp/json",
393 "--blacklist-file", 391 "--blacklist-file",
394 "[BUILDER_CACHE]/android_one_perf_bisect/src/out/bad_devices.json", 392 "[BUILDER_CACHE]/android_one_perf_bisect/src/out/bad_devices.json",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 "@@@STEP_LOG_END@python.inline@@@" 627 "@@@STEP_LOG_END@python.inline@@@"
630 ] 628 ]
631 }, 629 },
632 { 630 {
633 "name": "$result", 631 "name": "$result",
634 "reason": "No Android test devices are available", 632 "reason": "No Android test devices are available",
635 "recipe_result": null, 633 "recipe_result": null,
636 "status_code": 1 634 "status_code": 1
637 } 635 }
638 ] 636 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698