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

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

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "[BUILD]/scripts/slave/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup_temp" 9 "name": "cleanup_temp"
10 }, 10 },
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "--work-dir", 119 "--work-dir",
120 "[SLAVE_BUILD]/workdir" 120 "[SLAVE_BUILD]/workdir"
121 ], 121 ],
122 "cwd": "[SLAVE_BUILD]/v8", 122 "cwd": "[SLAVE_BUILD]/v8",
123 "name": "V8Releases" 123 "name": "V8Releases"
124 }, 124 },
125 { 125 {
126 "cmd": [ 126 "cmd": [
127 "python", 127 "python",
128 "-u", 128 "-u",
129 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 129 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
130 "--", 130 "--",
131 "[DEPOT_TOOLS]/gsutil.py", 131 "[DEPOT_TOOLS]/gsutil.py",
132 "----", 132 "----",
133 "cp", 133 "cp",
134 "[SLAVE_BUILD]/v8-releases-update.json", 134 "[SLAVE_BUILD]/v8-releases-update.json",
135 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json" 135 "gs://chromium-v8-auto-roll/v8rel/v8-releases-update.json"
136 ], 136 ],
137 "cwd": "[SLAVE_BUILD]", 137 "cwd": "[SLAVE_BUILD]",
138 "name": "gsutil upload", 138 "name": "gsutil upload",
139 "~followup_annotations": [ 139 "~followup_annotations": [
140 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8rel/v8-releases-update.json@@@" 140 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8rel/v8-releases-update.json@@@"
141 ] 141 ]
142 }, 142 },
143 { 143 {
144 "name": "$result", 144 "name": "$result",
145 "recipe_result": null, 145 "recipe_result": null,
146 "status_code": 0 146 "status_code": 0
147 } 147 }
148 ] 148 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698