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", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux - nosnap builder", | 10 "V8 Linux - nosnap builder", |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 "@@@STEP_LOG_LINE@json.output@}@@@", | 246 "@@@STEP_LOG_LINE@json.output@}@@@", |
247 "@@@STEP_LOG_END@json.output@@@" | 247 "@@@STEP_LOG_END@json.output@@@" |
248 ] | 248 ] |
249 }, | 249 }, |
250 { | 250 { |
251 "cmd": [ | 251 "cmd": [ |
252 "python", | 252 "python", |
253 "-u", | 253 "-u", |
254 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 254 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
255 "--", | 255 "--", |
256 "[DEPOT_TOOLS]/gsutil.py", | 256 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
257 "----", | 257 "----", |
258 "cp", | 258 "cp", |
259 "-a", | 259 "-a", |
260 "public-read", | 260 "public-read", |
261 "{\"bot_default\": \"[dummy hash for bot_default]\", \"mozilla\": \"[dummy
hash for mozilla]\", \"simdjs\": \"[dummy hash for simdjs]\", \"test262\": \"[d
ummy hash for test262]\"}", | 261 "{\"bot_default\": \"[dummy hash for bot_default]\", \"mozilla\": \"[dummy
hash for mozilla]\", \"simdjs\": \"[dummy hash for simdjs]\", \"test262\": \"[d
ummy hash for test262]\"}", |
262 "gs://chromium-v8/v8-linux-nosnap-rel/full-build-linux_f2cbea7e89a45f46819
777bb78a1f5bd0241f64c.json" | 262 "gs://chromium-v8/v8-linux-nosnap-rel/full-build-linux_f2cbea7e89a45f46819
777bb78a1f5bd0241f64c.json" |
263 ], | 263 ], |
264 "name": "gsutil upload", | 264 "name": "gsutil upload", |
265 "~followup_annotations": [ | 265 "~followup_annotations": [ |
266 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v
8-linux-nosnap-rel/full-build-linux_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.jso
n@@@" | 266 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v
8-linux-nosnap-rel/full-build-linux_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.jso
n@@@" |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 "~followup_annotations": [ | 315 "~followup_annotations": [ |
316 "@@@STEP_TEXT@V8 Linux - nosnap@@@" | 316 "@@@STEP_TEXT@V8 Linux - nosnap@@@" |
317 ] | 317 ] |
318 }, | 318 }, |
319 { | 319 { |
320 "name": "$result", | 320 "name": "$result", |
321 "recipe_result": null, | 321 "recipe_result": null, |
322 "status_code": 0 | 322 "status_code": 0 |
323 } | 323 } |
324 ] | 324 ] |
OLD | NEW |