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 "ClangToTLinux (dbg)", | 10 "ClangToTLinux (dbg)", |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 { | 126 { |
127 "cmd": [ | 127 "cmd": [ |
128 "python", | 128 "python", |
129 "-u", | 129 "-u", |
130 "[BUILD]/scripts/slave/cleanup_temp.py" | 130 "[BUILD]/scripts/slave/cleanup_temp.py" |
131 ], | 131 ], |
132 "cwd": "[SLAVE_BUILD]", | 132 "cwd": "[SLAVE_BUILD]", |
133 "name": "cleanup_temp" | 133 "name": "cleanup_temp" |
134 }, | 134 }, |
135 { | 135 { |
136 "allow_subannotations": true, | |
137 "cmd": [ | |
138 "python", | |
139 "-u", | |
140 "[BUILD]/scripts/slave/clang_revision.py", | |
141 "--src-dir", | |
142 "[SLAVE_BUILD]/src", | |
143 "--output-json", | |
144 "/path/to/tmp/json" | |
145 ], | |
146 "cwd": "[SLAVE_BUILD]", | |
147 "env": { | |
148 "LLVM_FORCE_HEAD_REVISION": "YES" | |
149 }, | |
150 "name": "clang_revision", | |
151 "~followup_annotations": [ | |
152 "@@@STEP_LOG_LINE@json.output@{@@@", | |
153 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
154 "@@@STEP_LOG_LINE@json.output@}@@@", | |
155 "@@@STEP_LOG_END@json.output@@@" | |
156 ] | |
157 }, | |
158 { | |
159 "cmd": [ | 136 "cmd": [ |
160 "python", | 137 "python", |
161 "-u", | 138 "-u", |
162 "[BUILD]/scripts/slave/compile.py", | 139 "import sys; sys.exit(1)" |
163 "--target", | |
164 "Debug", | |
165 "--src-dir", | |
166 "[SLAVE_BUILD]/src", | |
167 "--build-tool", | |
168 "ninja", | |
169 "--compiler", | |
170 "clang", | |
171 "--", | |
172 "all", | |
173 "chrome" | |
174 ], | 140 ], |
175 "cwd": "[SLAVE_BUILD]", | 141 "cwd": "[SLAVE_BUILD]", |
176 "env": { | 142 "name": "compile", |
177 "LLVM_FORCE_HEAD_REVISION": "YES" | 143 "~followup_annotations": [ |
178 }, | 144 "step returned non-zero exit code: 1", |
179 "name": "compile" | 145 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@", |
| 146 "@@@STEP_FAILURE@@@" |
| 147 ] |
180 }, | 148 }, |
181 { | 149 { |
182 "allow_subannotations": true, | 150 "name": "$final_result", |
183 "cmd": [ | 151 "reason": "Step('compile') failed with return_code 1", |
184 "python", | 152 "status_code": 1 |
185 "-u", | |
186 "[BUILD]/scripts/slave/zip_build.py", | |
187 "--target", | |
188 "Debug", | |
189 "--build-url", | |
190 "gs://chromium-fyi-archive/chromium.fyi/ClangToTLinux (dbg)", | |
191 "--build_revision", | |
192 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
193 "--factory-properties", | |
194 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
195 "--build-properties", | |
196 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | |
197 ], | |
198 "cwd": "[SLAVE_BUILD]", | |
199 "name": "package build" | |
200 }, | |
201 { | |
202 "allow_subannotations": true, | |
203 "cmd": [ | |
204 "python", | |
205 "-u", | |
206 "[BUILD]/scripts/slave/runtest.py", | |
207 "--target", | |
208 "Debug", | |
209 "--no-xvfb", | |
210 "--factory-properties", | |
211 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
212 "--build-properties", | |
213 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTLinux (dbg)\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slaven
ame\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
214 "--annotate=graphing", | |
215 "--test-type=sizes", | |
216 "--builder-name=ClangToTLinux (dbg)", | |
217 "--slave-name=TestSlavename", | |
218 "--build-number=571", | |
219 "--run-python-script", | |
220 "--results-url=https://chromeperf.appspot.com", | |
221 "--perf-dashboard-id=sizes", | |
222 "--perf-id=ClangToTLinux (dbg)", | |
223 "--perf-config={'r_clang_rev': '123456'}", | |
224 "[BUILD]/scripts/slave/chromium/sizes.py", | |
225 "--target", | |
226 "Debug", | |
227 "--platform", | |
228 "linux" | |
229 ], | |
230 "cwd": "[SLAVE_BUILD]", | |
231 "name": "sizes" | |
232 } | 153 } |
233 ] | 154 ] |
OLD | NEW |