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