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/v8/auto_roll_release_process.expected/recent_lkgr.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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 ], 237 ],
238 "cwd": "[SLAVE_BUILD]", 238 "cwd": "[SLAVE_BUILD]",
239 "name": "log" 239 "name": "log"
240 }, 240 },
241 { 241 {
242 "name": "$result", 242 "name": "$result",
243 "recipe_result": null, 243 "recipe_result": null,
244 "status_code": 0 244 "status_code": 0
245 } 245 }
246 ] 246 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698