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.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "WebKit Linux Oilpan ASAN", | 10 "WebKit Linux Oilpan ASAN", |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 "name": "get compile targets for scripts", | 136 "name": "get compile targets for scripts", |
137 "~followup_annotations": [ | 137 "~followup_annotations": [ |
138 "@@@STEP_LOG_LINE@json.output@{}@@@", | 138 "@@@STEP_LOG_LINE@json.output@{}@@@", |
139 "@@@STEP_LOG_END@json.output@@@" | 139 "@@@STEP_LOG_END@json.output@@@" |
140 ] | 140 ] |
141 }, | 141 }, |
142 { | 142 { |
143 "cmd": [ | 143 "cmd": [ |
144 "python", | 144 "python", |
145 "-u", | 145 "-u", |
| 146 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 147 "--build-dir", |
| 148 "[SLAVE_BUILD]/src/out/Release", |
| 149 "--output-json", |
| 150 "/path/to/tmp/json" |
| 151 ], |
| 152 "cwd": "[SLAVE_BUILD]", |
| 153 "name": "find isolated tests", |
| 154 "~followup_annotations": [ |
| 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 159 "@@@STEP_LOG_END@json.output@@@", |
| 160 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 161 ] |
| 162 }, |
| 163 { |
| 164 "cmd": [ |
| 165 "python", |
| 166 "-u", |
146 "[BUILD]/scripts/slave/cleanup_temp.py" | 167 "[BUILD]/scripts/slave/cleanup_temp.py" |
147 ], | 168 ], |
148 "cwd": "[SLAVE_BUILD]", | 169 "cwd": "[SLAVE_BUILD]", |
149 "name": "cleanup_temp" | 170 "name": "cleanup_temp" |
150 }, | 171 }, |
151 { | 172 { |
152 "cmd": [ | 173 "cmd": [ |
153 "python", | 174 "python", |
154 "-u", | 175 "-u", |
155 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 176 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 "@@@STEP_LOG_LINE@json.output@{@@@", | 257 "@@@STEP_LOG_LINE@json.output@{@@@", |
237 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 258 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
238 "@@@STEP_LOG_LINE@json.output@}@@@", | 259 "@@@STEP_LOG_LINE@json.output@}@@@", |
239 "@@@STEP_LOG_END@json.output@@@" | 260 "@@@STEP_LOG_END@json.output@@@" |
240 ] | 261 ] |
241 }, | 262 }, |
242 { | 263 { |
243 "cmd": [ | 264 "cmd": [ |
244 "python", | 265 "python", |
245 "-u", | 266 "-u", |
246 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 267 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
247 "--build-dir", | 268 "trigger", |
248 "[SLAVE_BUILD]/src/out/Release", | 269 "--swarming", |
249 "--output-json", | 270 "https://chromium-swarm.appspot.com", |
250 "/path/to/tmp/json" | 271 "--isolate-server", |
| 272 "https://isolateserver.appspot.com", |
| 273 "--priority", |
| 274 "25", |
| 275 "--shards", |
| 276 "1", |
| 277 "--task-name", |
| 278 "browser_tests/Ubuntu-12.04/[dummy has/WebKit Linux Oilpan ASAN/571", |
| 279 "--dump-json", |
| 280 "/path/to/tmp/json", |
| 281 "--expiration", |
| 282 "3600", |
| 283 "--io-timeout", |
| 284 "1200", |
| 285 "--hard-timeout", |
| 286 "3600", |
| 287 "--dimension", |
| 288 "cpu", |
| 289 "x86-64", |
| 290 "--dimension", |
| 291 "gpu", |
| 292 "none", |
| 293 "--dimension", |
| 294 "os", |
| 295 "Ubuntu-12.04", |
| 296 "--dimension", |
| 297 "pool", |
| 298 "Chrome", |
| 299 "--tag", |
| 300 "asan:1", |
| 301 "--tag", |
| 302 "buildername:WebKit Linux Oilpan ASAN", |
| 303 "--tag", |
| 304 "buildnumber:571", |
| 305 "--tag", |
| 306 "data:[dummy hash for browser_tests]", |
| 307 "--tag", |
| 308 "master:chromium.webkit", |
| 309 "--tag", |
| 310 "name:browser_tests", |
| 311 "--tag", |
| 312 "os:Ubuntu-12.04", |
| 313 "--tag", |
| 314 "project:chromium", |
| 315 "--tag", |
| 316 "purpose:CI", |
| 317 "--tag", |
| 318 "purpose:post-commit", |
| 319 "--idempotent", |
| 320 "[dummy hash for browser_tests]", |
| 321 "--", |
| 322 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
251 ], | 323 ], |
252 "cwd": "[SLAVE_BUILD]", | 324 "cwd": "[SLAVE_BUILD]", |
253 "name": "find isolated tests", | 325 "name": "[trigger] browser_tests", |
254 "~followup_annotations": [ | 326 "~followup_annotations": [ |
255 "@@@STEP_LOG_LINE@json.output@{@@@", | 327 "@@@STEP_LOG_LINE@json.output@{@@@", |
256 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 328 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu
-12.04/[dummy has/WebKit Linux Oilpan ASAN/571\", @@@", |
257 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 329 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 330 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/[dummy has/
WebKit Linux Oilpan ASAN/571\": {@@@", |
| 331 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 332 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 333 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 334 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 335 "@@@STEP_LOG_LINE@json.output@ }@@@", |
258 "@@@STEP_LOG_LINE@json.output@}@@@", | 336 "@@@STEP_LOG_LINE@json.output@}@@@", |
259 "@@@STEP_LOG_END@json.output@@@", | 337 "@@@STEP_LOG_END@json.output@@@", |
260 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 338 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
261 ] | 339 ] |
262 }, | 340 }, |
263 { | 341 { |
264 "cmd": [ | |
265 "python", | |
266 "-u", | |
267 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | |
268 "browser_tests" | |
269 ], | |
270 "cwd": "[SLAVE_BUILD]", | |
271 "name": "[error] browser_tests", | |
272 "~followup_annotations": [ | |
273 "@@@STEP_LOG_LINE@python.inline@@@@", | |
274 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | |
275 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | |
276 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | |
277 "@@@STEP_LOG_END@python.inline@@@" | |
278 ] | |
279 }, | |
280 { | |
281 "cmd": [ | 342 "cmd": [ |
282 "python", | 343 "python", |
283 "-u", | 344 "-u", |
284 "[BUILD]/scripts/slave/runtest.py", | 345 "[BUILD]/scripts/slave/runtest.py", |
285 "--target", | 346 "--target", |
286 "Release", | 347 "Release", |
287 "--no-xvfb", | 348 "--no-xvfb", |
288 "--factory-properties", | 349 "--factory-properties", |
289 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Linux Oilpan ASAN\", \"buildnumber\": 571, \"mastername\
": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\
"}", | 350 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Linux Oilpan ASAN\", \"buildnumber\": 571, \"mastername\
": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\
"}", |
290 "--build-properties", | 351 "--build-properties", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Linux Oilpan ASAN\", \"buildnumber\": 571, \"mastername\
": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\
"}" | 404 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"WebKit Linux Oilpan ASAN\", \"buildnumber\": 571, \"mastername\
": \"chromium.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\
"}" |
344 ], | 405 ], |
345 "cwd": "[SLAVE_BUILD]", | 406 "cwd": "[SLAVE_BUILD]", |
346 "name": "archive_webkit_tests_results", | 407 "name": "archive_webkit_tests_results", |
347 "~followup_annotations": [ | 408 "~followup_annotations": [ |
348 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_Oilpan_ASAN/571/layout-test-results/results.ht
ml@@@", | 409 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_Oilpan_ASAN/571/layout-test-results/results.ht
ml@@@", |
349 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_Oilpan_ASAN/571/layout-test-results.zip@@@" | 410 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_Oilpan_ASAN/571/layout-test-results.zip@@@" |
350 ] | 411 ] |
351 }, | 412 }, |
352 { | 413 { |
| 414 "allow_subannotations": true, |
353 "cmd": [ | 415 "cmd": [ |
354 "python", | 416 "python", |
355 "-u", | 417 "-u", |
356 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 418 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
357 "browser_tests" | 419 "--swarming-client-dir", |
| 420 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 421 "--temp-root-dir", |
| 422 "[TMP_BASE]", |
| 423 "--merged-test-output", |
| 424 "/path/to/tmp/json", |
| 425 "--", |
| 426 "collect", |
| 427 "--swarming", |
| 428 "https://chromium-swarm.appspot.com", |
| 429 "--decorate", |
| 430 "--print-status-updates", |
| 431 "--shards", |
| 432 "1", |
| 433 "browser_tests/Ubuntu-12.04/[dummy has/WebKit Linux Oilpan ASAN/571" |
358 ], | 434 ], |
359 "cwd": "[SLAVE_BUILD]", | 435 "cwd": "[SLAVE_BUILD]", |
360 "name": "[collect error] browser_tests", | 436 "name": "browser_tests" |
361 "~followup_annotations": [ | |
362 "@@@STEP_LOG_LINE@python.inline@@@@", | |
363 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | |
364 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | |
365 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | |
366 "@@@STEP_LOG_END@python.inline@@@" | |
367 ] | |
368 } | 437 } |
369 ] | 438 ] |
OLD | NEW |