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