OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
8 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" | 8 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 261 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
262 "@@@STEP_LOG_END@python.inline@@@" | 262 "@@@STEP_LOG_END@python.inline@@@" |
263 ] | 263 ] |
264 }, | 264 }, |
265 { | 265 { |
266 "cmd": [ | 266 "cmd": [ |
267 "python", | 267 "python", |
268 "-u", | 268 "-u", |
269 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 269 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
270 "[SLAVE_BUILD]/out/coverage_results/file 1", | 270 "[SLAVE_BUILD]/out/coverage_results/file 1", |
271 "[SWARM_OUT_DIR]" | 271 "[CUSTOM_[SWARM_OUT_DIR]]" |
272 ], | 272 ], |
273 "name": "Copy to swarming out" | 273 "name": "Copy to swarming out" |
274 }, | 274 }, |
275 { | 275 { |
276 "cmd": [ | 276 "cmd": [ |
277 "python", | 277 "python", |
278 "-u", | 278 "-u", |
279 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 279 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
280 "[SLAVE_BUILD]/out/coverage_results/file 2", | 280 "[SLAVE_BUILD]/out/coverage_results/file 2", |
281 "[SWARM_OUT_DIR]" | 281 "[CUSTOM_[SWARM_OUT_DIR]]" |
282 ], | 282 ], |
283 "name": "Copy to swarming out (2)" | 283 "name": "Copy to swarming out (2)" |
284 }, | 284 }, |
285 { | 285 { |
286 "name": "$result", | 286 "name": "$result", |
287 "recipe_result": null, | 287 "recipe_result": null, |
288 "status_code": 0 | 288 "status_code": 0 |
289 } | 289 } |
290 ] | 290 ] |
OLD | NEW |