| 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 "CHROME_HEADLESS": "1", | 261 "CHROME_HEADLESS": "1", |
| 262 "SKIA_OUT": "[SLAVE_BUILD]/out" | 262 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 263 }, | 263 }, |
| 264 "name": "read SK_IMAGE_VERSION", | 264 "name": "read SK_IMAGE_VERSION", |
| 265 "stdout": "/path/to/tmp/" | 265 "stdout": "/path/to/tmp/" |
| 266 }, | 266 }, |
| 267 { | 267 { |
| 268 "cmd": [ | 268 "cmd": [ |
| 269 "python", | 269 "python", |
| 270 "-u", | 270 "-u", |
| 271 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 272 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION", |
| 273 "/path/to/tmp/" |
| 274 ], |
| 275 "name": "Get downloaded SVG VERSION" |
| 276 }, |
| 277 { |
| 278 "cmd": [ |
| 279 "python", |
| 280 "-u", |
| 281 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 282 "42", |
| 283 "[SLAVE_BUILD]/tmp/SVG_VERSION" |
| 284 ], |
| 285 "name": "write SVG_VERSION" |
| 286 }, |
| 287 { |
| 288 "cmd": [ |
| 289 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", |
| 290 "shell", |
| 291 "cat", |
| 292 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SVG_VERSION" |
| 293 ], |
| 294 "env": { |
| 295 "BUILDTYPE": "Debug", |
| 296 "CHROME_HEADLESS": "1", |
| 297 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 298 }, |
| 299 "name": "read SVG_VERSION", |
| 300 "stdout": "/path/to/tmp/" |
| 301 }, |
| 302 { |
| 303 "cmd": [ |
| 304 "python", |
| 305 "-u", |
| 271 "\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", | 306 "\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", |
| 272 "[CUSTOM_[SWARM_OUT_DIR]]/dm" | 307 "[CUSTOM_[SWARM_OUT_DIR]]/dm" |
| 273 ], | 308 ], |
| 274 "env": { | 309 "env": { |
| 275 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" | 310 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" |
| 276 }, | 311 }, |
| 277 "name": "rmtree dm", | 312 "name": "rmtree dm", |
| 278 "~followup_annotations": [ | 313 "~followup_annotations": [ |
| 279 "@@@STEP_LOG_LINE@python.inline@@@@", | 314 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 280 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 315 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 "-d", | 487 "-d", |
| 453 "arm64", | 488 "arm64", |
| 454 "-t", | 489 "-t", |
| 455 "Debug", | 490 "Debug", |
| 456 "dm", | 491 "dm", |
| 457 "--undefok", | 492 "--undefok", |
| 458 "--resourcePath", | 493 "--resourcePath", |
| 459 "/storage/emulated/legacy/skiabot/skia_resources", | 494 "/storage/emulated/legacy/skiabot/skia_resources", |
| 460 "--skps", | 495 "--skps", |
| 461 "/storage/emulated/legacy/skiabot/skia_skp/skps", | 496 "/storage/emulated/legacy/skiabot/skia_skp/skps", |
| 497 "--svgs", |
| 498 "/storage/emulated/legacy/skiabot/skia_svg/svgs", |
| 462 "--images", | 499 "--images", |
| 463 "/storage/emulated/legacy/skiabot/skia_images/dm", | 500 "/storage/emulated/legacy/skiabot/skia_images/dm", |
| 464 "--colorImages", | 501 "--colorImages", |
| 465 "/storage/emulated/legacy/skiabot/skia_images/colorspace", | 502 "/storage/emulated/legacy/skiabot/skia_images/colorspace", |
| 466 "--nameByHash", | 503 "--nameByHash", |
| 467 "--properties", | 504 "--properties", |
| 468 "gitHash", | 505 "gitHash", |
| 469 "abc123", | 506 "abc123", |
| 470 "master", | 507 "master", |
| 471 "client.skia", | 508 "client.skia", |
| (...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 "SKIA_OUT": "[SLAVE_BUILD]/out" | 927 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 891 }, | 928 }, |
| 892 "name": "kill-server" | 929 "name": "kill-server" |
| 893 }, | 930 }, |
| 894 { | 931 { |
| 895 "name": "$result", | 932 "name": "$result", |
| 896 "recipe_result": null, | 933 "recipe_result": null, |
| 897 "status_code": 0 | 934 "status_code": 0 |
| 898 } | 935 } |
| 899 ] | 936 ] |
| OLD | NEW |