| 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", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googleso
urce.com/infra/infra.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "infra/go/src/github.com/luci/gae", | 16 "infra/go/src/github.com/luci/gae", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"infra/go/src/github.com/luci/gae\": \"got_revision\"}", | 18 "{\"infra/go/src/github.com/luci/gae\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--issue", | 21 "--issue", |
| 22 "12853011", | 22 "12853011", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 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/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 25 matching lines...) Expand all Loading... |
| 74 "git", | 73 "git", |
| 75 "-c", | 74 "-c", |
| 76 "user.email=commit-bot@chromium.org", | 75 "user.email=commit-bot@chromium.org", |
| 77 "-c", | 76 "-c", |
| 78 "user.name=The Commit Bot", | 77 "user.name=The Commit Bot", |
| 79 "commit", | 78 "commit", |
| 80 "-a", | 79 "-a", |
| 81 "-m", | 80 "-m", |
| 82 "Committed patch" | 81 "Committed patch" |
| 83 ], | 82 ], |
| 84 "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae", | 83 "cwd": "[CWD]/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 "[CWD]/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 "[CWD]/infra/go/env.py", |
| 116 "python", | 113 "python", |
| 117 "[DEPOT_TOOLS]/presubmit_support.py", | 114 "[ROOT]/b/depot_tools/presubmit_support.py", |
| 118 "--root", | 115 "--root", |
| 119 "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae", | 116 "[CWD]/infra/go/src/github.com/luci/gae", |
| 120 "--commit", | 117 "--commit", |
| 121 "--verbose", | 118 "--verbose", |
| 122 "--verbose", | 119 "--verbose", |
| 123 "--issue", | 120 "--issue", |
| 124 "12853011", | 121 "12853011", |
| 125 "--patchset", | 122 "--patchset", |
| 126 "1", | 123 "1", |
| 127 "--skip_canned", | 124 "--skip_canned", |
| 128 "CheckRietveldTryJobExecution", | 125 "CheckRietveldTryJobExecution", |
| 129 "--skip_canned", | 126 "--skip_canned", |
| 130 "CheckTreeIsOpen", | 127 "CheckTreeIsOpen", |
| 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 |