| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 { | 295 { |
| 296 "cmd": [ | 296 "cmd": [ |
| 297 "python", | 297 "python", |
| 298 "-u", | 298 "-u", |
| 299 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 299 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 300 "--build-dir", | 300 "--build-dir", |
| 301 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 301 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 302 "--output-json", | 302 "--output-json", |
| 303 "/path/to/tmp/json" | 303 "/path/to/tmp/json" |
| 304 ], | 304 ], |
| 305 "env": { |
| 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 307 }, |
| 305 "name": "find isolated tests", | 308 "name": "find isolated tests", |
| 306 "~followup_annotations": [ | 309 "~followup_annotations": [ |
| 307 "@@@STEP_LOG_LINE@json.output@{@@@", | 310 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 308 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 311 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 312 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 310 "@@@STEP_LOG_LINE@json.output@}@@@", | 313 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 311 "@@@STEP_LOG_END@json.output@@@", | 314 "@@@STEP_LOG_END@json.output@@@", |
| 312 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 315 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 313 ] | 316 ] |
| 314 }, | 317 }, |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 "purpose:post-commit", | 371 "purpose:post-commit", |
| 369 "--tag", | 372 "--tag", |
| 370 "slavename:TestSlavename", | 373 "slavename:TestSlavename", |
| 371 "--tag", | 374 "--tag", |
| 372 "stepname:browser_tests on Windows-10-10586", | 375 "stepname:browser_tests on Windows-10-10586", |
| 373 "--idempotent", | 376 "--idempotent", |
| 374 "ffffffffffffffffffffffffffffffffffffffff", | 377 "ffffffffffffffffffffffffffffffffffffffff", |
| 375 "--", | 378 "--", |
| 376 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 379 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 377 ], | 380 ], |
| 381 "env": { |
| 382 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 383 }, |
| 378 "name": "[trigger] browser_tests on Windows-10-10586", | 384 "name": "[trigger] browser_tests on Windows-10-10586", |
| 379 "~followup_annotations": [ | 385 "~followup_annotations": [ |
| 380 "@@@STEP_LOG_LINE@json.output@{@@@", | 386 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 381 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-10-10586/ffffffffff/Win10 Tests x64/571\", @@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-10-10586/ffffffffff/Win10 Tests x64/571\", @@@", |
| 382 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 383 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-10-10586/fffffff
fff/Win10 Tests x64/571\": {@@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-10-10586/fffffff
fff/Win10 Tests x64/571\": {@@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 391 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ }@@@", | 393 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 399 "--build-dir", | 405 "--build-dir", |
| 400 "[SLAVE_BUILD]\\src\\out", | 406 "[SLAVE_BUILD]\\src\\out", |
| 401 "--target", | 407 "--target", |
| 402 "Release_x64", | 408 "Release_x64", |
| 403 "--force-clean", | 409 "--force-clean", |
| 404 "--config", | 410 "--config", |
| 405 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", | 411 "[SLAVE_BUILD]\\src\\chrome\\test\\mini_installer\\config\\config.config", |
| 406 "--write-full-results-to", | 412 "--write-full-results-to", |
| 407 "/path/to/tmp/json" | 413 "/path/to/tmp/json" |
| 408 ], | 414 ], |
| 415 "env": { |
| 416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 417 }, |
| 409 "name": "test_installer" | 418 "name": "test_installer" |
| 410 }, | 419 }, |
| 411 { | 420 { |
| 412 "allow_subannotations": true, | 421 "allow_subannotations": true, |
| 413 "cmd": [ | 422 "cmd": [ |
| 414 "python", | 423 "python", |
| 415 "-u", | 424 "-u", |
| 416 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 425 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 417 "python", | 426 "python", |
| 418 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", | 427 "RECIPE_MODULE[build::swarming]\\resources\\collect_gtest_task.py", |
| 419 "--swarming-client-dir", | 428 "--swarming-client-dir", |
| 420 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 429 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 421 "--temp-root-dir", | 430 "--temp-root-dir", |
| 422 "[TMP_BASE]", | 431 "[TMP_BASE]", |
| 423 "--merged-test-output", | 432 "--merged-test-output", |
| 424 "/path/to/tmp/json", | 433 "/path/to/tmp/json", |
| 425 "--", | 434 "--", |
| 426 "collect", | 435 "collect", |
| 427 "--swarming", | 436 "--swarming", |
| 428 "https://chromium-swarm.appspot.com", | 437 "https://chromium-swarm.appspot.com", |
| 429 "--decorate", | 438 "--decorate", |
| 430 "--print-status-updates", | 439 "--print-status-updates", |
| 431 "--shards", | 440 "--shards", |
| 432 "1", | 441 "1", |
| 433 "browser_tests/Windows-10-10586/ffffffffff/Win10 Tests x64/571" | 442 "browser_tests/Windows-10-10586/ffffffffff/Win10 Tests x64/571" |
| 434 ], | 443 ], |
| 444 "env": { |
| 445 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 446 }, |
| 435 "name": "browser_tests on Windows-10-10586", | 447 "name": "browser_tests on Windows-10-10586", |
| 436 "~followup_annotations": [ | 448 "~followup_annotations": [ |
| 437 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 449 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 438 ] | 450 ] |
| 439 }, | 451 }, |
| 440 { | 452 { |
| 441 "cmd": [ | 453 "cmd": [ |
| 442 "python", | 454 "python", |
| 443 "-u", | 455 "-u", |
| 444 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", | 456 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", |
| 445 "--input-gtest-json", | 457 "--input-gtest-json", |
| 446 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 458 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
| 447 "--master-name", | 459 "--master-name", |
| 448 "chromium.win", | 460 "chromium.win", |
| 449 "--builder-name", | 461 "--builder-name", |
| 450 "Win10 Tests x64", | 462 "Win10 Tests x64", |
| 451 "--build-number", | 463 "--build-number", |
| 452 "571", | 464 "571", |
| 453 "--test-type", | 465 "--test-type", |
| 454 "browser_tests on Windows-10-10586", | 466 "browser_tests on Windows-10-10586", |
| 455 "--test-results-server", | 467 "--test-results-server", |
| 456 "test-results.appspot.com", | 468 "test-results.appspot.com", |
| 457 "--chrome-revision", | 469 "--chrome-revision", |
| 458 "170242" | 470 "170242" |
| 459 ], | 471 ], |
| 472 "env": { |
| 473 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 474 }, |
| 460 "name": "Upload to test-results [browser_tests on Windows-10-10586]" | 475 "name": "Upload to test-results [browser_tests on Windows-10-10586]" |
| 461 }, | 476 }, |
| 462 { | 477 { |
| 463 "cmd": [ | 478 "cmd": [ |
| 464 "python", | 479 "python", |
| 465 "-u", | 480 "-u", |
| 466 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 481 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 467 "--target", | 482 "--target", |
| 468 "Release_x64" | 483 "Release_x64" |
| 469 ], | 484 ], |
| 485 "env": { |
| 486 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 487 }, |
| 470 "name": "process_dumps" | 488 "name": "process_dumps" |
| 471 }, | 489 }, |
| 472 { | 490 { |
| 473 "name": "$result", | 491 "name": "$result", |
| 474 "recipe_result": null, | 492 "recipe_result": null, |
| 475 "status_code": 0 | 493 "status_code": 0 |
| 476 } | 494 } |
| 477 ] | 495 ] |
| OLD | NEW |