| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "~inc1.ico", | 149 "~inc1.ico", |
| 150 "~inc0.png", | 150 "~inc0.png", |
| 151 "~inc1.png", | 151 "~inc1.png", |
| 152 "~inc2.png", | 152 "~inc2.png", |
| 153 "~inc12.png", | 153 "~inc12.png", |
| 154 "~inc13.png", | 154 "~inc13.png", |
| 155 "~inc14.png", | 155 "~inc14.png", |
| 156 "~inc0.webp", | 156 "~inc0.webp", |
| 157 "~inc1.webp", | 157 "~inc1.webp", |
| 158 "--outResultsFile", | 158 "--outResultsFile", |
| 159 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Rel
ease\\data\\nanobench_abc123.json", | 159 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Rel
ease\\data\\nanobench_abc123_1337018001.json", |
| 160 "--properties", | 160 "--properties", |
| 161 "gitHash", | 161 "gitHash", |
| 162 "abc123", | 162 "abc123", |
| 163 "build_number", | 163 "build_number", |
| 164 "5", | 164 "5", |
| 165 "--key", | 165 "--key", |
| 166 "arch", | 166 "arch", |
| 167 "x86_64", | 167 "x86_64", |
| 168 "compiler", | 168 "compiler", |
| 169 "MSVC", | 169 "MSVC", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 204 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 205 "@@@STEP_LOG_END@python.inline@@@" | 205 "@@@STEP_LOG_END@python.inline@@@" |
| 206 ] | 206 ] |
| 207 }, | 207 }, |
| 208 { | 208 { |
| 209 "name": "$result", | 209 "name": "$result", |
| 210 "recipe_result": null, | 210 "recipe_result": null, |
| 211 "status_code": 0 | 211 "status_code": 0 |
| 212 } | 212 } |
| 213 ] | 213 ] |
| OLD | NEW |