| 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 Kitchen (kitchen_run)", | 10 "Linux Kitchen (kitchen_run)", |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 240 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 241 "gen", | 241 "gen", |
| 242 "-m", | 242 "-m", |
| 243 "chromium.fyi", | 243 "chromium.fyi", |
| 244 "-b", | 244 "-b", |
| 245 "Linux Kitchen (kitchen_run)", | 245 "Linux Kitchen (kitchen_run)", |
| 246 "--config-file", | 246 "--config-file", |
| 247 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 247 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 248 "--goma-dir", | 248 "--goma-dir", |
| 249 "[CACHE]/cipd/goma", | 249 "[CACHE]/cipd/goma", |
| 250 "[BUILDER_CACHE]/Linux Kitchen (kitchen_run)/Release" | 250 "[BUILDER_CACHE]/Linux_Kitchen__kitchen_run_/Release" |
| 251 ], | 251 ], |
| 252 "env": { | 252 "env": { |
| 253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 254 }, | 254 }, |
| 255 "name": "generate_build_files" | 255 "name": "generate_build_files" |
| 256 }, | 256 }, |
| 257 { | 257 { |
| 258 "cmd": [ | 258 "cmd": [ |
| 259 "python", | 259 "python", |
| 260 "-u", | 260 "-u", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 276 "[GOMA_DEPS_CACHE]", | 276 "[GOMA_DEPS_CACHE]", |
| 277 "--build-tool", | 277 "--build-tool", |
| 278 "ninja", | 278 "ninja", |
| 279 "--compiler", | 279 "--compiler", |
| 280 "goma", | 280 "goma", |
| 281 "--goma-jsonstatus", | 281 "--goma-jsonstatus", |
| 282 "/path/to/tmp/json", | 282 "/path/to/tmp/json", |
| 283 "--goma-service-account-json-file", | 283 "--goma-service-account-json-file", |
| 284 "/creds/service_accounts/service-account-goma-client.json", | 284 "/creds/service_accounts/service-account-goma-client.json", |
| 285 "--target-output-dir", | 285 "--target-output-dir", |
| 286 "[BUILDER_CACHE]/Linux Kitchen (kitchen_run)/Release", | 286 "[BUILDER_CACHE]/Linux_Kitchen__kitchen_run_/Release", |
| 287 "--goma-dir", | 287 "--goma-dir", |
| 288 "[CACHE]/cipd/goma", | 288 "[CACHE]/cipd/goma", |
| 289 "--ninja-ensure-up-to-date", | 289 "--ninja-ensure-up-to-date", |
| 290 "--", | 290 "--", |
| 291 "all" | 291 "all" |
| 292 ], | 292 ], |
| 293 "env": { | 293 "env": { |
| 294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 295 }, | 295 }, |
| 296 "name": "compile", | 296 "name": "compile", |
| 297 "~followup_annotations": [ | 297 "~followup_annotations": [ |
| 298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 299 "@@@STEP_LOG_END@json.output (invalid)@@@" | 299 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 300 ] | 300 ] |
| 301 }, | 301 }, |
| 302 { | 302 { |
| 303 "name": "$result", | 303 "name": "$result", |
| 304 "recipe_result": null, | 304 "recipe_result": null, |
| 305 "status_code": 0 | 305 "status_code": 0 |
| 306 } | 306 } |
| 307 ] | 307 ] |
| OLD | NEW |