| 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.memory", | 8 "chromium.memory", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ASan LSan Builder", | 10 "Linux ASan LSan Builder", |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "-m", | 250 "-m", |
| 251 "chromium.memory", | 251 "chromium.memory", |
| 252 "-b", | 252 "-b", |
| 253 "Linux ASan LSan Builder", | 253 "Linux ASan LSan Builder", |
| 254 "--config-file", | 254 "--config-file", |
| 255 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 255 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 256 "--goma-dir", | 256 "--goma-dir", |
| 257 "[CACHE]/cipd/goma", | 257 "[CACHE]/cipd/goma", |
| 258 "//out/Release" | 258 "//out/Release" |
| 259 ], | 259 ], |
| 260 "cwd": "[SLAVE_BUILD]/src", |
| 260 "env": { | 261 "env": { |
| 261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 262 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 262 }, | 263 }, |
| 263 "name": "generate_build_files" | 264 "name": "generate_build_files" |
| 264 }, | 265 }, |
| 265 { | 266 { |
| 266 "allow_subannotations": true, | 267 "allow_subannotations": true, |
| 267 "cmd": [ | 268 "cmd": [ |
| 268 "python", | 269 "python", |
| 269 "-u", | 270 "-u", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "~followup_annotations": [ | 397 "~followup_annotations": [ |
| 397 "@@@STEP_TEXT@Linux ASan LSan Tests (1)<br />Linux ASan Tests (sandboxed)@
@@" | 398 "@@@STEP_TEXT@Linux ASan LSan Tests (1)<br />Linux ASan Tests (sandboxed)@
@@" |
| 398 ] | 399 ] |
| 399 }, | 400 }, |
| 400 { | 401 { |
| 401 "name": "$result", | 402 "name": "$result", |
| 402 "recipe_result": null, | 403 "recipe_result": null, |
| 403 "status_code": 0 | 404 "status_code": 0 |
| 404 } | 405 } |
| 405 ] | 406 ] |
| OLD | NEW |