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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.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_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "name": "rmtree [SLAVE_BUILD]/src/out/Release.2" 134 "name": "rmtree [SLAVE_BUILD]/src/out/Release.2"
135 }, 135 },
136 { 136 {
137 "cmd": [], 137 "cmd": [],
138 "name": "ensure_goma" 138 "name": "ensure_goma"
139 }, 139 },
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "python", 142 "python",
143 "-u", 143 "-u",
144 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 144 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
145 "--platform", 145 "--platform",
146 "mac-386", 146 "mac-386",
147 "--dest-directory", 147 "--dest-directory",
148 "[SLAVE_BUILD]/cipd", 148 "[SLAVE_BUILD]/cipd",
149 "--json-output", 149 "--json-output",
150 "/path/to/tmp/json" 150 "/path/to/tmp/json"
151 ], 151 ],
152 "name": "ensure_goma.install cipd", 152 "name": "ensure_goma.install cipd",
153 "~followup_annotations": [ 153 "~followup_annotations": [
154 "@@@STEP_NEST_LEVEL@1@@@", 154 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 ], 571 ],
572 "cwd": "[SLAVE_BUILD]", 572 "cwd": "[SLAVE_BUILD]",
573 "name": "compare_build_artifacts" 573 "name": "compare_build_artifacts"
574 }, 574 },
575 { 575 {
576 "name": "$result", 576 "name": "$result",
577 "recipe_result": null, 577 "recipe_result": null,
578 "status_code": 0 578 "status_code": 0
579 } 579 }
580 ] 580 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698