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/update_roll_only.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "Auto-roll - release process", 10 "Auto-roll - release process",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 204 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
205 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb 396006", 205 "0df953c9e12c1e3b0e37f2d4ef1ef8c319e095cb 396006",
206 "[SLAVE_BUILD]/refs_heads_roll.log" 206 "[SLAVE_BUILD]/refs_heads_roll.log"
207 ], 207 ],
208 "name": "Write refs_heads_roll.log" 208 "name": "Write refs_heads_roll.log"
209 }, 209 },
210 { 210 {
211 "cmd": [ 211 "cmd": [
212 "python", 212 "python",
213 "-u", 213 "-u",
214 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 214 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
215 "--", 215 "--",
216 "[DEPOT_TOOLS]/gsutil.py", 216 "[DEPOT_TOOLS]/gsutil.py",
217 "--force-version", 217 "--force-version",
218 "3.25", 218 "3.25",
219 "--", 219 "--",
220 "cp", 220 "cp",
221 "[SLAVE_BUILD]/refs_heads_roll.log", 221 "[SLAVE_BUILD]/refs_heads_roll.log",
222 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_roll.log" 222 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_roll.log"
223 ], 223 ],
224 "name": "gsutil upload", 224 "name": "gsutil upload",
225 "~followup_annotations": [ 225 "~followup_annotations": [
226 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_roll.log@@@" 226 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_roll.log@@@"
227 ] 227 ]
228 } 228 }
229 ] 229 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698