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

Side by Side Diff: scripts/slave/recipes/v8/auto_roll_release_process.expected/recent_lkgr.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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "stdout": "/path/to/tmp/out" 216 "stdout": "/path/to/tmp/out"
217 }, 217 },
218 { 218 {
219 "cmd": [ 219 "cmd": [
220 "echo", 220 "echo",
221 "Current candidate is 5h old (limit: 8h)." 221 "Current candidate is 5h old (limit: 8h)."
222 ], 222 ],
223 "name": "log" 223 "name": "log"
224 } 224 }
225 ] 225 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698