| 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "CHROME_HEADLESS": "1", | 363 "CHROME_HEADLESS": "1", |
| 364 "SKIA_OUT": "[SLAVE_BUILD]/out" | 364 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 365 }, | 365 }, |
| 366 "name": "read SK_IMAGE_VERSION", | 366 "name": "read SK_IMAGE_VERSION", |
| 367 "stdout": "/path/to/tmp/" | 367 "stdout": "/path/to/tmp/" |
| 368 }, | 368 }, |
| 369 { | 369 { |
| 370 "cmd": [ | 370 "cmd": [ |
| 371 "python", | 371 "python", |
| 372 "-u", | 372 "-u", |
| 373 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 374 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION", |
| 375 "/path/to/tmp/" |
| 376 ], |
| 377 "name": "Get downloaded SVG VERSION" |
| 378 }, |
| 379 { |
| 380 "cmd": [ |
| 381 "python", |
| 382 "-u", |
| 383 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 384 "42", |
| 385 "[SLAVE_BUILD]/tmp/SVG_VERSION" |
| 386 ], |
| 387 "name": "write SVG_VERSION" |
| 388 }, |
| 389 { |
| 390 "cmd": [ |
| 391 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", |
| 392 "shell", |
| 393 "cat", |
| 394 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SVG_VERSION" |
| 395 ], |
| 396 "env": { |
| 397 "BUILDTYPE": "Debug", |
| 398 "CHROME_HEADLESS": "1", |
| 399 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 400 }, |
| 401 "name": "read SVG_VERSION", |
| 402 "stdout": "/path/to/tmp/" |
| 403 }, |
| 404 { |
| 405 "cmd": [ |
| 406 "python", |
| 407 "-u", |
| 373 "\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", | 408 "\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", |
| 374 "[CUSTOM_[SWARM_OUT_DIR]]/dm" | 409 "[CUSTOM_[SWARM_OUT_DIR]]/dm" |
| 375 ], | 410 ], |
| 376 "env": { | 411 "env": { |
| 377 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" | 412 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" |
| 378 }, | 413 }, |
| 379 "name": "rmtree dm", | 414 "name": "rmtree dm", |
| 380 "~followup_annotations": [ | 415 "~followup_annotations": [ |
| 381 "@@@STEP_LOG_LINE@python.inline@@@@", | 416 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 382 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 417 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 "-d", | 589 "-d", |
| 555 "arm_v7_neon", | 590 "arm_v7_neon", |
| 556 "-t", | 591 "-t", |
| 557 "Debug", | 592 "Debug", |
| 558 "dm", | 593 "dm", |
| 559 "--undefok", | 594 "--undefok", |
| 560 "--resourcePath", | 595 "--resourcePath", |
| 561 "/storage/emulated/legacy/skiabot/skia_resources", | 596 "/storage/emulated/legacy/skiabot/skia_resources", |
| 562 "--skps", | 597 "--skps", |
| 563 "/storage/emulated/legacy/skiabot/skia_skp/skps", | 598 "/storage/emulated/legacy/skiabot/skia_skp/skps", |
| 599 "--svgs", |
| 600 "/storage/emulated/legacy/skiabot/skia_svg/svgs", |
| 564 "--images", | 601 "--images", |
| 565 "/storage/emulated/legacy/skiabot/skia_images/dm", | 602 "/storage/emulated/legacy/skiabot/skia_images/dm", |
| 566 "--colorImages", | 603 "--colorImages", |
| 567 "/storage/emulated/legacy/skiabot/skia_images/colorspace", | 604 "/storage/emulated/legacy/skiabot/skia_images/colorspace", |
| 568 "--nameByHash", | 605 "--nameByHash", |
| 569 "--properties", | 606 "--properties", |
| 570 "gitHash", | 607 "gitHash", |
| 571 "abc123", | 608 "abc123", |
| 572 "master", | 609 "master", |
| 573 "client.skia", | 610 "client.skia", |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1002 "SKIA_OUT": "[SLAVE_BUILD]/out" | 1039 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 1003 }, | 1040 }, |
| 1004 "name": "kill-server" | 1041 "name": "kill-server" |
| 1005 }, | 1042 }, |
| 1006 { | 1043 { |
| 1007 "name": "$result", | 1044 "name": "$result", |
| 1008 "recipe_result": null, | 1045 "recipe_result": null, |
| 1009 "status_code": 0 | 1046 "status_code": 0 |
| 1010 } | 1047 } |
| 1011 ] | 1048 ] |
| OLD | NEW |