OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/git_setup.py", | 6 "RECIPE_PACKAGE[build]/git_setup.py", |
7 "--path", | 7 "--path", |
8 "[SLAVE_BUILD]/swarming.client", | 8 "[SLAVE_BUILD]/swarming.client", |
9 "--url", | 9 "--url", |
10 "https://chromium.googlesource.com/external/swarming.client.git" | 10 "https://chromium.googlesource.com/external/swarming.client.git" |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 "name": "swarming.py --version", | 75 "name": "swarming.py --version", |
76 "stdout": "/path/to/tmp/", | 76 "stdout": "/path/to/tmp/", |
77 "~followup_annotations": [ | 77 "~followup_annotations": [ |
78 "@@@STEP_TEXT@0.4.10@@@" | 78 "@@@STEP_TEXT@0.4.10@@@" |
79 ] | 79 ] |
80 }, | 80 }, |
81 { | 81 { |
82 "cmd": [ | 82 "cmd": [ |
83 "python", | 83 "python", |
84 "-u", | 84 "-u", |
85 "RECIPE_MODULE[swarming_heartbeat]/resources/job_runs_fine.py" | 85 "RECIPE_MODULE[build.swarming_heartbeat]/resources/job_runs_fine.py" |
86 ], | 86 ], |
87 "cwd": "[SLAVE_BUILD]", | 87 "cwd": "[SLAVE_BUILD]", |
88 "name": "job_runs_fine.py" | 88 "name": "job_runs_fine.py" |
89 }, | 89 }, |
90 { | 90 { |
91 "name": "$result", | 91 "name": "$result", |
92 "recipe_result": null, | 92 "recipe_result": null, |
93 "status_code": 0 | 93 "status_code": 0 |
94 } | 94 } |
95 ] | 95 ] |
OLD | NEW |