OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/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", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f
ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour
ce.com/v8/v8'}]", |
15 "--root", | 15 "--root", |
16 "v8", | 16 "v8", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "v8@HEAD", | 24 "v8@HEAD", |
25 "--force", | 25 "--force", |
26 "--no_shallow", | 26 "--no_shallow", |
27 "--output_manifest" | 27 "--output_manifest" |
28 ], | 28 ], |
29 "cwd": "[SLAVE_BUILD]", | |
30 "env": { | 29 "env": { |
31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
32 }, | 31 }, |
33 "name": "bot_update", | 32 "name": "bot_update", |
34 "~followup_annotations": [ | 33 "~followup_annotations": [ |
35 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"HEAD\"@@@", |
(...skipping 15 matching lines...) Expand all Loading... |
55 "@@@STEP_LOG_LINE@json.output@}@@@", | 54 "@@@STEP_LOG_LINE@json.output@}@@@", |
56 "@@@STEP_LOG_END@json.output@@@", | 55 "@@@STEP_LOG_END@json.output@@@", |
57 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 56 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
58 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
59 ] | 58 ] |
60 }, | 59 }, |
61 { | 60 { |
62 "cmd": [ | 61 "cmd": [ |
63 "python", | 62 "python", |
64 "-u", | 63 "-u", |
65 "[BUILD]/scripts/tools/runit.py", | 64 "[ROOT]/b/build/scripts/tools/runit.py", |
66 "[BUILD]/scripts/tools/pycurl.py", | 65 "[ROOT]/b/build/scripts/tools/pycurl.py", |
67 "https://v8-status.appspot.com/lkgr" | 66 "https://v8-status.appspot.com/lkgr" |
68 ], | 67 ], |
69 "cwd": "[SLAVE_BUILD]", | |
70 "name": "get new lkgr", | 68 "name": "get new lkgr", |
71 "stdout": "/path/to/tmp/", | 69 "stdout": "/path/to/tmp/", |
72 "~followup_annotations": [ | 70 "~followup_annotations": [ |
73 "@@@STEP_LOG_LINE@logs@New candidate: c1a7fd0c98a80c52fcf6763850d2ee1c41cf
e8d6 (396002)@@@", | 71 "@@@STEP_LOG_LINE@logs@New candidate: c1a7fd0c98a80c52fcf6763850d2ee1c41cf
e8d6 (396002)@@@", |
74 "@@@STEP_LOG_END@logs@@@" | 72 "@@@STEP_LOG_END@logs@@@" |
75 ] | 73 ] |
76 }, | 74 }, |
77 { | 75 { |
78 "cmd": [ | 76 "cmd": [ |
79 "git", | 77 "git", |
80 "fetch", | 78 "fetch", |
81 "https://chromium.googlesource.com/v8/v8", | 79 "https://chromium.googlesource.com/v8/v8", |
82 "+refs/heads/lkgr:refs/heads/lkgr" | 80 "+refs/heads/lkgr:refs/heads/lkgr" |
83 ], | 81 ], |
84 "cwd": "[SLAVE_BUILD]/v8", | 82 "cwd": "[CWD]/v8", |
85 "name": "git fetch" | 83 "name": "git fetch" |
86 }, | 84 }, |
87 { | 85 { |
88 "cmd": [ | 86 "cmd": [ |
89 "git", | 87 "git", |
90 "show-ref", | 88 "show-ref", |
91 "-s", | 89 "-s", |
92 "refs/heads/lkgr" | 90 "refs/heads/lkgr" |
93 ], | 91 ], |
94 "cwd": "[SLAVE_BUILD]/v8", | 92 "cwd": "[CWD]/v8", |
95 "name": "git show-ref refs/heads/lkgr", | 93 "name": "git show-ref refs/heads/lkgr", |
96 "stdout": "/path/to/tmp/", | 94 "stdout": "/path/to/tmp/", |
97 "~followup_annotations": [ | 95 "~followup_annotations": [ |
98 "@@@STEP_LOG_LINE@ref@74882b7a8e55268d1658f83efefa1c2585cee723@@@", | 96 "@@@STEP_LOG_LINE@ref@74882b7a8e55268d1658f83efefa1c2585cee723@@@", |
99 "@@@STEP_LOG_END@ref@@@" | 97 "@@@STEP_LOG_END@ref@@@" |
100 ] | 98 ] |
101 }, | 99 }, |
102 { | 100 { |
103 "cmd": [ | 101 "cmd": [ |
104 "git", | 102 "git", |
105 "update-ref", | 103 "update-ref", |
106 "refs/heads/lkgr", | 104 "refs/heads/lkgr", |
107 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6" | 105 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6" |
108 ], | 106 ], |
109 "cwd": "[SLAVE_BUILD]/v8", | 107 "cwd": "[CWD]/v8", |
110 "name": "git update-ref" | 108 "name": "git update-ref" |
111 }, | 109 }, |
112 { | 110 { |
113 "cmd": [ | 111 "cmd": [ |
114 "git", | 112 "git", |
115 "push", | 113 "push", |
116 "https://chromium.googlesource.com/v8/v8", | 114 "https://chromium.googlesource.com/v8/v8", |
117 "refs/heads/lkgr:refs/heads/lkgr" | 115 "refs/heads/lkgr:refs/heads/lkgr" |
118 ], | 116 ], |
119 "cwd": "[SLAVE_BUILD]/v8", | 117 "cwd": "[CWD]/v8", |
120 "name": "git push" | 118 "name": "git push" |
121 }, | 119 }, |
122 { | 120 { |
123 "cmd": [ | 121 "cmd": [ |
124 "python", | 122 "python", |
125 "-u", | 123 "-u", |
126 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 124 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
127 "[SLAVE_BUILD]/refs_heads_lkgr.log", | 125 "[CWD]/refs_heads_lkgr.log", |
128 "/path/to/tmp/" | 126 "/path/to/tmp/" |
129 ], | 127 ], |
130 "cwd": "[SLAVE_BUILD]", | |
131 "name": "Read refs_heads_lkgr.log" | 128 "name": "Read refs_heads_lkgr.log" |
132 }, | 129 }, |
133 { | 130 { |
134 "cmd": [ | 131 "cmd": [ |
135 "python", | 132 "python", |
136 "-u", | 133 "-u", |
137 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 134 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
138 "\nc1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396004", | 135 "\nc1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396004", |
139 "[SLAVE_BUILD]/refs_heads_lkgr.log" | 136 "[CWD]/refs_heads_lkgr.log" |
140 ], | 137 ], |
141 "cwd": "[SLAVE_BUILD]", | |
142 "name": "Write refs_heads_lkgr.log" | 138 "name": "Write refs_heads_lkgr.log" |
143 }, | 139 }, |
144 { | 140 { |
145 "cmd": [ | 141 "cmd": [ |
146 "python", | 142 "python", |
147 "-u", | 143 "-u", |
148 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 144 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
149 "--", | 145 "--", |
150 "[DEPOT_TOOLS]/gsutil.py", | 146 "[ROOT]/b/depot_tools/gsutil.py", |
151 "----", | 147 "----", |
152 "cp", | 148 "cp", |
153 "[SLAVE_BUILD]/refs_heads_lkgr.log", | 149 "[CWD]/refs_heads_lkgr.log", |
154 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log" | 150 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_lkgr.log" |
155 ], | 151 ], |
156 "cwd": "[SLAVE_BUILD]", | |
157 "name": "gsutil upload", | 152 "name": "gsutil upload", |
158 "~followup_annotations": [ | 153 "~followup_annotations": [ |
159 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_lkgr.log@@@" | 154 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_lkgr.log@@@" |
160 ] | 155 ] |
161 }, | 156 }, |
162 { | 157 { |
163 "cmd": [ | 158 "cmd": [ |
164 "git", | 159 "git", |
165 "fetch", | 160 "fetch", |
166 "https://chromium.googlesource.com/v8/v8", | 161 "https://chromium.googlesource.com/v8/v8", |
167 "+refs/heads/candidate:refs/heads/candidate" | 162 "+refs/heads/candidate:refs/heads/candidate" |
168 ], | 163 ], |
169 "cwd": "[SLAVE_BUILD]/v8", | 164 "cwd": "[CWD]/v8", |
170 "name": "git fetch (2)" | 165 "name": "git fetch (2)" |
171 }, | 166 }, |
172 { | 167 { |
173 "cmd": [ | 168 "cmd": [ |
174 "git", | 169 "git", |
175 "show-ref", | 170 "show-ref", |
176 "-s", | 171 "-s", |
177 "refs/heads/candidate" | 172 "refs/heads/candidate" |
178 ], | 173 ], |
179 "cwd": "[SLAVE_BUILD]/v8", | 174 "cwd": "[CWD]/v8", |
180 "name": "git show-ref refs/heads/candidate", | 175 "name": "git show-ref refs/heads/candidate", |
181 "stdout": "/path/to/tmp/", | 176 "stdout": "/path/to/tmp/", |
182 "~followup_annotations": [ | 177 "~followup_annotations": [ |
183 "@@@STEP_LOG_LINE@ref@74882b7a8e55268d1658f83efefa1c2585cee723@@@", | 178 "@@@STEP_LOG_LINE@ref@74882b7a8e55268d1658f83efefa1c2585cee723@@@", |
184 "@@@STEP_LOG_END@ref@@@" | 179 "@@@STEP_LOG_END@ref@@@" |
185 ] | 180 ] |
186 }, | 181 }, |
187 { | 182 { |
188 "cmd": [ | 183 "cmd": [ |
189 "git", | 184 "git", |
190 "fetch", | 185 "fetch", |
191 "https://chromium.googlesource.com/v8/v8", | 186 "https://chromium.googlesource.com/v8/v8", |
192 "+refs/heads/roll:refs/heads/roll" | 187 "+refs/heads/roll:refs/heads/roll" |
193 ], | 188 ], |
194 "cwd": "[SLAVE_BUILD]/v8", | 189 "cwd": "[CWD]/v8", |
195 "name": "git fetch (3)" | 190 "name": "git fetch (3)" |
196 }, | 191 }, |
197 { | 192 { |
198 "cmd": [ | 193 "cmd": [ |
199 "git", | 194 "git", |
200 "show-ref", | 195 "show-ref", |
201 "-s", | 196 "-s", |
202 "refs/heads/roll" | 197 "refs/heads/roll" |
203 ], | 198 ], |
204 "cwd": "[SLAVE_BUILD]/v8", | 199 "cwd": "[CWD]/v8", |
205 "name": "git show-ref refs/heads/roll", | 200 "name": "git show-ref refs/heads/roll", |
206 "stdout": "/path/to/tmp/", | 201 "stdout": "/path/to/tmp/", |
207 "~followup_annotations": [ | 202 "~followup_annotations": [ |
208 "@@@STEP_LOG_LINE@ref@74882b7a8e55268d1658f83efefa1c2585cee723@@@", | 203 "@@@STEP_LOG_LINE@ref@74882b7a8e55268d1658f83efefa1c2585cee723@@@", |
209 "@@@STEP_LOG_END@ref@@@" | 204 "@@@STEP_LOG_END@ref@@@" |
210 ] | 205 ] |
211 }, | 206 }, |
212 { | 207 { |
213 "cmd": [ | 208 "cmd": [ |
214 "python", | 209 "python", |
215 "-u", | 210 "-u", |
216 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 211 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
217 "[SLAVE_BUILD]/timestamp.txt", | 212 "[CWD]/timestamp.txt", |
218 "/path/to/tmp/" | 213 "/path/to/tmp/" |
219 ], | 214 ], |
220 "cwd": "[SLAVE_BUILD]", | |
221 "name": "check timestamp" | 215 "name": "check timestamp" |
222 }, | 216 }, |
223 { | 217 { |
224 "cmd": [ | 218 "cmd": [ |
225 "python", | 219 "python", |
226 "-u", | 220 "-u", |
227 "[SLAVE_BUILD]/v8/tools/release/check_clusterfuzz.py", | 221 "[CWD]/v8/tools/release/check_clusterfuzz.py", |
228 "--key-file", | 222 "--key-file", |
229 "[SLAVE_BUILD]/.cf_key", | 223 "[CWD]/.cf_key", |
230 "--results-file", | 224 "--results-file", |
231 "/path/to/tmp/json" | 225 "/path/to/tmp/json" |
232 ], | 226 ], |
233 "cwd": "[SLAVE_BUILD]", | |
234 "name": "check clusterfuzz", | 227 "name": "check clusterfuzz", |
235 "stderr": "/path/to/tmp/err", | 228 "stderr": "/path/to/tmp/err", |
236 "stdout": "/path/to/tmp/out" | 229 "stdout": "/path/to/tmp/out" |
237 }, | 230 }, |
238 { | 231 { |
239 "cmd": [ | 232 "cmd": [ |
240 "echo", | 233 "echo", |
241 "Current candidate is 10h old (limit: 8h)." | 234 "Current candidate is 10h old (limit: 8h)." |
242 ], | 235 ], |
243 "cwd": "[SLAVE_BUILD]", | |
244 "name": "log" | 236 "name": "log" |
245 }, | 237 }, |
246 { | 238 { |
247 "cmd": [ | 239 "cmd": [ |
248 "git", | 240 "git", |
249 "update-ref", | 241 "update-ref", |
250 "refs/heads/candidate", | 242 "refs/heads/candidate", |
251 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6" | 243 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6" |
252 ], | 244 ], |
253 "cwd": "[SLAVE_BUILD]/v8", | 245 "cwd": "[CWD]/v8", |
254 "name": "git update-ref (2)" | 246 "name": "git update-ref (2)" |
255 }, | 247 }, |
256 { | 248 { |
257 "cmd": [ | 249 "cmd": [ |
258 "git", | 250 "git", |
259 "push", | 251 "push", |
260 "https://chromium.googlesource.com/v8/v8", | 252 "https://chromium.googlesource.com/v8/v8", |
261 "refs/heads/candidate:refs/heads/candidate" | 253 "refs/heads/candidate:refs/heads/candidate" |
262 ], | 254 ], |
263 "cwd": "[SLAVE_BUILD]/v8", | 255 "cwd": "[CWD]/v8", |
264 "name": "git push (2)" | 256 "name": "git push (2)" |
265 }, | 257 }, |
266 { | 258 { |
267 "cmd": [ | 259 "cmd": [ |
268 "python", | 260 "python", |
269 "-u", | 261 "-u", |
270 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 262 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
271 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396008", | 263 "c1a7fd0c98a80c52fcf6763850d2ee1c41cfe8d6 396008", |
272 "[SLAVE_BUILD]/refs_heads_candidate.log" | 264 "[CWD]/refs_heads_candidate.log" |
273 ], | 265 ], |
274 "cwd": "[SLAVE_BUILD]", | |
275 "name": "Write refs_heads_candidate.log" | 266 "name": "Write refs_heads_candidate.log" |
276 }, | 267 }, |
277 { | 268 { |
278 "cmd": [ | 269 "cmd": [ |
279 "python", | 270 "python", |
280 "-u", | 271 "-u", |
281 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 272 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
282 "--", | 273 "--", |
283 "[DEPOT_TOOLS]/gsutil.py", | 274 "[ROOT]/b/depot_tools/gsutil.py", |
284 "----", | 275 "----", |
285 "cp", | 276 "cp", |
286 "[SLAVE_BUILD]/refs_heads_candidate.log", | 277 "[CWD]/refs_heads_candidate.log", |
287 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_candidate.log" | 278 "gs://chromium-v8-auto-roll/v8_release_process/refs_heads_candidate.log" |
288 ], | 279 ], |
289 "cwd": "[SLAVE_BUILD]", | |
290 "name": "gsutil upload (2)", | 280 "name": "gsutil upload (2)", |
291 "~followup_annotations": [ | 281 "~followup_annotations": [ |
292 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_candidate.log@@@" | 282 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8-a
uto-roll/v8_release_process/refs_heads_candidate.log@@@" |
293 ] | 283 ] |
294 }, | 284 }, |
295 { | 285 { |
296 "cmd": [ | 286 "cmd": [ |
297 "python", | 287 "python", |
298 "-u", | 288 "-u", |
299 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 289 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
300 "396010", | 290 "396010", |
301 "[SLAVE_BUILD]/timestamp.txt" | 291 "[CWD]/timestamp.txt" |
302 ], | 292 ], |
303 "cwd": "[SLAVE_BUILD]", | |
304 "name": "update timestamp" | 293 "name": "update timestamp" |
305 }, | 294 }, |
306 { | 295 { |
307 "name": "$result", | 296 "name": "$result", |
308 "recipe_result": null, | 297 "recipe_result": null, |
309 "status_code": 0 | 298 "status_code": 0 |
310 } | 299 } |
311 ] | 300 ] |
OLD | NEW |