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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect_recurring_failure.json

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - predictable", 10 "V8 Linux - predictable",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 ] 57 ]
58 }, 58 },
59 { 59 {
60 "cmd": [], 60 "cmd": [],
61 "name": "ensure_goma" 61 "name": "ensure_goma"
62 }, 62 },
63 { 63 {
64 "cmd": [ 64 "cmd": [
65 "python", 65 "python",
66 "-u", 66 "-u",
67 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 67 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
68 "--platform", 68 "--platform",
69 "linux-386", 69 "linux-386",
70 "--dest-directory", 70 "--dest-directory",
71 "[SLAVE_BUILD]/cipd", 71 "[SLAVE_BUILD]/cipd",
72 "--json-output", 72 "--json-output",
73 "/path/to/tmp/json" 73 "/path/to/tmp/json"
74 ], 74 ],
75 "name": "ensure_goma.install cipd", 75 "name": "ensure_goma.install cipd",
76 "~followup_annotations": [ 76 "~followup_annotations": [
77 "@@@STEP_NEST_LEVEL@1@@@", 77 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 "cmd": [], 624 "cmd": [],
625 "name": "Bisect a0.ensure_goma", 625 "name": "Bisect a0.ensure_goma",
626 "~followup_annotations": [ 626 "~followup_annotations": [
627 "@@@STEP_NEST_LEVEL@1@@@" 627 "@@@STEP_NEST_LEVEL@1@@@"
628 ] 628 ]
629 }, 629 },
630 { 630 {
631 "cmd": [ 631 "cmd": [
632 "python", 632 "python",
633 "-u", 633 "-u",
634 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 634 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
635 "--platform", 635 "--platform",
636 "linux-386", 636 "linux-386",
637 "--dest-directory", 637 "--dest-directory",
638 "[SLAVE_BUILD]/cipd", 638 "[SLAVE_BUILD]/cipd",
639 "--json-output", 639 "--json-output",
640 "/path/to/tmp/json" 640 "/path/to/tmp/json"
641 ], 641 ],
642 "name": "Bisect a0.ensure_goma.install cipd", 642 "name": "Bisect a0.ensure_goma.install cipd",
643 "~followup_annotations": [ 643 "~followup_annotations": [
644 "@@@STEP_NEST_LEVEL@2@@@", 644 "@@@STEP_NEST_LEVEL@2@@@",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 "@@@STEP_WARNINGS@@@" 947 "@@@STEP_WARNINGS@@@"
948 ] 948 ]
949 }, 949 },
950 { 950 {
951 "name": "$result", 951 "name": "$result",
952 "reason": "Failures or flakes in build.", 952 "reason": "Failures or flakes in build.",
953 "recipe_result": null, 953 "recipe_result": null,
954 "status_code": 1 954 "status_code": 1
955 } 955 }
956 ] 956 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698