| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "~inc1.ico", | 151 "~inc1.ico", |
| 152 "~inc0.png", | 152 "~inc0.png", |
| 153 "~inc1.png", | 153 "~inc1.png", |
| 154 "~inc2.png", | 154 "~inc2.png", |
| 155 "~inc12.png", | 155 "~inc12.png", |
| 156 "~inc13.png", | 156 "~inc13.png", |
| 157 "~inc14.png", | 157 "~inc14.png", |
| 158 "~inc0.webp", | 158 "~inc0.webp", |
| 159 "~inc1.webp", | 159 "~inc1.webp", |
| 160 "--outResultsFile", | 160 "--outResultsFile", |
| 161 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8
6_64-Release-Trybot\\data\\nanobench_abc123_1337018001.json", | 161 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8
6_64-Release-Trybot\\data\\nanobench_abc123_1337000001.json", |
| 162 "--properties", | 162 "--properties", |
| 163 "gitHash", | 163 "gitHash", |
| 164 "abc123", | 164 "abc123", |
| 165 "build_number", | 165 "build_number", |
| 166 "5", | 166 "5", |
| 167 "issue", | 167 "issue", |
| 168 "2147533002", | 168 "2147533002", |
| 169 "patchset", | 169 "patchset", |
| 170 "1", | 170 "1", |
| 171 "patch_storage", | 171 "patch_storage", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 212 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 213 "@@@STEP_LOG_END@python.inline@@@" | 213 "@@@STEP_LOG_END@python.inline@@@" |
| 214 ] | 214 ] |
| 215 }, | 215 }, |
| 216 { | 216 { |
| 217 "name": "$result", | 217 "name": "$result", |
| 218 "recipe_result": null, | 218 "recipe_result": null, |
| 219 "status_code": 0 | 219 "status_code": 0 |
| 220 } | 220 } |
| 221 ] | 221 ] |
| OLD | NEW |