| 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" |
| 11 ], | 11 ], |
| 12 "cwd": "[SLAVE_BUILD]", | |
| 13 "name": "git setup (swarming_client)" | 12 "name": "git setup (swarming_client)" |
| 14 }, | 13 }, |
| 15 { | 14 { |
| 16 "cmd": [ | 15 "cmd": [ |
| 17 "git", | 16 "git", |
| 18 "retry", | 17 "retry", |
| 19 "fetch", | 18 "fetch", |
| 20 "origin", | 19 "origin", |
| 21 "stable" | 20 "stable" |
| 22 ], | 21 ], |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 "cwd": "[SLAVE_BUILD]/swarming.client", | 76 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 78 "name": "submodule update (swarming_client)" | 77 "name": "submodule update (swarming_client)" |
| 79 }, | 78 }, |
| 80 { | 79 { |
| 81 "cmd": [ | 80 "cmd": [ |
| 82 "python", | 81 "python", |
| 83 "-u", | 82 "-u", |
| 84 "[SLAVE_BUILD]/swarming.client/swarming.py", | 83 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 85 "--version" | 84 "--version" |
| 86 ], | 85 ], |
| 87 "cwd": "[SLAVE_BUILD]", | |
| 88 "name": "swarming.py --version", | 86 "name": "swarming.py --version", |
| 89 "stdout": "/path/to/tmp/", | 87 "stdout": "/path/to/tmp/", |
| 90 "~followup_annotations": [ | 88 "~followup_annotations": [ |
| 91 "@@@STEP_TEXT@0.4.10@@@" | 89 "@@@STEP_TEXT@0.4.10@@@" |
| 92 ] | 90 ] |
| 93 }, | 91 }, |
| 94 { | 92 { |
| 95 "cmd": [ | 93 "cmd": [ |
| 96 "python", | 94 "python", |
| 97 "-u", | 95 "-u", |
| 98 "RECIPE_MODULE[build::swarming_heartbeat]/resources/job_runs_fine.py" | 96 "RECIPE_MODULE[build::swarming_heartbeat]/resources/job_runs_fine.py" |
| 99 ], | 97 ], |
| 100 "cwd": "[SLAVE_BUILD]", | |
| 101 "name": "job_runs_fine.py" | 98 "name": "job_runs_fine.py" |
| 102 }, | 99 }, |
| 103 { | 100 { |
| 104 "name": "$result", | 101 "name": "$result", |
| 105 "recipe_result": null, | 102 "recipe_result": null, |
| 106 "status_code": 0 | 103 "status_code": 0 |
| 107 } | 104 } |
| 108 ] | 105 ] |
| OLD | NEW |