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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_release_process.expected/clusterfuzz_issues.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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb 396006", 227 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb 396006",
228 "[SLAVE_BUILD]/refs_heads_roll.log" 228 "[SLAVE_BUILD]/refs_heads_roll.log"
229 ], 229 ],
230 "cwd": "[SLAVE_BUILD]", 230 "cwd": "[SLAVE_BUILD]",
231 "name": "Write refs_heads_roll.log" 231 "name": "Write refs_heads_roll.log"
232 }, 232 },
233 { 233 {
234 "cmd": [ 234 "cmd": [
235 "python", 235 "python",
236 "-u", 236 "-u",
237 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 237 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
238 "--", 238 "--",
239 "[DEPOT_TOOLS]/gsutil.py", 239 "[DEPOT_TOOLS]/gsutil.py",
240 "----", 240 "----",
241 "cp", 241 "cp",
242 "[SLAVE_BUILD]/refs_heads_roll.log", 242 "[SLAVE_BUILD]/refs_heads_roll.log",
243 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_roll.log" 243 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_roll.log"
244 ], 244 ],
245 "cwd": "[SLAVE_BUILD]", 245 "cwd": "[SLAVE_BUILD]",
246 "name": "gsutil upload", 246 "name": "gsutil upload",
247 "~followup_annotations": [ 247 "~followup_annotations": [
248 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_roll.log@@@" 248 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_roll.log@@@"
249 ] 249 ]
250 }, 250 },
251 { 251 {
252 "name": "$result", 252 "name": "$result",
253 "reason": "Clusterfuzz had issues.", 253 "reason": "Clusterfuzz had issues.",
254 "status_code": 1 254 "status_code": 1
255 } 255 }
256 ] 256 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698