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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.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": [ 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 { 120 {
121 "cmd": [ 121 "cmd": [
122 "python", 122 "python",
123 "-u", 123 "-u",
124 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", 124 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py",
125 "[SLAVE_BUILD]/src/out/Release.2" 125 "[SLAVE_BUILD]/src/out/Release.2"
126 ], 126 ],
127 "name": "rmtree [SLAVE_BUILD]/src/out/Release.2" 127 "name": "rmtree [SLAVE_BUILD]/src/out/Release.2"
128 }, 128 },
129 { 129 {
130 "cmd": [],
131 "name": "ensure_goma" 130 "name": "ensure_goma"
132 }, 131 },
133 { 132 {
134 "cmd": [ 133 "cmd": [
135 "python", 134 "python",
136 "-u", 135 "-u",
137 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 136 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
138 "--platform", 137 "--platform",
139 "mac-386", 138 "mac-386",
140 "--dest-directory", 139 "--dest-directory",
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 ], 575 ],
577 "cwd": "[SLAVE_BUILD]", 576 "cwd": "[SLAVE_BUILD]",
578 "name": "compare_build_artifacts" 577 "name": "compare_build_artifacts"
579 }, 578 },
580 { 579 {
581 "name": "$result", 580 "name": "$result",
582 "recipe_result": null, 581 "recipe_result": null,
583 "status_code": 0 582 "status_code": 0
584 } 583 }
585 ] 584 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698