| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.infra", | 8 "tryserver.infra", |
| 9 "--builder", | 9 "--builder", |
| 10 "Luci-GAE Presubmit", | 10 "Luci-GAE Presubmit", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "infra@origin/master", | 30 "infra@origin/master", |
| 31 "--revision", | 31 "--revision", |
| 32 "infra/go/src/github.com/luci/gae@HEAD", | 32 "infra/go/src/github.com/luci/gae@HEAD", |
| 33 "--revision", | 33 "--revision", |
| 34 "infra/go/src/github.com/luci/luci-go@origin/master", | 34 "infra/go/src/github.com/luci/luci-go@origin/master", |
| 35 "--force", | 35 "--force", |
| 36 "--output_manifest" | 36 "--output_manifest" |
| 37 ], | 37 ], |
| 38 "cwd": "[SLAVE_BUILD]", | |
| 39 "env": { | 38 "env": { |
| 40 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 41 }, | 40 }, |
| 42 "name": "bot_update", | 41 "name": "bot_update", |
| 43 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 44 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae", | 83 "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae", |
| 85 "name": "commit git patch" | 84 "name": "commit git patch" |
| 86 }, | 85 }, |
| 87 { | 86 { |
| 88 "cmd": [ | 87 "cmd": [ |
| 89 "python", | 88 "python", |
| 90 "-u", | 89 "-u", |
| 91 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 92 "runhooks" | 91 "runhooks" |
| 93 ], | 92 ], |
| 94 "cwd": "[SLAVE_BUILD]", | |
| 95 "env": { | 93 "env": { |
| 96 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 97 }, | 95 }, |
| 98 "name": "gclient runhooks" | 96 "name": "gclient runhooks" |
| 99 }, | 97 }, |
| 100 { | 98 { |
| 101 "cmd": [ | 99 "cmd": [ |
| 102 "python", | 100 "python", |
| 103 "-u", | 101 "-u", |
| 104 "[SLAVE_BUILD]/infra/go/env.py", | 102 "[SLAVE_BUILD]/infra/go/env.py", |
| 105 "go", | 103 "go", |
| 106 "version" | 104 "version" |
| 107 ], | 105 ], |
| 108 "cwd": "[SLAVE_BUILD]", | |
| 109 "name": "go third parties" | 106 "name": "go third parties" |
| 110 }, | 107 }, |
| 111 { | 108 { |
| 112 "cmd": [ | 109 "cmd": [ |
| 113 "python", | 110 "python", |
| 114 "-u", | 111 "-u", |
| 115 "[SLAVE_BUILD]/infra/go/env.py", | 112 "[SLAVE_BUILD]/infra/go/env.py", |
| 116 "python", | 113 "python", |
| 117 "[DEPOT_TOOLS]/presubmit_support.py", | 114 "[DEPOT_TOOLS]/presubmit_support.py", |
| 118 "--root", | 115 "--root", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 131 "--skip_canned", | 128 "--skip_canned", |
| 132 "CheckBuildbotPendingBuilds", | 129 "CheckBuildbotPendingBuilds", |
| 133 "--rietveld_url", | 130 "--rietveld_url", |
| 134 "https://codereview.chromium.org", | 131 "https://codereview.chromium.org", |
| 135 "--rietveld_fetch", | 132 "--rietveld_fetch", |
| 136 "--upstream", | 133 "--upstream", |
| 137 "1baeb5a8a8ba8145cc2d047ac027a5a5e30ab846", | 134 "1baeb5a8a8ba8145cc2d047ac027a5a5e30ab846", |
| 138 "--rietveld_email", | 135 "--rietveld_email", |
| 139 "" | 136 "" |
| 140 ], | 137 ], |
| 141 "cwd": "[SLAVE_BUILD]", | |
| 142 "env": { | 138 "env": { |
| 143 "PRESUBMIT_BUILDER": "1" | 139 "PRESUBMIT_BUILDER": "1" |
| 144 }, | 140 }, |
| 145 "name": "presubmit" | 141 "name": "presubmit" |
| 146 }, | 142 }, |
| 147 { | 143 { |
| 148 "name": "$result", | 144 "name": "$result", |
| 149 "recipe_result": null, | 145 "recipe_result": null, |
| 150 "status_code": 0 | 146 "status_code": 0 |
| 151 } | 147 } |
| 152 ] | 148 ] |
| OLD | NEW |