| 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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac GN", | 10 "Mac GN", |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 { | 412 { |
| 413 "cmd": [ | 413 "cmd": [ |
| 414 "python", | 414 "python", |
| 415 "-u", | 415 "-u", |
| 416 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 416 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 417 "--build-dir", | 417 "--build-dir", |
| 418 "[SLAVE_BUILD]/src/out/Release", | 418 "[SLAVE_BUILD]/src/out/Release", |
| 419 "--output-json", | 419 "--output-json", |
| 420 "/path/to/tmp/json" | 420 "/path/to/tmp/json" |
| 421 ], | 421 ], |
| 422 "env": { |
| 423 "FORCE_MAC_TOOLCHAIN": "1", |
| 424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 425 }, |
| 422 "name": "find isolated tests", | 426 "name": "find isolated tests", |
| 423 "~followup_annotations": [ | 427 "~followup_annotations": [ |
| 424 "@@@STEP_LOG_LINE@json.output@{@@@", | 428 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 425 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 429 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 426 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 430 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 427 "@@@STEP_LOG_LINE@json.output@}@@@", | 431 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 428 "@@@STEP_LOG_END@json.output@@@", | 432 "@@@STEP_LOG_END@json.output@@@", |
| 429 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 433 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 430 ] | 434 ] |
| 431 }, | 435 }, |
| 432 { | 436 { |
| 433 "cmd": [ | 437 "cmd": [ |
| 434 "python", | 438 "python", |
| 435 "-u", | 439 "-u", |
| 436 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 440 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
| 437 "browser_tests" | 441 "browser_tests" |
| 438 ], | 442 ], |
| 443 "env": { |
| 444 "FORCE_MAC_TOOLCHAIN": "1", |
| 445 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 446 }, |
| 439 "name": "[error] browser_tests", | 447 "name": "[error] browser_tests", |
| 440 "~followup_annotations": [ | 448 "~followup_annotations": [ |
| 441 "@@@STEP_LOG_LINE@python.inline@@@@", | 449 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 442 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 450 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 443 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 451 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 444 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 452 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 445 "@@@STEP_LOG_END@python.inline@@@" | 453 "@@@STEP_LOG_END@python.inline@@@" |
| 446 ] | 454 ] |
| 447 }, | 455 }, |
| 448 { | 456 { |
| 449 "cmd": [ | 457 "cmd": [ |
| 450 "python", | 458 "python", |
| 451 "-u", | 459 "-u", |
| 452 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 460 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, |
| 453 "browser_tests" | 461 "browser_tests" |
| 454 ], | 462 ], |
| 463 "env": { |
| 464 "FORCE_MAC_TOOLCHAIN": "1", |
| 465 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 466 }, |
| 455 "name": "[collect error] browser_tests", | 467 "name": "[collect error] browser_tests", |
| 456 "~followup_annotations": [ | 468 "~followup_annotations": [ |
| 457 "@@@STEP_LOG_LINE@python.inline@@@@", | 469 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 458 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 470 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 459 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 471 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 460 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 472 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 461 "@@@STEP_LOG_END@python.inline@@@" | 473 "@@@STEP_LOG_END@python.inline@@@" |
| 462 ] | 474 ] |
| 463 }, | 475 }, |
| 464 { | 476 { |
| 465 "name": "$result", | 477 "name": "$result", |
| 466 "recipe_result": null, | 478 "recipe_result": null, |
| 467 "status_code": 0 | 479 "status_code": 0 |
| 468 } | 480 } |
| 469 ] | 481 ] |
| OLD | NEW |