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