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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_release_process.expected/update.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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 119 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
120 "\nc1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396004", 120 "\nc1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396004",
121 "[SLAVE_BUILD]/refs_heads_lkgr.log" 121 "[SLAVE_BUILD]/refs_heads_lkgr.log"
122 ], 122 ],
123 "name": "Write refs_heads_lkgr.log" 123 "name": "Write refs_heads_lkgr.log"
124 }, 124 },
125 { 125 {
126 "cmd": [ 126 "cmd": [
127 "python", 127 "python",
128 "-u", 128 "-u",
129 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 129 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
130 "--", 130 "--",
131 "[DEPOT_TOOLS]/gsutil.py", 131 "[DEPOT_TOOLS]/gsutil.py",
132 "--force-version", 132 "--force-version",
133 "3.25", 133 "3.25",
134 "--", 134 "--",
135 "cp", 135 "cp",
136 "[SLAVE_BUILD]/refs_heads_lkgr.log", 136 "[SLAVE_BUILD]/refs_heads_lkgr.log",
137 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log" 137 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log"
138 ], 138 ],
139 "name": "gsutil upload", 139 "name": "gsutil upload",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 249 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
250 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396008", 250 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396008",
251 "[SLAVE_BUILD]/refs_heads_candidate.log" 251 "[SLAVE_BUILD]/refs_heads_candidate.log"
252 ], 252 ],
253 "name": "Write refs_heads_candidate.log" 253 "name": "Write refs_heads_candidate.log"
254 }, 254 },
255 { 255 {
256 "cmd": [ 256 "cmd": [
257 "python", 257 "python",
258 "-u", 258 "-u",
259 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 259 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
260 "--", 260 "--",
261 "[DEPOT_TOOLS]/gsutil.py", 261 "[DEPOT_TOOLS]/gsutil.py",
262 "--force-version", 262 "--force-version",
263 "3.25", 263 "3.25",
264 "--", 264 "--",
265 "cp", 265 "cp",
266 "[SLAVE_BUILD]/refs_heads_candidate.log", 266 "[SLAVE_BUILD]/refs_heads_candidate.log",
267 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_candidate.log" 267 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_candidate.log"
268 ], 268 ],
269 "name": "gsutil upload (2)", 269 "name": "gsutil upload (2)",
270 "~followup_annotations": [ 270 "~followup_annotations": [
271 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_candidate.log@@@" 271 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a uto-roll/v8_release_process/refs_heads_candidate.log@@@"
272 ] 272 ]
273 }, 273 },
274 { 274 {
275 "cmd": [ 275 "cmd": [
276 "python", 276 "python",
277 "-u", 277 "-u",
278 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 278 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
279 "396010", 279 "396010",
280 "[SLAVE_BUILD]/timestamp.txt" 280 "[SLAVE_BUILD]/timestamp.txt"
281 ], 281 ],
282 "name": "update timestamp" 282 "name": "update timestamp"
283 } 283 }
284 ] 284 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698