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