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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_release_process.expected/update.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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "\nc1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396004", 133 "\nc1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396004",
134 "[SLAVE_BUILD]/refs_heads_lkgr.log" 134 "[SLAVE_BUILD]/refs_heads_lkgr.log"
135 ], 135 ],
136 "cwd": "[SLAVE_BUILD]", 136 "cwd": "[SLAVE_BUILD]",
137 "name": "Write refs_heads_lkgr.log" 137 "name": "Write refs_heads_lkgr.log"
138 }, 138 },
139 { 139 {
140 "cmd": [ 140 "cmd": [
141 "python", 141 "python",
142 "-u", 142 "-u",
143 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 143 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
144 "--", 144 "--",
145 "[DEPOT_TOOLS]/gsutil.py", 145 "[DEPOT_TOOLS]/gsutil.py",
146 "----", 146 "----",
147 "cp", 147 "cp",
148 "[SLAVE_BUILD]/refs_heads_lkgr.log", 148 "[SLAVE_BUILD]/refs_heads_lkgr.log",
149 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log" 149 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log"
150 ], 150 ],
151 "cwd": "[SLAVE_BUILD]", 151 "cwd": "[SLAVE_BUILD]",
152 "name": "gsutil upload", 152 "name": "gsutil upload",
153 "~followup_annotations": [ 153 "~followup_annotations": [
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396008", 266 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396008",
267 "[SLAVE_BUILD]/refs_heads_candidate.log" 267 "[SLAVE_BUILD]/refs_heads_candidate.log"
268 ], 268 ],
269 "cwd": "[SLAVE_BUILD]", 269 "cwd": "[SLAVE_BUILD]",
270 "name": "Write refs_heads_candidate.log" 270 "name": "Write refs_heads_candidate.log"
271 }, 271 },
272 { 272 {
273 "cmd": [ 273 "cmd": [
274 "python", 274 "python",
275 "-u", 275 "-u",
276 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 276 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
277 "--", 277 "--",
278 "[DEPOT_TOOLS]/gsutil.py", 278 "[DEPOT_TOOLS]/gsutil.py",
279 "----", 279 "----",
280 "cp", 280 "cp",
281 "[SLAVE_BUILD]/refs_heads_candidate.log", 281 "[SLAVE_BUILD]/refs_heads_candidate.log",
282 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_candidate.log" 282 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_candidate.log"
283 ], 283 ],
284 "cwd": "[SLAVE_BUILD]", 284 "cwd": "[SLAVE_BUILD]",
285 "name": "gsutil upload (2)", 285 "name": "gsutil upload (2)",
286 "~followup_annotations": [ 286 "~followup_annotations": [
(...skipping 10 matching lines...) Expand all
297 ], 297 ],
298 "cwd": "[SLAVE_BUILD]", 298 "cwd": "[SLAVE_BUILD]",
299 "name": "update timestamp" 299 "name": "update timestamp"
300 }, 300 },
301 { 301 {
302 "name": "$result", 302 "name": "$result",
303 "recipe_result": null, 303 "recipe_result": null,
304 "status_code": 0 304 "status_code": 0
305 } 305 }
306 ] 306 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698