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

Side by Side Diff: scripts/slave/recipes/bisect.expected/broken_good_revision_test.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 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ] 104 ]
105 }, 105 },
106 { 106 {
107 "cmd": [], 107 "cmd": [],
108 "name": "ensure_goma" 108 "name": "ensure_goma"
109 }, 109 },
110 { 110 {
111 "cmd": [ 111 "cmd": [
112 "python", 112 "python",
113 "-u", 113 "-u",
114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 114 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
115 "--platform", 115 "--platform",
116 "linux-amd64", 116 "linux-amd64",
117 "--dest-directory", 117 "--dest-directory",
118 "[SLAVE_BUILD]/cipd", 118 "[SLAVE_BUILD]/cipd",
119 "--json-output", 119 "--json-output",
120 "/path/to/tmp/json" 120 "/path/to/tmp/json"
121 ], 121 ],
122 "name": "ensure_goma.install cipd", 122 "name": "ensure_goma.install cipd",
123 "~followup_annotations": [ 123 "~followup_annotations": [
124 "@@@STEP_NEST_LEVEL@1@@@", 124 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 "@@@STEP_LOG_LINE@json.output@}@@@", 678 "@@@STEP_LOG_LINE@json.output@}@@@",
679 "@@@STEP_LOG_END@json.output@@@" 679 "@@@STEP_LOG_END@json.output@@@"
680 ] 680 ]
681 }, 681 },
682 { 682 {
683 "name": "$result", 683 "name": "$result",
684 "recipe_result": null, 684 "recipe_result": null,
685 "status_code": 0 685 "status_code": 0
686 } 686 }
687 ] 687 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698