OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", | 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
8 "/path/to/tmp/" | 8 "/path/to/tmp/" |
9 ], | 9 ], |
10 "name": "Get downloaded SKP VERSION" | 10 "name": "Get downloaded SKP VERSION" |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 "client.skia", | 141 "client.skia", |
142 "builder", | 142 "builder", |
143 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", | 143 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", |
144 "build_number", | 144 "build_number", |
145 "5", | 145 "5", |
146 "issue", | 146 "issue", |
147 "500", | 147 "500", |
148 "patchset", | 148 "patchset", |
149 "1", | 149 "1", |
150 "patch_storage", | 150 "patch_storage", |
151 "", | 151 "rietveld", |
152 "--svgs", | 152 "--svgs", |
153 "[SLAVE_BUILD]/svg", | 153 "[SLAVE_BUILD]/svg", |
154 "--key", | 154 "--key", |
155 "arch", | 155 "arch", |
156 "x86_64", | 156 "x86_64", |
157 "compiler", | 157 "compiler", |
158 "Clang", | 158 "Clang", |
159 "configuration", | 159 "configuration", |
160 "Coverage", | 160 "Coverage", |
161 "cpu_or_gpu", | 161 "cpu_or_gpu", |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 "client.skia", | 440 "client.skia", |
441 "builder", | 441 "builder", |
442 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", | 442 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", |
443 "build_number", | 443 "build_number", |
444 "5", | 444 "5", |
445 "issue", | 445 "issue", |
446 "500", | 446 "500", |
447 "patchset", | 447 "patchset", |
448 "1", | 448 "1", |
449 "patch_storage", | 449 "patch_storage", |
450 "" | 450 "rietveld" |
451 ], | 451 ], |
452 "cwd": "[SLAVE_BUILD]/skia", | 452 "cwd": "[SLAVE_BUILD]/skia", |
453 "env": { | 453 "env": { |
454 "BUILDTYPE": "Coverage", | 454 "BUILDTYPE": "Coverage", |
455 "CHROME_HEADLESS": "1", | 455 "CHROME_HEADLESS": "1", |
456 "SKIA_OUT": "[SLAVE_BUILD]/out" | 456 "SKIA_OUT": "[SLAVE_BUILD]/out" |
457 }, | 457 }, |
458 "name": "Generate Coverage Data" | 458 "name": "Generate Coverage Data" |
459 }, | 459 }, |
460 { | 460 { |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 "[CUSTOM_[SWARM_OUT_DIR]]" | 499 "[CUSTOM_[SWARM_OUT_DIR]]" |
500 ], | 500 ], |
501 "name": "Copy to swarming out (2)" | 501 "name": "Copy to swarming out (2)" |
502 }, | 502 }, |
503 { | 503 { |
504 "name": "$result", | 504 "name": "$result", |
505 "recipe_result": null, | 505 "recipe_result": null, |
506 "status_code": 0 | 506 "status_code": 0 |
507 } | 507 } |
508 ] | 508 ] |
OLD | NEW |