| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_variable", | 10 "linux_variable", |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 "chromium.linux", | 470 "chromium.linux", |
| 471 "-b", | 471 "-b", |
| 472 "Linux Builder", | 472 "Linux Builder", |
| 473 "--config-file", | 473 "--config-file", |
| 474 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 474 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 475 "--goma-dir", | 475 "--goma-dir", |
| 476 "[CACHE]/cipd/goma", | 476 "[CACHE]/cipd/goma", |
| 477 "//out/Release" | 477 "//out/Release" |
| 478 ], | 478 ], |
| 479 "cwd": "[SLAVE_BUILD]", | 479 "cwd": "[SLAVE_BUILD]", |
| 480 "env": { |
| 481 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 482 }, |
| 480 "name": "test r1.generate_build_files", | 483 "name": "test r1.generate_build_files", |
| 481 "~followup_annotations": [ | 484 "~followup_annotations": [ |
| 482 "@@@STEP_NEST_LEVEL@1@@@" | 485 "@@@STEP_NEST_LEVEL@1@@@" |
| 483 ] | 486 ] |
| 484 }, | 487 }, |
| 485 { | 488 { |
| 486 "cmd": [ | 489 "cmd": [ |
| 487 "python", | 490 "python", |
| 488 "-u", | 491 "-u", |
| 489 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py", | 492 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 "@@@STEP_LOG_END@report@@@", | 536 "@@@STEP_LOG_END@report@@@", |
| 534 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"skipped\"}}@@@" | 537 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"skipped\"}}@@@" |
| 535 ] | 538 ] |
| 536 }, | 539 }, |
| 537 { | 540 { |
| 538 "name": "$result", | 541 "name": "$result", |
| 539 "recipe_result": null, | 542 "recipe_result": null, |
| 540 "status_code": 0 | 543 "status_code": 0 |
| 541 } | 544 } |
| 542 ] | 545 ] |
| OLD | NEW |