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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 "~inc13.png", | 183 "~inc13.png", |
184 "~inc14.png", | 184 "~inc14.png", |
185 "~inc0.webp", | 185 "~inc0.webp", |
186 "~inc1.webp", | 186 "~inc1.webp", |
187 "--outResultsFile", | 187 "--outResultsFile", |
188 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8
6_64-Release-Trybot\\data\\nanobench_abc123_1337000001.json", | 188 "[CUSTOM_[SWARM_OUT_DIR]]\\perfdata\\Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x8
6_64-Release-Trybot\\data\\nanobench_abc123_1337000001.json", |
189 "--properties", | 189 "--properties", |
190 "gitHash", | 190 "gitHash", |
191 "abc123", | 191 "abc123", |
192 "build_number", | 192 "build_number", |
193 "5", | 193 "571", |
194 "issue", | 194 "issue", |
195 "2100", | 195 "456789", |
196 "patchset", | 196 "patchset", |
197 "2", | 197 "12", |
198 "patch_storage", | 198 "patch_storage", |
199 "gerrit", | 199 "gerrit", |
200 "no_buildbot", | 200 "no_buildbot", |
201 "True", | 201 "True", |
202 "swarming_bot_id", | 202 "swarming_bot_id", |
203 "skia-bot-123", | 203 "skia-bot-123", |
204 "swarming_task_id", | 204 "swarming_task_id", |
205 "123456", | 205 "123456", |
206 "--key", | 206 "--key", |
207 "arch", | 207 "arch", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 241 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
242 "@@@STEP_LOG_END@python.inline@@@" | 242 "@@@STEP_LOG_END@python.inline@@@" |
243 ] | 243 ] |
244 }, | 244 }, |
245 { | 245 { |
246 "name": "$result", | 246 "name": "$result", |
247 "recipe_result": null, | 247 "recipe_result": null, |
248 "status_code": 0 | 248 "status_code": 0 |
249 } | 249 } |
250 ] | 250 ] |
OLD | NEW |