| 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 "ClangToTLinux (dbg)", | 10 "ClangToTLinux (dbg)", |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 "gen", | 186 "gen", |
| 187 "-m", | 187 "-m", |
| 188 "chromium.fyi", | 188 "chromium.fyi", |
| 189 "-b", | 189 "-b", |
| 190 "ClangToTLinux (dbg)", | 190 "ClangToTLinux (dbg)", |
| 191 "--config-file", | 191 "--config-file", |
| 192 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 192 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 193 "//out/Debug" | 193 "//out/Debug" |
| 194 ], | 194 ], |
| 195 "cwd": "[SLAVE_BUILD]", | 195 "cwd": "[SLAVE_BUILD]", |
| 196 "env": { |
| 197 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 198 }, |
| 196 "name": "generate_build_files" | 199 "name": "generate_build_files" |
| 197 }, | 200 }, |
| 198 { | 201 { |
| 199 "allow_subannotations": true, | 202 "allow_subannotations": true, |
| 200 "cmd": [ | 203 "cmd": [ |
| 201 "python", | 204 "python", |
| 202 "-u", | 205 "-u", |
| 203 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 206 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 204 "--src-dir", | 207 "--src-dir", |
| 205 "[SLAVE_BUILD]/src", | 208 "[SLAVE_BUILD]/src", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 ], | 310 ], |
| 308 "cwd": "[SLAVE_BUILD]", | 311 "cwd": "[SLAVE_BUILD]", |
| 309 "name": "sizes" | 312 "name": "sizes" |
| 310 }, | 313 }, |
| 311 { | 314 { |
| 312 "name": "$result", | 315 "name": "$result", |
| 313 "recipe_result": null, | 316 "recipe_result": null, |
| 314 "status_code": 0 | 317 "status_code": 0 |
| 315 } | 318 } |
| 316 ] | 319 ] |
| OLD | NEW |