| 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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 "-m", | 504 "-m", |
| 505 "chromium.linux", | 505 "chromium.linux", |
| 506 "-b", | 506 "-b", |
| 507 "Linux Builder", | 507 "Linux Builder", |
| 508 "--config-file", | 508 "--config-file", |
| 509 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 509 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 510 "--goma-dir", | 510 "--goma-dir", |
| 511 "[CACHE]/cipd/goma", | 511 "[CACHE]/cipd/goma", |
| 512 "//out/Release" | 512 "//out/Release" |
| 513 ], | 513 ], |
| 514 "cwd": "[SLAVE_BUILD]/src", |
| 514 "env": { | 515 "env": { |
| 515 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 516 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 516 }, | 517 }, |
| 517 "name": "test r1.generate_build_files", | 518 "name": "test r1.generate_build_files", |
| 518 "~followup_annotations": [ | 519 "~followup_annotations": [ |
| 519 "@@@STEP_NEST_LEVEL@1@@@" | 520 "@@@STEP_NEST_LEVEL@1@@@" |
| 520 ] | 521 ] |
| 521 }, | 522 }, |
| 522 { | 523 { |
| 523 "cmd": [ | 524 "cmd": [ |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 "@@@STEP_LOG_END@report@@@", | 586 "@@@STEP_LOG_END@report@@@", |
| 586 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 587 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
| 587 ] | 588 ] |
| 588 }, | 589 }, |
| 589 { | 590 { |
| 590 "name": "$result", | 591 "name": "$result", |
| 591 "recipe_result": null, | 592 "recipe_result": null, |
| 592 "status_code": 0 | 593 "status_code": 0 |
| 593 } | 594 } |
| 594 ] | 595 ] |
| OLD | NEW |