| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.mac", | 8 "chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac GN", | 10 "Mac GN", |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 { | 391 { |
| 392 "cmd": [ | 392 "cmd": [ |
| 393 "python", | 393 "python", |
| 394 "-u", | 394 "-u", |
| 395 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 395 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 396 "--build-dir", | 396 "--build-dir", |
| 397 "[SLAVE_BUILD]/src/out/Release", | 397 "[SLAVE_BUILD]/src/out/Release", |
| 398 "--output-json", | 398 "--output-json", |
| 399 "/path/to/tmp/json" | 399 "/path/to/tmp/json" |
| 400 ], | 400 ], |
| 401 "env": { |
| 402 "FORCE_MAC_TOOLCHAIN": "1", |
| 403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 404 }, |
| 401 "name": "find isolated tests", | 405 "name": "find isolated tests", |
| 402 "~followup_annotations": [ | 406 "~followup_annotations": [ |
| 403 "@@@STEP_LOG_LINE@json.output@{@@@", | 407 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 404 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 408 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 405 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 406 "@@@STEP_LOG_LINE@json.output@}@@@", | 410 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 407 "@@@STEP_LOG_END@json.output@@@", | 411 "@@@STEP_LOG_END@json.output@@@", |
| 408 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 412 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 409 ] | 413 ] |
| 410 }, | 414 }, |
| 411 { | 415 { |
| 412 "cmd": [ | 416 "cmd": [ |
| 413 "python", | 417 "python", |
| 414 "-u", | 418 "-u", |
| 415 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 419 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
| 416 "browser_tests" | 420 "browser_tests" |
| 417 ], | 421 ], |
| 422 "env": { |
| 423 "FORCE_MAC_TOOLCHAIN": "1", |
| 424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 425 }, |
| 418 "name": "[error] browser_tests", | 426 "name": "[error] browser_tests", |
| 419 "~followup_annotations": [ | 427 "~followup_annotations": [ |
| 420 "@@@STEP_LOG_LINE@python.inline@@@@", | 428 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 421 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 429 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 422 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 430 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 423 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 431 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 424 "@@@STEP_LOG_END@python.inline@@@" | 432 "@@@STEP_LOG_END@python.inline@@@" |
| 425 ] | 433 ] |
| 426 }, | 434 }, |
| 427 { | 435 { |
| 428 "cmd": [ | 436 "cmd": [ |
| 429 "python", | 437 "python", |
| 430 "-u", | 438 "-u", |
| 431 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 439 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, |
| 432 "browser_tests" | 440 "browser_tests" |
| 433 ], | 441 ], |
| 442 "env": { |
| 443 "FORCE_MAC_TOOLCHAIN": "1", |
| 444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 445 }, |
| 434 "name": "[collect error] browser_tests", | 446 "name": "[collect error] browser_tests", |
| 435 "~followup_annotations": [ | 447 "~followup_annotations": [ |
| 436 "@@@STEP_LOG_LINE@python.inline@@@@", | 448 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 437 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 449 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 438 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 450 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 439 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 451 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 440 "@@@STEP_LOG_END@python.inline@@@" | 452 "@@@STEP_LOG_END@python.inline@@@" |
| 441 ] | 453 ] |
| 442 }, | 454 }, |
| 443 { | 455 { |
| 444 "name": "$result", | 456 "name": "$result", |
| 445 "recipe_result": null, | 457 "recipe_result": null, |
| 446 "status_code": 0 | 458 "status_code": 0 |
| 447 } | 459 } |
| 448 ] | 460 ] |
| OLD | NEW |