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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googleso
urce.com/infra/infra.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
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]", |
38 "env": { | 39 "env": { |
39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 40 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
40 }, | 41 }, |
41 "name": "bot_update", | 42 "name": "bot_update", |
42 "~followup_annotations": [ | 43 "~followup_annotations": [ |
43 "@@@STEP_TEXT@Some step text@@@", | 44 "@@@STEP_TEXT@Some step text@@@", |
44 "@@@STEP_LOG_LINE@json.output@{@@@", | 45 "@@@STEP_LOG_LINE@json.output@{@@@", |
45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
47 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", | 48 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", |
(...skipping 25 matching lines...) Expand all Loading... |
73 "git", | 74 "git", |
74 "-c", | 75 "-c", |
75 "user.email=commit-bot@chromium.org", | 76 "user.email=commit-bot@chromium.org", |
76 "-c", | 77 "-c", |
77 "user.name=The Commit Bot", | 78 "user.name=The Commit Bot", |
78 "commit", | 79 "commit", |
79 "-a", | 80 "-a", |
80 "-m", | 81 "-m", |
81 "Committed patch" | 82 "Committed patch" |
82 ], | 83 ], |
83 "cwd": "[CWD]/infra/go/src/github.com/luci/gae", | 84 "cwd": "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae", |
84 "name": "commit git patch" | 85 "name": "commit git patch" |
85 }, | 86 }, |
86 { | 87 { |
87 "cmd": [ | 88 "cmd": [ |
88 "python", | 89 "python", |
89 "-u", | 90 "-u", |
90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 91 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
91 "runhooks" | 92 "runhooks" |
92 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]", |
93 "env": { | 95 "env": { |
94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 96 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
95 }, | 97 }, |
96 "name": "gclient runhooks" | 98 "name": "gclient runhooks" |
97 }, | 99 }, |
98 { | 100 { |
99 "cmd": [ | 101 "cmd": [ |
100 "python", | 102 "python", |
101 "-u", | 103 "-u", |
102 "[CWD]/infra/go/env.py", | 104 "[SLAVE_BUILD]/infra/go/env.py", |
103 "go", | 105 "go", |
104 "version" | 106 "version" |
105 ], | 107 ], |
| 108 "cwd": "[SLAVE_BUILD]", |
106 "name": "go third parties" | 109 "name": "go third parties" |
107 }, | 110 }, |
108 { | 111 { |
109 "cmd": [ | 112 "cmd": [ |
110 "python", | 113 "python", |
111 "-u", | 114 "-u", |
112 "[CWD]/infra/go/env.py", | 115 "[SLAVE_BUILD]/infra/go/env.py", |
113 "python", | 116 "python", |
114 "[ROOT]/b/depot_tools/presubmit_support.py", | 117 "[DEPOT_TOOLS]/presubmit_support.py", |
115 "--root", | 118 "--root", |
116 "[CWD]/infra/go/src/github.com/luci/gae", | 119 "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae", |
117 "--commit", | 120 "--commit", |
118 "--verbose", | 121 "--verbose", |
119 "--verbose", | 122 "--verbose", |
120 "--issue", | 123 "--issue", |
121 "12853011", | 124 "12853011", |
122 "--patchset", | 125 "--patchset", |
123 "1", | 126 "1", |
124 "--skip_canned", | 127 "--skip_canned", |
125 "CheckRietveldTryJobExecution", | 128 "CheckRietveldTryJobExecution", |
126 "--skip_canned", | 129 "--skip_canned", |
127 "CheckTreeIsOpen", | 130 "CheckTreeIsOpen", |
128 "--skip_canned", | 131 "--skip_canned", |
129 "CheckBuildbotPendingBuilds", | 132 "CheckBuildbotPendingBuilds", |
130 "--rietveld_url", | 133 "--rietveld_url", |
131 "https://codereview.chromium.org", | 134 "https://codereview.chromium.org", |
132 "--rietveld_fetch", | 135 "--rietveld_fetch", |
133 "--upstream", | 136 "--upstream", |
134 "1baeb5a8a8ba8145cc2d047ac027a5a5e30ab846", | 137 "1baeb5a8a8ba8145cc2d047ac027a5a5e30ab846", |
135 "--rietveld_email", | 138 "--rietveld_email", |
136 "" | 139 "" |
137 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
138 "env": { | 142 "env": { |
139 "PRESUBMIT_BUILDER": "1" | 143 "PRESUBMIT_BUILDER": "1" |
140 }, | 144 }, |
141 "name": "presubmit" | 145 "name": "presubmit" |
142 }, | 146 }, |
143 { | 147 { |
144 "name": "$result", | 148 "name": "$result", |
145 "recipe_result": null, | 149 "recipe_result": null, |
146 "status_code": 0 | 150 "status_code": 0 |
147 } | 151 } |
148 ] | 152 ] |
OLD | NEW |