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

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

Issue 2270943002: Make Nexus5X bisect bot use 64 bit binaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/android_nexus5X_perf_bisect", 7 "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 "python", 404 "python",
405 "-u", 405 "-u",
406 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 406 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
407 "runhooks" 407 "runhooks"
408 ], 408 ],
409 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src", 409 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src",
410 "env": { 410 "env": {
411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
412 "GYP_CHROMIUM_NO_ACTION": "1", 412 "GYP_CHROMIUM_NO_ACTION": "1",
413 "GYP_CROSSCOMPILE": "1", 413 "GYP_CROSSCOMPILE": "1",
414 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='R ECIPE_PACKAGE_REPO[build]/goma' target_arch=arm use_goma=1", 414 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='R ECIPE_PACKAGE_REPO[build]/goma' target_arch=arm64 use_goma=1",
415 "PATH": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/third_party/andro id_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/buil d/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 415 "PATH": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/third_party/andro id_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/buil d/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
416 }, 416 },
417 "name": "gclient runhooks" 417 "name": "gclient runhooks"
418 }, 418 },
419 { 419 {
420 "cmd": [], 420 "cmd": [],
421 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect", 421 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
422 "name": "***LEGACY BISECT (deprecated)***" 422 "name": "***LEGACY BISECT (deprecated)***"
423 }, 423 },
424 { 424 {
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect", 618 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
619 "name": "gsutil upload", 619 "name": "gsutil upload",
620 "~followup_annotations": [ 620 "~followup_annotations": [
621 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi d/logcat_dumps/android_nexus5X_perf_bisect/571@@@" 621 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi d/logcat_dumps/android_nexus5X_perf_bisect/571@@@"
622 ] 622 ]
623 }, 623 },
624 { 624 {
625 "cmd": [ 625 "cmd": [
626 "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/third_party/android_platf orm/development/scripts/stack", 626 "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/third_party/android_platf orm/development/scripts/stack",
627 "--arch", 627 "--arch",
628 "arm", 628 "arm64",
629 "--more-info", 629 "--more-info",
630 "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/Release/full_log" 630 "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/out/Release/full_log"
631 ], 631 ],
632 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect", 632 "cwd": "[BUILDER_CACHE]/android_nexus5X_perf_bisect",
633 "env": { 633 "env": {
634 "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/ou t/Release", 634 "CHROMIUM_OUTPUT_DIR": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/ou t/Release",
635 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 635 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
636 "PATH": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/third_party/andro id_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/buil d/android:%(PATH)s" 636 "PATH": "[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/third_party/andro id_tools/sdk/platform-tools:[BUILDER_CACHE]/android_nexus5X_perf_bisect/src/buil d/android:%(PATH)s"
637 }, 637 },
638 "name": "stack_tool_with_logcat_dump" 638 "name": "stack_tool_with_logcat_dump"
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 682 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
683 "@@@STEP_LOG_END@python.inline@@@" 683 "@@@STEP_LOG_END@python.inline@@@"
684 ] 684 ]
685 }, 685 },
686 { 686 {
687 "name": "$result", 687 "name": "$result",
688 "recipe_result": null, 688 "recipe_result": null,
689 "status_code": 0 689 "status_code": 0
690 } 690 }
691 ] 691 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698