| 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-go Presubmit", | 10 "Luci-go Presubmit", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 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/luci-go@HEAD", | 32 "infra/go/src/github.com/luci/luci-go@HEAD", |
| 33 "--force", | 33 "--force", |
| 34 "--output_manifest" | 34 "--output_manifest" |
| 35 ], | 35 ], |
| 36 "cwd": "[SLAVE_BUILD]", | |
| 37 "env": { | 36 "env": { |
| 38 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 39 }, | 38 }, |
| 40 "name": "bot_update", | 39 "name": "bot_update", |
| 41 "~followup_annotations": [ | 40 "~followup_annotations": [ |
| 42 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go", | 80 "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/luci-go", |
| 82 "name": "commit git patch" | 81 "name": "commit git patch" |
| 83 }, | 82 }, |
| 84 { | 83 { |
| 85 "cmd": [ | 84 "cmd": [ |
| 86 "python", | 85 "python", |
| 87 "-u", | 86 "-u", |
| 88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 87 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 89 "runhooks" | 88 "runhooks" |
| 90 ], | 89 ], |
| 91 "cwd": "[SLAVE_BUILD]", | |
| 92 "env": { | 90 "env": { |
| 93 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 91 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 94 }, | 92 }, |
| 95 "name": "gclient runhooks" | 93 "name": "gclient runhooks" |
| 96 }, | 94 }, |
| 97 { | 95 { |
| 98 "cmd": [ | 96 "cmd": [ |
| 99 "python", | 97 "python", |
| 100 "-u", | 98 "-u", |
| 101 "[SLAVE_BUILD]/infra/go/env.py", | 99 "[SLAVE_BUILD]/infra/go/env.py", |
| 102 "go", | 100 "go", |
| 103 "version" | 101 "version" |
| 104 ], | 102 ], |
| 105 "cwd": "[SLAVE_BUILD]", | |
| 106 "name": "go third parties" | 103 "name": "go third parties" |
| 107 }, | 104 }, |
| 108 { | 105 { |
| 109 "cmd": [ | 106 "cmd": [ |
| 110 "python", | 107 "python", |
| 111 "-u", | 108 "-u", |
| 112 "[SLAVE_BUILD]/infra/go/env.py", | 109 "[SLAVE_BUILD]/infra/go/env.py", |
| 113 "python", | 110 "python", |
| 114 "[DEPOT_TOOLS]/presubmit_support.py", | 111 "[DEPOT_TOOLS]/presubmit_support.py", |
| 115 "--root", | 112 "--root", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 128 "--skip_canned", | 125 "--skip_canned", |
| 129 "CheckBuildbotPendingBuilds", | 126 "CheckBuildbotPendingBuilds", |
| 130 "--rietveld_url", | 127 "--rietveld_url", |
| 131 "https://codereview.chromium.org", | 128 "https://codereview.chromium.org", |
| 132 "--rietveld_fetch", | 129 "--rietveld_fetch", |
| 133 "--upstream", | 130 "--upstream", |
| 134 "0fe06637d251d5832f57351f23a63d1cf9458a9d", | 131 "0fe06637d251d5832f57351f23a63d1cf9458a9d", |
| 135 "--rietveld_email", | 132 "--rietveld_email", |
| 136 "" | 133 "" |
| 137 ], | 134 ], |
| 138 "cwd": "[SLAVE_BUILD]", | |
| 139 "env": { | 135 "env": { |
| 140 "PRESUBMIT_BUILDER": "1" | 136 "PRESUBMIT_BUILDER": "1" |
| 141 }, | 137 }, |
| 142 "name": "presubmit" | 138 "name": "presubmit" |
| 143 }, | 139 }, |
| 144 { | 140 { |
| 145 "name": "$result", | 141 "name": "$result", |
| 146 "recipe_result": null, | 142 "recipe_result": null, |
| 147 "status_code": 0 | 143 "status_code": 0 |
| 148 } | 144 } |
| 149 ] | 145 ] |
| OLD | NEW |