| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux V8 API Stability", | 10 "Linux V8 API Stability", |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "chromium.fyi", | 234 "chromium.fyi", |
| 235 "-b", | 235 "-b", |
| 236 "Linux V8 API Stability", | 236 "Linux V8 API Stability", |
| 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 "//out/Release" | 241 "//out/Release" |
| 242 ], | 242 ], |
| 243 "cwd": "[SLAVE_BUILD]", | 243 "cwd": "[SLAVE_BUILD]", |
| 244 "env": { |
| 245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 246 }, |
| 244 "name": "generate_build_files" | 247 "name": "generate_build_files" |
| 245 }, | 248 }, |
| 246 { | 249 { |
| 247 "cmd": [ | 250 "cmd": [ |
| 248 "python", | 251 "python", |
| 249 "-u", | 252 "-u", |
| 250 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 253 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 251 "--show-path", | 254 "--show-path", |
| 252 "python", | 255 "python", |
| 253 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 256 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 286 "@@@STEP_LOG_END@json.output (invalid)@@@" | 289 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 287 ] | 290 ] |
| 288 }, | 291 }, |
| 289 { | 292 { |
| 290 "name": "$result", | 293 "name": "$result", |
| 291 "recipe_result": null, | 294 "recipe_result": null, |
| 292 "status_code": 0 | 295 "status_code": 0 |
| 293 } | 296 } |
| 294 ] | 297 ] |
| OLD | NEW |