| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "/opt/infra-tools/buildbucket", | 4 "/opt/infra-tools/buildbucket", |
| 5 "get", | 5 "get", |
| 6 "--host", | 6 "--host", |
| 7 "cr-buildbucket.appspot.com", | 7 "cr-buildbucket.appspot.com", |
| 8 "id1" | 8 "id1" |
| 9 ], | 9 ], |
| 10 "name": "buildbucket.get", | 10 "name": "buildbucket.get", |
| (...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 "-m", | 510 "-m", |
| 511 "chromium.linux", | 511 "chromium.linux", |
| 512 "-b", | 512 "-b", |
| 513 "Linux Builder", | 513 "Linux Builder", |
| 514 "--config-file", | 514 "--config-file", |
| 515 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 515 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 516 "--goma-dir", | 516 "--goma-dir", |
| 517 "[CACHE]/cipd/goma", | 517 "[CACHE]/cipd/goma", |
| 518 "//out/Release" | 518 "//out/Release" |
| 519 ], | 519 ], |
| 520 "cwd": "[SLAVE_BUILD]/src", |
| 520 "env": { | 521 "env": { |
| 521 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 522 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 522 }, | 523 }, |
| 523 "name": "test r1.generate_build_files", | 524 "name": "test r1.generate_build_files", |
| 524 "~followup_annotations": [ | 525 "~followup_annotations": [ |
| 525 "@@@STEP_NEST_LEVEL@1@@@" | 526 "@@@STEP_NEST_LEVEL@1@@@" |
| 526 ] | 527 ] |
| 527 }, | 528 }, |
| 528 { | 529 { |
| 529 "cmd": [ | 530 "cmd": [ |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 "@@@STEP_LOG_END@report@@@", | 593 "@@@STEP_LOG_END@report@@@", |
| 593 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 594 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
| 594 ] | 595 ] |
| 595 }, | 596 }, |
| 596 { | 597 { |
| 597 "name": "$result", | 598 "name": "$result", |
| 598 "recipe_result": null, | 599 "recipe_result": null, |
| 599 "status_code": 0 | 600 "status_code": 0 |
| 600 } | 601 } |
| 601 ] | 602 ] |
| OLD | NEW |