| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 "chromium.linux", | 245 "chromium.linux", |
| 246 "-b", | 246 "-b", |
| 247 "Linux Builder", | 247 "Linux Builder", |
| 248 "--config-file", | 248 "--config-file", |
| 249 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 249 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 250 "--goma-dir", | 250 "--goma-dir", |
| 251 "[CACHE]/cipd/goma", | 251 "[CACHE]/cipd/goma", |
| 252 "//out/Release" | 252 "//out/Release" |
| 253 ], | 253 ], |
| 254 "cwd": "[SLAVE_BUILD]", | 254 "cwd": "[SLAVE_BUILD]", |
| 255 "env": { |
| 256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 257 }, |
| 255 "name": "generate_build_files" | 258 "name": "generate_build_files" |
| 256 }, | 259 }, |
| 257 { | 260 { |
| 258 "cmd": [ | 261 "cmd": [ |
| 259 "python", | 262 "python", |
| 260 "-u", | 263 "-u", |
| 261 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 264 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 262 "--show-path", | 265 "--show-path", |
| 263 "python", | 266 "python", |
| 264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 267 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 "~followup_annotations": [ | 374 "~followup_annotations": [ |
| 372 "@@@STEP_TEXT@Linux Tests@@@" | 375 "@@@STEP_TEXT@Linux Tests@@@" |
| 373 ] | 376 ] |
| 374 }, | 377 }, |
| 375 { | 378 { |
| 376 "name": "$result", | 379 "name": "$result", |
| 377 "recipe_result": null, | 380 "recipe_result": null, |
| 378 "status_code": 0 | 381 "status_code": 0 |
| 379 } | 382 } |
| 380 ] | 383 ] |
| OLD | NEW |