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 "name": "$final_result", | 159 "allow_subannotations": true, |
160 "reason": "Misconfigured bot: no compile targets", | 160 "cmd": [ |
161 "status_code": 1 | 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 { |
| 182 "cmd": [ |
| 183 "python", |
| 184 "-u", |
| 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 ], |
| 196 "cwd": "[SLAVE_BUILD]", |
| 197 "env": { |
| 198 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 199 }, |
| 200 "name": "compile" |
| 201 }, |
| 202 { |
| 203 "cmd": [ |
| 204 "python", |
| 205 "-u", |
| 206 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", |
| 207 "--build-dir", |
| 208 "[SLAVE_BUILD]/src/out/Release", |
| 209 "--src-dir", |
| 210 "[SLAVE_BUILD]/src" |
| 211 ], |
| 212 "cwd": "[SLAVE_BUILD]", |
| 213 "name": "remove_build_metadata" |
| 214 }, |
| 215 { |
| 216 "cmd": [ |
| 217 "python", |
| 218 "-u", |
| 219 "RECIPE_MODULE[isolate]/resources/isolate.py", |
| 220 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 221 "batcharchive", |
| 222 "--dump-json", |
| 223 "/path/to/tmp/json", |
| 224 "--isolate-server", |
| 225 "https://isolateserver.appspot.com", |
| 226 "--verbose", |
| 227 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
| 228 ], |
| 229 "cwd": "[SLAVE_BUILD]", |
| 230 "name": "isolate tests", |
| 231 "~followup_annotations": [ |
| 232 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 235 "@@@STEP_LOG_END@json.output@@@" |
| 236 ] |
| 237 }, |
| 238 { |
| 239 "allow_subannotations": true, |
| 240 "cmd": [ |
| 241 "python", |
| 242 "-u", |
| 243 "[BUILD]/scripts/slave/zip_build.py", |
| 244 "--target", |
| 245 "Release", |
| 246 "--build-url", |
| 247 "gs://chromium-fyi-archive/chromium.fyi/ClangToTMacASan", |
| 248 "--build_revision", |
| 249 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 250 "--package-dsym-files", |
| 251 "--factory-properties", |
| 252 "{\"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\"}", |
| 253 "--build-properties", |
| 254 "{\"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\"}" |
| 255 ], |
| 256 "cwd": "[SLAVE_BUILD]", |
| 257 "name": "package build" |
| 258 }, |
| 259 { |
| 260 "cmd": [], |
| 261 "cwd": "[SLAVE_BUILD]", |
| 262 "name": "trigger", |
| 263 "trigger_specs": [ |
| 264 { |
| 265 "builder_name": "ClangToTMacASan tester" |
| 266 } |
| 267 ], |
| 268 "~followup_annotations": [ |
| 269 "@@@STEP_TEXT@ClangToTMacASan tester@@@" |
| 270 ] |
| 271 }, |
| 272 { |
| 273 "allow_subannotations": true, |
| 274 "cmd": [ |
| 275 "python", |
| 276 "-u", |
| 277 "[BUILD]/scripts/slave/runtest.py", |
| 278 "--target", |
| 279 "Release", |
| 280 "--no-xvfb", |
| 281 "--factory-properties", |
| 282 "{\"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\"}", |
| 283 "--build-properties", |
| 284 "{\"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\"}", |
| 285 "--annotate=graphing", |
| 286 "--test-type=sizes", |
| 287 "--builder-name=ClangToTMacASan", |
| 288 "--slave-name=TestSlavename", |
| 289 "--build-number=571", |
| 290 "--run-python-script", |
| 291 "--results-url=https://chromeperf.appspot.com", |
| 292 "--perf-dashboard-id=sizes", |
| 293 "--perf-id=ClangToTMacASan", |
| 294 "--perf-config={'r_clang_rev': '123456'}", |
| 295 "[BUILD]/scripts/slave/chromium/sizes.py", |
| 296 "--target", |
| 297 "Release", |
| 298 "--platform", |
| 299 "mac" |
| 300 ], |
| 301 "cwd": "[SLAVE_BUILD]", |
| 302 "name": "sizes" |
162 } | 303 } |
163 ] | 304 ] |
OLD | NEW |