| 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 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "chromium.linux", | 256 "chromium.linux", |
| 257 "-b", | 257 "-b", |
| 258 "Linux Builder", | 258 "Linux Builder", |
| 259 "--config-file", | 259 "--config-file", |
| 260 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 260 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 261 "--goma-dir", | 261 "--goma-dir", |
| 262 "[CACHE]/cipd/goma", | 262 "[CACHE]/cipd/goma", |
| 263 "//out/Release" | 263 "//out/Release" |
| 264 ], | 264 ], |
| 265 "cwd": "[SLAVE_BUILD]", | 265 "cwd": "[SLAVE_BUILD]", |
| 266 "env": { |
| 267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 268 }, |
| 266 "name": "generate_build_files" | 269 "name": "generate_build_files" |
| 267 }, | 270 }, |
| 268 { | 271 { |
| 269 "cmd": [ | 272 "cmd": [ |
| 270 "python", | 273 "python", |
| 271 "-u", | 274 "-u", |
| 272 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 273 "--show-path", | 276 "--show-path", |
| 274 "python", | 277 "python", |
| 275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 "~followup_annotations": [ | 383 "~followup_annotations": [ |
| 381 "@@@STEP_TEXT@Linux Tests@@@" | 384 "@@@STEP_TEXT@Linux Tests@@@" |
| 382 ] | 385 ] |
| 383 }, | 386 }, |
| 384 { | 387 { |
| 385 "name": "$result", | 388 "name": "$result", |
| 386 "recipe_result": null, | 389 "recipe_result": null, |
| 387 "status_code": 0 | 390 "status_code": 0 |
| 388 } | 391 } |
| 389 ] | 392 ] |
| OLD | NEW |