| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "which", | 4 "which", |
| 5 "adb" | 5 "adb" |
| 6 ], | 6 ], |
| 7 "name": "which adb", | 7 "name": "which adb", |
| 8 "stdout": "/path/to/tmp/", | 8 "stdout": "/path/to/tmp/", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "step returned non-zero exit code: 1", | 10 "step returned non-zero exit code: 1", |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 "CHROME_HEADLESS": "1", | 167 "CHROME_HEADLESS": "1", |
| 168 "SKIA_OUT": "[SLAVE_BUILD]/out" | 168 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 169 }, | 169 }, |
| 170 "name": "read SK_IMAGE_VERSION", | 170 "name": "read SK_IMAGE_VERSION", |
| 171 "stdout": "/path/to/tmp/" | 171 "stdout": "/path/to/tmp/" |
| 172 }, | 172 }, |
| 173 { | 173 { |
| 174 "cmd": [ | 174 "cmd": [ |
| 175 "python", | 175 "python", |
| 176 "-u", | 176 "-u", |
| 177 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 178 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION", |
| 179 "/path/to/tmp/" |
| 180 ], |
| 181 "name": "Get downloaded SVG VERSION" |
| 182 }, |
| 183 { |
| 184 "cmd": [ |
| 185 "python", |
| 186 "-u", |
| 187 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 188 "42", |
| 189 "[SLAVE_BUILD]/tmp/SVG_VERSION" |
| 190 ], |
| 191 "name": "write SVG_VERSION" |
| 192 }, |
| 193 { |
| 194 "cmd": [ |
| 195 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", |
| 196 "shell", |
| 197 "cat", |
| 198 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SVG_VERSION" |
| 199 ], |
| 200 "env": { |
| 201 "BUILDTYPE": "Debug", |
| 202 "CHROME_HEADLESS": "1", |
| 203 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 204 }, |
| 205 "name": "read SVG_VERSION", |
| 206 "stdout": "/path/to/tmp/" |
| 207 }, |
| 208 { |
| 209 "cmd": [ |
| 210 "python", |
| 211 "-u", |
| 177 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 212 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 178 "[CUSTOM_[SWARM_OUT_DIR]]/dm" | 213 "[CUSTOM_[SWARM_OUT_DIR]]/dm" |
| 179 ], | 214 ], |
| 180 "env": { | 215 "env": { |
| 181 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" | 216 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" |
| 182 }, | 217 }, |
| 183 "name": "rmtree dm", | 218 "name": "rmtree dm", |
| 184 "~followup_annotations": [ | 219 "~followup_annotations": [ |
| 185 "@@@STEP_LOG_LINE@python.inline@@@@", | 220 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 186 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 221 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 "-d", | 393 "-d", |
| 359 "arm_v7_neon", | 394 "arm_v7_neon", |
| 360 "-t", | 395 "-t", |
| 361 "Debug", | 396 "Debug", |
| 362 "dm", | 397 "dm", |
| 363 "--undefok", | 398 "--undefok", |
| 364 "--resourcePath", | 399 "--resourcePath", |
| 365 "/storage/emulated/legacy/skiabot/skia_resources", | 400 "/storage/emulated/legacy/skiabot/skia_resources", |
| 366 "--skps", | 401 "--skps", |
| 367 "/storage/emulated/legacy/skiabot/skia_skp/skps", | 402 "/storage/emulated/legacy/skiabot/skia_skp/skps", |
| 403 "--svgs", |
| 404 "/storage/emulated/legacy/skiabot/skia_svg/svgs", |
| 368 "--images", | 405 "--images", |
| 369 "/storage/emulated/legacy/skiabot/skia_images/dm", | 406 "/storage/emulated/legacy/skiabot/skia_images/dm", |
| 370 "--colorImages", | 407 "--colorImages", |
| 371 "/storage/emulated/legacy/skiabot/skia_images/colorspace", | 408 "/storage/emulated/legacy/skiabot/skia_images/colorspace", |
| 372 "--nameByHash", | 409 "--nameByHash", |
| 373 "--properties", | 410 "--properties", |
| 374 "gitHash", | 411 "gitHash", |
| 375 "abc123", | 412 "abc123", |
| 376 "master", | 413 "master", |
| 377 "client.skia", | 414 "client.skia", |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 812 "SKIA_OUT": "[SLAVE_BUILD]/out" | 849 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 813 }, | 850 }, |
| 814 "name": "kill-server" | 851 "name": "kill-server" |
| 815 }, | 852 }, |
| 816 { | 853 { |
| 817 "name": "$result", | 854 "name": "$result", |
| 818 "recipe_result": null, | 855 "recipe_result": null, |
| 819 "status_code": 0 | 856 "status_code": 0 |
| 820 } | 857 } |
| 821 ] | 858 ] |
| OLD | NEW |