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