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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Linux_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 "linux-386", 138 "linux-386",
140 "--dest-directory", 139 "--dest-directory",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 ], 531 ],
533 "cwd": "[SLAVE_BUILD]", 532 "cwd": "[SLAVE_BUILD]",
534 "name": "compare_build_artifacts" 533 "name": "compare_build_artifacts"
535 }, 534 },
536 { 535 {
537 "name": "$result", 536 "name": "$result",
538 "recipe_result": null, 537 "recipe_result": null,
539 "status_code": 0 538 "status_code": 0
540 } 539 }
541 ] 540 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698