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 "ClangToTMacASan", | 10 "ClangToTMacASan", |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 "-u", | 149 "-u", |
150 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 150 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
151 "--build-dir", | 151 "--build-dir", |
152 "[SLAVE_BUILD]/src/out/Release", | 152 "[SLAVE_BUILD]/src/out/Release", |
153 "--clean-isolated-files" | 153 "--clean-isolated-files" |
154 ], | 154 ], |
155 "cwd": "[SLAVE_BUILD]", | 155 "cwd": "[SLAVE_BUILD]", |
156 "name": "clean isolated files" | 156 "name": "clean isolated files" |
157 }, | 157 }, |
158 { | 158 { |
| 159 "allow_subannotations": true, |
| 160 "cmd": [ |
| 161 "python", |
| 162 "-u", |
| 163 "[BUILD]/scripts/slave/clang_revision.py", |
| 164 "--src-dir", |
| 165 "[SLAVE_BUILD]/src", |
| 166 "--output-json", |
| 167 "/path/to/tmp/json" |
| 168 ], |
| 169 "cwd": "[SLAVE_BUILD]", |
| 170 "env": { |
| 171 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 172 }, |
| 173 "name": "clang_revision", |
| 174 "~followup_annotations": [ |
| 175 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 178 "@@@STEP_LOG_END@json.output@@@" |
| 179 ] |
| 180 }, |
| 181 { |
159 "cmd": [ | 182 "cmd": [ |
160 "python", | 183 "python", |
161 "-u", | 184 "-u", |
162 "import sys; sys.exit(1)" | 185 "[BUILD]/scripts/slave/compile.py", |
| 186 "--target", |
| 187 "Release", |
| 188 "--src-dir", |
| 189 "[SLAVE_BUILD]/src", |
| 190 "--build-tool", |
| 191 "ninja", |
| 192 "--compiler", |
| 193 "clang", |
| 194 "--", |
| 195 "all", |
| 196 "browser_tests", |
| 197 "browser_tests_run", |
| 198 "chrome" |
163 ], | 199 ], |
164 "cwd": "[SLAVE_BUILD]", | 200 "cwd": "[SLAVE_BUILD]", |
165 "name": "compile", | 201 "env": { |
| 202 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 203 }, |
| 204 "name": "compile" |
| 205 }, |
| 206 { |
| 207 "cmd": [ |
| 208 "python", |
| 209 "-u", |
| 210 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", |
| 211 "--build-dir", |
| 212 "[SLAVE_BUILD]/src/out/Release", |
| 213 "--src-dir", |
| 214 "[SLAVE_BUILD]/src" |
| 215 ], |
| 216 "cwd": "[SLAVE_BUILD]", |
| 217 "name": "remove_build_metadata" |
| 218 }, |
| 219 { |
| 220 "cmd": [ |
| 221 "python", |
| 222 "-u", |
| 223 "RECIPE_MODULE[isolate]/resources/isolate.py", |
| 224 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 225 "batcharchive", |
| 226 "--dump-json", |
| 227 "/path/to/tmp/json", |
| 228 "--isolate-server", |
| 229 "https://isolateserver.appspot.com", |
| 230 "--verbose", |
| 231 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
| 232 ], |
| 233 "cwd": "[SLAVE_BUILD]", |
| 234 "name": "isolate tests", |
166 "~followup_annotations": [ | 235 "~followup_annotations": [ |
167 "step returned non-zero exit code: 1", | 236 "@@@STEP_LOG_LINE@json.output@{@@@", |
168 "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@", | 237 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
169 "@@@STEP_FAILURE@@@" | 238 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 239 "@@@STEP_LOG_END@json.output@@@" |
170 ] | 240 ] |
171 }, | 241 }, |
172 { | 242 { |
173 "name": "$final_result", | 243 "allow_subannotations": true, |
174 "reason": "Step('compile') failed with return_code 1", | 244 "cmd": [ |
175 "status_code": 1 | 245 "python", |
| 246 "-u", |
| 247 "[BUILD]/scripts/slave/zip_build.py", |
| 248 "--target", |
| 249 "Release", |
| 250 "--build-url", |
| 251 "gs://chromium-fyi-archive/chromium.fyi/ClangToTMacASan", |
| 252 "--build_revision", |
| 253 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 254 "--package-dsym-files", |
| 255 "--factory-properties", |
| 256 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTMacASan\", \"buildnumber\": 571, \"mastername\": \"chro
mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 257 "--build-properties", |
| 258 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTMacASan\", \"buildnumber\": 571, \"mastername\": \"chro
mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 259 ], |
| 260 "cwd": "[SLAVE_BUILD]", |
| 261 "name": "package build" |
| 262 }, |
| 263 { |
| 264 "cmd": [], |
| 265 "cwd": "[SLAVE_BUILD]", |
| 266 "name": "trigger", |
| 267 "trigger_specs": [ |
| 268 { |
| 269 "builder_name": "ClangToTMacASan tester" |
| 270 } |
| 271 ], |
| 272 "~followup_annotations": [ |
| 273 "@@@STEP_TEXT@ClangToTMacASan tester@@@" |
| 274 ] |
| 275 }, |
| 276 { |
| 277 "allow_subannotations": true, |
| 278 "cmd": [ |
| 279 "python", |
| 280 "-u", |
| 281 "[BUILD]/scripts/slave/runtest.py", |
| 282 "--target", |
| 283 "Release", |
| 284 "--no-xvfb", |
| 285 "--factory-properties", |
| 286 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTMacASan\", \"buildnumber\": 571, \"mastername\": \"chro
mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 287 "--build-properties", |
| 288 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"ClangToTMacASan\", \"buildnumber\": 571, \"mastername\": \"chro
mium.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\
": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 289 "--annotate=graphing", |
| 290 "--test-type=sizes", |
| 291 "--builder-name=ClangToTMacASan", |
| 292 "--slave-name=TestSlavename", |
| 293 "--build-number=571", |
| 294 "--run-python-script", |
| 295 "--results-url=https://chromeperf.appspot.com", |
| 296 "--perf-dashboard-id=sizes", |
| 297 "--perf-id=ClangToTMacASan", |
| 298 "--perf-config={'r_clang_rev': '123456'}", |
| 299 "[BUILD]/scripts/slave/chromium/sizes.py", |
| 300 "--target", |
| 301 "Release", |
| 302 "--platform", |
| 303 "mac" |
| 304 ], |
| 305 "cwd": "[SLAVE_BUILD]", |
| 306 "name": "sizes" |
176 } | 307 } |
177 ] | 308 ] |
OLD | NEW |