| 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 "-m", | 255 "-m", |
| 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]/src", |
| 265 "env": { | 266 "env": { |
| 266 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 267 }, | 268 }, |
| 268 "name": "generate_build_files" | 269 "name": "generate_build_files" |
| 269 }, | 270 }, |
| 270 { | 271 { |
| 271 "cmd": [ | 272 "cmd": [ |
| 272 "python", | 273 "python", |
| 273 "-u", | 274 "-u", |
| 274 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "~followup_annotations": [ | 364 "~followup_annotations": [ |
| 364 "@@@STEP_TEXT@Linux Tests@@@" | 365 "@@@STEP_TEXT@Linux Tests@@@" |
| 365 ] | 366 ] |
| 366 }, | 367 }, |
| 367 { | 368 { |
| 368 "name": "$result", | 369 "name": "$result", |
| 369 "recipe_result": null, | 370 "recipe_result": null, |
| 370 "status_code": 0 | 371 "status_code": 0 |
| 371 } | 372 } |
| 372 ] | 373 ] |
| OLD | NEW |