| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 251 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 252 "gen", | 252 "gen", |
| 253 "-m", | 253 "-m", |
| 254 "chromium.fyi", | 254 "chromium.fyi", |
| 255 "-b", | 255 "-b", |
| 256 "Linux Kitchen (kitchen_run)", | 256 "Linux Kitchen (kitchen_run)", |
| 257 "--config-file", | 257 "--config-file", |
| 258 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 258 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 259 "--goma-dir", | 259 "--goma-dir", |
| 260 "[CACHE]/cipd/goma", | 260 "[CACHE]/cipd/goma", |
| 261 "[SLAVE_BUILD]/src/out/Linux Kitchen (kitchen_run)/Release" | 261 "[SLAVE_BUILD]/src/out/Linux_Kitchen__kitchen_run_/Release" |
| 262 ], | 262 ], |
| 263 "env": { | 263 "env": { |
| 264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 265 }, | 265 }, |
| 266 "name": "generate_build_files" | 266 "name": "generate_build_files" |
| 267 }, | 267 }, |
| 268 { | 268 { |
| 269 "cmd": [ | 269 "cmd": [ |
| 270 "python", | 270 "python", |
| 271 "-u", | 271 "-u", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 287 "ninja", | 287 "ninja", |
| 288 "--build-data-dir", | 288 "--build-data-dir", |
| 289 "[ROOT]/build_data_dir", | 289 "[ROOT]/build_data_dir", |
| 290 "--compiler", | 290 "--compiler", |
| 291 "goma", | 291 "goma", |
| 292 "--goma-jsonstatus", | 292 "--goma-jsonstatus", |
| 293 "/path/to/tmp/json", | 293 "/path/to/tmp/json", |
| 294 "--goma-service-account-json-file", | 294 "--goma-service-account-json-file", |
| 295 "/creds/service_accounts/service-account-goma-client.json", | 295 "/creds/service_accounts/service-account-goma-client.json", |
| 296 "--target-output-dir", | 296 "--target-output-dir", |
| 297 "[SLAVE_BUILD]/src/out/Linux Kitchen (kitchen_run)/Release", | 297 "[SLAVE_BUILD]/src/out/Linux_Kitchen__kitchen_run_/Release", |
| 298 "--goma-dir", | 298 "--goma-dir", |
| 299 "[CACHE]/cipd/goma", | 299 "[CACHE]/cipd/goma", |
| 300 "--ninja-ensure-up-to-date", | 300 "--ninja-ensure-up-to-date", |
| 301 "--", | 301 "--", |
| 302 "all" | 302 "all" |
| 303 ], | 303 ], |
| 304 "env": { | 304 "env": { |
| 305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 306 }, | 306 }, |
| 307 "name": "compile", | 307 "name": "compile", |
| 308 "~followup_annotations": [ | 308 "~followup_annotations": [ |
| 309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 310 "@@@STEP_LOG_END@json.output (invalid)@@@" | 310 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 311 ] | 311 ] |
| 312 }, | 312 }, |
| 313 { | 313 { |
| 314 "name": "$result", | 314 "name": "$result", |
| 315 "recipe_result": null, | 315 "recipe_result": null, |
| 316 "status_code": 0 | 316 "status_code": 0 |
| 317 } | 317 } |
| 318 ] | 318 ] |
| OLD | NEW |