| 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 860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 871 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", | 871 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia/0/dm", |
| 872 "[SLAVE_BUILD]/dm", | 872 "[SLAVE_BUILD]/dm", |
| 873 "0" | 873 "0" |
| 874 ], | 874 ], |
| 875 "name": "dm_dir" | 875 "name": "dm_dir" |
| 876 }, | 876 }, |
| 877 { | 877 { |
| 878 "cmd": [ | 878 "cmd": [ |
| 879 "python", | 879 "python", |
| 880 "-u", | 880 "-u", |
| 881 "RECIPE_MODULE[skia::skia]/resources/upload_dm_results.py", | 881 "RECIPE_MODULE[skia::core]/resources/upload_dm_results.py", |
| 882 "[SLAVE_BUILD]/dm", | 882 "[SLAVE_BUILD]/dm", |
| 883 "abc123", | 883 "abc123", |
| 884 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan", | 884 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug-Vulkan", |
| 885 "5", | 885 "5", |
| 886 "", | 886 "", |
| 887 "[SLAVE_BUILD]/skia/common/py/utils" | 887 "[SLAVE_BUILD]/skia/common/py/utils" |
| 888 ], | 888 ], |
| 889 "cwd": "[SLAVE_BUILD]/skia", | 889 "cwd": "[SLAVE_BUILD]/skia", |
| 890 "env": { | 890 "env": { |
| 891 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 891 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 892 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 892 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 893 }, | 893 }, |
| 894 "name": "Upload DM Results" | 894 "name": "Upload DM Results" |
| 895 }, | 895 }, |
| 896 { | 896 { |
| 897 "name": "$result", | 897 "name": "$result", |
| 898 "recipe_result": null, | 898 "recipe_result": null, |
| 899 "status_code": 0 | 899 "status_code": 0 |
| 900 } | 900 } |
| 901 ] | 901 ] |
| OLD | NEW |