OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", | 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", |
7 "{\"buildername\": \"Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debu
g-Vulkan\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\"
: \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven
ame\": \"skiabot-linux-swarm-000\"}" | 7 "{\"buildername\": \"Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debu
g-Vulkan\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\"
: \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven
ame\": \"skiabot-linux-swarm-000\"}" |
8 ], | 8 ], |
9 "name": "print properties", | 9 "name": "print properties", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
620 "test_skia/Android/def456/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64
-Debug-Vulkan/5", | 620 "test_skia/Android/def456/Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64
-Debug-Vulkan/5", |
621 "--dump-json", | 621 "--dump-json", |
622 "/path/to/tmp/json", | 622 "/path/to/tmp/json", |
623 "--expiration", | 623 "--expiration", |
624 "72000", | 624 "72000", |
625 "--io-timeout", | 625 "--io-timeout", |
626 "2400", | 626 "2400", |
627 "--hard-timeout", | 627 "--hard-timeout", |
628 "14400", | 628 "14400", |
629 "--dimension", | 629 "--dimension", |
| 630 "device_os", |
| 631 "MRA58K", |
| 632 "--dimension", |
630 "device_type", | 633 "device_type", |
631 "foster", | 634 "foster", |
632 "--dimension", | 635 "--dimension", |
633 "os", | 636 "os", |
634 "Android", | 637 "Android", |
635 "--dimension", | 638 "--dimension", |
636 "pool", | 639 "pool", |
637 "Skia", | 640 "Skia", |
638 "--tag", | 641 "--tag", |
639 "allow_milo:1", | 642 "allow_milo:1", |
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
989 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 992 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
990 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 993 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
991 ] | 994 ] |
992 }, | 995 }, |
993 { | 996 { |
994 "name": "$result", | 997 "name": "$result", |
995 "recipe_result": null, | 998 "recipe_result": null, |
996 "status_code": 0 | 999 "status_code": 0 |
997 } | 1000 } |
998 ] | 1001 ] |
OLD | NEW |