| 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 { | 376 { |
| 377 "cmd": [ | 377 "cmd": [ |
| 378 "python", | 378 "python", |
| 379 "-u", | 379 "-u", |
| 380 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", | 380 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", |
| 381 "--build-dir", | 381 "--build-dir", |
| 382 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 382 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 383 "--output-json", | 383 "--output-json", |
| 384 "/path/to/tmp/json" | 384 "/path/to/tmp/json" |
| 385 ], | 385 ], |
| 386 "env": { |
| 387 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 388 }, |
| 386 "name": "find isolated tests", | 389 "name": "find isolated tests", |
| 387 "~followup_annotations": [ | 390 "~followup_annotations": [ |
| 388 "@@@STEP_LOG_LINE@json.output@{@@@", | 391 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 389 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 390 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 393 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 391 "@@@STEP_LOG_LINE@json.output@}@@@", | 394 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 392 "@@@STEP_LOG_END@json.output@@@", | 395 "@@@STEP_LOG_END@json.output@@@", |
| 393 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 396 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 394 ] | 397 ] |
| 395 }, | 398 }, |
| 396 { | 399 { |
| 397 "cmd": [ | 400 "cmd": [ |
| 398 "python", | 401 "python", |
| 399 "-u", | 402 "-u", |
| 400 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 403 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
| 401 "browser_tests" | 404 "browser_tests" |
| 402 ], | 405 ], |
| 406 "env": { |
| 407 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 408 }, |
| 403 "name": "[error] browser_tests", | 409 "name": "[error] browser_tests", |
| 404 "~followup_annotations": [ | 410 "~followup_annotations": [ |
| 405 "@@@STEP_LOG_LINE@python.inline@@@@", | 411 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 406 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 412 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 407 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 413 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 408 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 414 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 409 "@@@STEP_LOG_END@python.inline@@@" | 415 "@@@STEP_LOG_END@python.inline@@@" |
| 410 ] | 416 ] |
| 411 }, | 417 }, |
| 412 { | 418 { |
| 413 "cmd": [ | 419 "cmd": [ |
| 414 "python", | 420 "python", |
| 415 "-u", | 421 "-u", |
| 416 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 422 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, |
| 417 "browser_tests" | 423 "browser_tests" |
| 418 ], | 424 ], |
| 425 "env": { |
| 426 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 427 }, |
| 419 "name": "[collect error] browser_tests", | 428 "name": "[collect error] browser_tests", |
| 420 "~followup_annotations": [ | 429 "~followup_annotations": [ |
| 421 "@@@STEP_LOG_LINE@python.inline@@@@", | 430 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 422 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 431 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 423 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 432 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 424 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 433 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 425 "@@@STEP_LOG_END@python.inline@@@" | 434 "@@@STEP_LOG_END@python.inline@@@" |
| 426 ] | 435 ] |
| 427 }, | 436 }, |
| 428 { | 437 { |
| 429 "cmd": [ | 438 "cmd": [ |
| 430 "python", | 439 "python", |
| 431 "-u", | 440 "-u", |
| 432 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 441 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 433 "--target", | 442 "--target", |
| 434 "Release_x64" | 443 "Release_x64" |
| 435 ], | 444 ], |
| 445 "env": { |
| 446 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 447 }, |
| 436 "name": "process_dumps" | 448 "name": "process_dumps" |
| 437 }, | 449 }, |
| 438 { | 450 { |
| 439 "name": "$result", | 451 "name": "$result", |
| 440 "recipe_result": null, | 452 "recipe_result": null, |
| 441 "status_code": 0 | 453 "status_code": 0 |
| 442 } | 454 } |
| 443 ] | 455 ] |
| OLD | NEW |