| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder (dbg)", | 10 "Android Builder (dbg)", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "-b", | 235 "-b", |
| 236 "Android Builder (dbg)", | 236 "Android Builder (dbg)", |
| 237 "--config-file", | 237 "--config-file", |
| 238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 239 "--goma-dir", | 239 "--goma-dir", |
| 240 "[CACHE]/cipd/goma", | 240 "[CACHE]/cipd/goma", |
| 241 "--android-version-code=3", | 241 "--android-version-code=3", |
| 242 "--android-version-name=example", | 242 "--android-version-name=example", |
| 243 "//out/Debug" | 243 "//out/Debug" |
| 244 ], | 244 ], |
| 245 "cwd": "[SLAVE_BUILD]/src", |
| 245 "env": { | 246 "env": { |
| 246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 247 }, | 248 }, |
| 248 "name": "generate_build_files" | 249 "name": "generate_build_files" |
| 249 }, | 250 }, |
| 250 { | 251 { |
| 251 "cmd": [ | 252 "cmd": [ |
| 252 "python", | 253 "python", |
| 253 "-u", | 254 "-u", |
| 254 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 255 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 288 "@@@STEP_LOG_END@json.output (invalid)@@@" | 289 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 289 ] | 290 ] |
| 290 }, | 291 }, |
| 291 { | 292 { |
| 292 "name": "$result", | 293 "name": "$result", |
| 293 "recipe_result": null, | 294 "recipe_result": null, |
| 294 "status_code": 0 | 295 "status_code": 0 |
| 295 } | 296 } |
| 296 ] | 297 ] |
| OLD | NEW |