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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_release_process.expected/update_roll_only.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 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Auto-roll - release process", 10 "Auto-roll - release process",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb 396006", 222 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb 396006",
223 "[SLAVE_BUILD]/refs_heads_roll.log" 223 "[SLAVE_BUILD]/refs_heads_roll.log"
224 ], 224 ],
225 "cwd": "[SLAVE_BUILD]", 225 "cwd": "[SLAVE_BUILD]",
226 "name": "Write refs_heads_roll.log" 226 "name": "Write refs_heads_roll.log"
227 }, 227 },
228 { 228 {
229 "cmd": [ 229 "cmd": [
230 "python", 230 "python",
231 "-u", 231 "-u",
232 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 232 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
233 "--", 233 "--",
234 "[DEPOT_TOOLS]/gsutil.py", 234 "[DEPOT_TOOLS]/gsutil.py",
235 "----", 235 "----",
236 "cp", 236 "cp",
237 "[SLAVE_BUILD]/refs_heads_roll.log", 237 "[SLAVE_BUILD]/refs_heads_roll.log",
238 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_roll.log" 238 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_roll.log"
239 ], 239 ],
240 "cwd": "[SLAVE_BUILD]", 240 "cwd": "[SLAVE_BUILD]",
241 "name": "gsutil upload", 241 "name": "gsutil upload",
242 "~followup_annotations": [ 242 "~followup_annotations": [
243 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_roll.log@@@" 243 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_roll.log@@@"
244 ] 244 ]
245 }, 245 },
246 { 246 {
247 "name": "$result", 247 "name": "$result",
248 "recipe_result": null, 248 "recipe_result": null,
249 "status_code": 0 249 "status_code": 0
250 } 250 }
251 ] 251 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698