| 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.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android arm64 Builder", | 10 "Android arm64 Builder", |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "-m", | 160 "-m", |
| 161 "chromium.perf", | 161 "chromium.perf", |
| 162 "-b", | 162 "-b", |
| 163 "Android arm64 Builder", | 163 "Android arm64 Builder", |
| 164 "--config-file", | 164 "--config-file", |
| 165 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 165 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 166 "--goma-dir", | 166 "--goma-dir", |
| 167 "[BUILD]/goma", | 167 "[BUILD]/goma", |
| 168 "//out/Release" | 168 "//out/Release" |
| 169 ], | 169 ], |
| 170 "cwd": "[SLAVE_BUILD]/src", |
| 170 "env": { | 171 "env": { |
| 171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 172 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 172 }, | 173 }, |
| 173 "name": "generate_build_files" | 174 "name": "generate_build_files" |
| 174 }, | 175 }, |
| 175 { | 176 { |
| 176 "cmd": [ | 177 "cmd": [ |
| 177 "python", | 178 "python", |
| 178 "-u", | 179 "-u", |
| 179 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 180 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 "~followup_annotations": [ | 249 "~followup_annotations": [ |
| 249 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@" | 250 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@" |
| 250 ] | 251 ] |
| 251 }, | 252 }, |
| 252 { | 253 { |
| 253 "name": "$result", | 254 "name": "$result", |
| 254 "recipe_result": null, | 255 "recipe_result": null, |
| 255 "status_code": 0 | 256 "status_code": 0 |
| 256 } | 257 } |
| 257 ] | 258 ] |
| OLD | NEW |