| 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\\Debug", | 300 "[SLAVE_BUILD]\\src\\out\\Debug", |
| 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 Debug (NVIDIA)/571\", @@@", | 386 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Window
s-7-SP1/ffffffffff/Win7 Debug (NVIDIA)/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 Debug (NVIDIA)/571\": {@@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Windows-7-SP1/ffffffffff
/Win7 Debug (NVIDIA)/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 20 matching lines...) Expand all Loading... |
| 407 "--", | 413 "--", |
| 408 "collect", | 414 "collect", |
| 409 "--swarming", | 415 "--swarming", |
| 410 "https://chromium-swarm.appspot.com", | 416 "https://chromium-swarm.appspot.com", |
| 411 "--decorate", | 417 "--decorate", |
| 412 "--print-status-updates", | 418 "--print-status-updates", |
| 413 "--shards", | 419 "--shards", |
| 414 "1", | 420 "1", |
| 415 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Debug (NVIDIA)/571" | 421 "browser_tests/Windows-7-SP1/ffffffffff/Win7 Debug (NVIDIA)/571" |
| 416 ], | 422 ], |
| 423 "env": { |
| 424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 425 }, |
| 417 "name": "browser_tests on Windows-7-SP1", | 426 "name": "browser_tests on Windows-7-SP1", |
| 418 "~followup_annotations": [ | 427 "~followup_annotations": [ |
| 419 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 428 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 420 ] | 429 ] |
| 421 }, | 430 }, |
| 422 { | 431 { |
| 423 "cmd": [ | 432 "cmd": [ |
| 424 "python", | 433 "python", |
| 425 "-u", | 434 "-u", |
| 426 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", | 435 "RECIPE_MODULE[build::test_results]\\resources\\upload_gtest_test_results.
py", |
| 427 "--input-gtest-json", | 436 "--input-gtest-json", |
| 428 "{\"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\"}}]}}"
, | 437 "{\"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\"}}]}}"
, |
| 429 "--master-name", | 438 "--master-name", |
| 430 "chromium.gpu", | 439 "chromium.gpu", |
| 431 "--builder-name", | 440 "--builder-name", |
| 432 "Win7 Debug (NVIDIA)", | 441 "Win7 Debug (NVIDIA)", |
| 433 "--build-number", | 442 "--build-number", |
| 434 "571", | 443 "571", |
| 435 "--test-type", | 444 "--test-type", |
| 436 "browser_tests on Windows-7-SP1", | 445 "browser_tests on Windows-7-SP1", |
| 437 "--test-results-server", | 446 "--test-results-server", |
| 438 "test-results.appspot.com", | 447 "test-results.appspot.com", |
| 439 "--chrome-revision", | 448 "--chrome-revision", |
| 440 "170242" | 449 "170242" |
| 441 ], | 450 ], |
| 451 "env": { |
| 452 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 453 }, |
| 442 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" | 454 "name": "Upload to test-results [browser_tests on Windows-7-SP1]" |
| 443 }, | 455 }, |
| 444 { | 456 { |
| 445 "cmd": [ | 457 "cmd": [ |
| 446 "python", | 458 "python", |
| 447 "-u", | 459 "-u", |
| 448 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 460 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 449 "--target", | 461 "--target", |
| 450 "Debug" | 462 "Debug" |
| 451 ], | 463 ], |
| 464 "env": { |
| 465 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 466 }, |
| 452 "name": "process_dumps" | 467 "name": "process_dumps" |
| 453 }, | 468 }, |
| 454 { | 469 { |
| 455 "name": "$result", | 470 "name": "$result", |
| 456 "recipe_result": null, | 471 "recipe_result": null, |
| 457 "status_code": 0 | 472 "status_code": 0 |
| 458 } | 473 } |
| 459 ] | 474 ] |
| OLD | NEW |