OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "ClangToTAndroidASan", | 10 "ClangToTAndroidASan", |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 "allow_subannotations": false, | 152 "allow_subannotations": false, |
153 "cmd": [ | 153 "cmd": [ |
154 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 154 "[SLAVE_BUILD]/src/build/tree_truth.sh", |
155 "[SLAVE_BUILD]/src", | 155 "[SLAVE_BUILD]/src", |
156 "src" | 156 "src" |
157 ], | 157 ], |
158 "cwd": "[SLAVE_BUILD]", | 158 "cwd": "[SLAVE_BUILD]", |
159 "name": "tree truth steps" | 159 "name": "tree truth steps" |
160 }, | 160 }, |
161 { | 161 { |
162 "allow_subannotations": true, | 162 "name": "$final_result", |
163 "cmd": [ | 163 "reason": "Misconfigured bot: no compile targets", |
164 "python", | 164 "status_code": 1 |
165 "-u", | |
166 "[BUILD]/scripts/slave/clang_revision.py", | |
167 "--src-dir", | |
168 "[SLAVE_BUILD]/src", | |
169 "--output-json", | |
170 "/path/to/tmp/json" | |
171 ], | |
172 "cwd": "[SLAVE_BUILD]", | |
173 "env": { | |
174 "LLVM_FORCE_HEAD_REVISION": "YES", | |
175 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
176 }, | |
177 "name": "clang_revision", | |
178 "~followup_annotations": [ | |
179 "@@@STEP_LOG_LINE@json.output@{@@@", | |
180 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
181 "@@@STEP_LOG_LINE@json.output@}@@@", | |
182 "@@@STEP_LOG_END@json.output@@@" | |
183 ] | |
184 }, | |
185 { | |
186 "cmd": [ | |
187 "python", | |
188 "-u", | |
189 "[BUILD]/scripts/slave/compile.py", | |
190 "--target", | |
191 "Debug", | |
192 "--src-dir", | |
193 "[SLAVE_BUILD]/src", | |
194 "--build-tool", | |
195 "ninja", | |
196 "--compiler", | |
197 "clang", | |
198 "--" | |
199 ], | |
200 "cwd": "[SLAVE_BUILD]", | |
201 "env": { | |
202 "LLVM_FORCE_HEAD_REVISION": "YES", | |
203 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
204 }, | |
205 "name": "compile" | |
206 }, | |
207 { | |
208 "allow_subannotations": true, | |
209 "cmd": [ | |
210 "python", | |
211 "-u", | |
212 "[BUILD]/scripts/slave/zip_build.py", | |
213 "--target", | |
214 "Debug", | |
215 "--build-url", | |
216 "gs://chromium-fyi-archive/chromium.fyi/ClangToTAndroidASan", | |
217 "--build_revision", | |
218 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
219 "--factory-properties", | |
220 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
221 "--build-properties", | |
222 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | |
223 ], | |
224 "cwd": "[SLAVE_BUILD]", | |
225 "name": "package build" | |
226 }, | |
227 { | |
228 "cmd": [], | |
229 "cwd": "[SLAVE_BUILD]", | |
230 "name": "trigger", | |
231 "trigger_specs": [ | |
232 { | |
233 "builder_name": "ClangToTAndroidASan tester" | |
234 } | |
235 ], | |
236 "~followup_annotations": [ | |
237 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" | |
238 ] | |
239 } | 165 } |
240 ] | 166 ] |
OLD | NEW |