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