| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 6 "RECIPE_MODULE[depot_tools::git]/resources/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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 { | 79 { |
| 80 "cmd": [ | 80 "cmd": [ |
| 81 "python", | 81 "python", |
| 82 "-u", | 82 "-u", |
| 83 "[SLAVE_BUILD]/swarming.client/swarming.py", | 83 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 84 "--version" | 84 "--version" |
| 85 ], | 85 ], |
| 86 "name": "swarming.py --version", | 86 "name": "swarming.py --version", |
| 87 "stdout": "/path/to/tmp/", | 87 "stdout": "/path/to/tmp/", |
| 88 "~followup_annotations": [ | 88 "~followup_annotations": [ |
| 89 "@@@STEP_TEXT@0.8.6@@@" | 89 "@@@STEP_TEXT@0.4.10@@@" |
| 90 ] | 90 ] |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "cmd": [ | 93 "cmd": [ |
| 94 "python", | 94 "python", |
| 95 "-u", | 95 "-u", |
| 96 "RECIPE_MODULE[build::swarming_heartbeat]/resources/job_runs_fine.py" | 96 "RECIPE_MODULE[build::swarming_heartbeat]/resources/job_runs_fine.py" |
| 97 ], | 97 ], |
| 98 "name": "job_runs_fine.py" | 98 "name": "job_runs_fine.py" |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "name": "$result", | 101 "name": "$result", |
| 102 "recipe_result": null, | 102 "recipe_result": null, |
| 103 "status_code": 0 | 103 "status_code": 0 |
| 104 } | 104 } |
| 105 ] | 105 ] |
| OLD | NEW |