| 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 "ClangToTLinuxASan", | 10 "ClangToTLinuxASan", |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "chromium.fyi", | 211 "chromium.fyi", |
| 212 "-b", | 212 "-b", |
| 213 "ClangToTLinuxASan", | 213 "ClangToTLinuxASan", |
| 214 "--config-file", | 214 "--config-file", |
| 215 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 215 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 216 "--swarming-targets-file", | 216 "--swarming-targets-file", |
| 217 "browser_tests\n", | 217 "browser_tests\n", |
| 218 "//out/Release" | 218 "//out/Release" |
| 219 ], | 219 ], |
| 220 "cwd": "[SLAVE_BUILD]", | 220 "cwd": "[SLAVE_BUILD]", |
| 221 "env": { |
| 222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 223 }, |
| 221 "name": "generate_build_files", | 224 "name": "generate_build_files", |
| 222 "~followup_annotations": [ | 225 "~followup_annotations": [ |
| 223 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 226 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 224 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 227 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 225 ] | 228 ] |
| 226 }, | 229 }, |
| 227 { | 230 { |
| 228 "allow_subannotations": true, | 231 "allow_subannotations": true, |
| 229 "cmd": [ | 232 "cmd": [ |
| 230 "python", | 233 "python", |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 ], | 402 ], |
| 400 "cwd": "[SLAVE_BUILD]", | 403 "cwd": "[SLAVE_BUILD]", |
| 401 "name": "sizes" | 404 "name": "sizes" |
| 402 }, | 405 }, |
| 403 { | 406 { |
| 404 "name": "$result", | 407 "name": "$result", |
| 405 "recipe_result": null, | 408 "recipe_result": null, |
| 406 "status_code": 0 | 409 "status_code": 0 |
| 407 } | 410 } |
| 408 ] | 411 ] |
| OLD | NEW |