OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 264 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
265 "@@@STEP_LOG_END@python.inline@@@" | 265 "@@@STEP_LOG_END@python.inline@@@" |
266 ] | 266 ] |
267 }, | 267 }, |
268 { | 268 { |
269 "cmd": [ | 269 "cmd": [ |
270 "python", | 270 "python", |
271 "-u", | 271 "-u", |
272 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 272 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
273 "--", | 273 "--", |
274 "[DEPOT_TOOLS]/gsutil.py", | 274 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
275 "----", | 275 "----", |
276 "cp", | 276 "cp", |
277 "-R", | 277 "-R", |
278 "gs://chromium-skia-gm/skimage/v42/*", | 278 "gs://chromium-skia-gm/skimage/v42/*", |
279 "[SLAVE_BUILD]/images" | 279 "[SLAVE_BUILD]/images" |
280 ], | 280 ], |
281 "env": { | 281 "env": { |
282 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 282 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
283 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 283 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
284 }, | 284 }, |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" | 477 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" |
478 }, | 478 }, |
479 "name": "nanobench" | 479 "name": "nanobench" |
480 }, | 480 }, |
481 { | 481 { |
482 "name": "$result", | 482 "name": "$result", |
483 "recipe_result": null, | 483 "recipe_result": null, |
484 "status_code": 0 | 484 "status_code": 0 |
485 } | 485 } |
486 ] | 486 ] |
OLD | NEW |