| 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 "ClangToTAndroidASan", | 10 "ClangToTAndroidASan", |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "gen", | 211 "gen", |
| 212 "-m", | 212 "-m", |
| 213 "chromium.fyi", | 213 "chromium.fyi", |
| 214 "-b", | 214 "-b", |
| 215 "ClangToTAndroidASan", | 215 "ClangToTAndroidASan", |
| 216 "--config-file", | 216 "--config-file", |
| 217 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 217 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 218 "//out/Debug" | 218 "//out/Debug" |
| 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 }, | 225 }, |
| 223 { | 226 { |
| 224 "allow_subannotations": true, | 227 "allow_subannotations": true, |
| 225 "cmd": [ | 228 "cmd": [ |
| 226 "python", | 229 "python", |
| 227 "-u", | 230 "-u", |
| 228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 231 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 229 "--src-dir", | 232 "--src-dir", |
| 230 "[SLAVE_BUILD]/src", | 233 "[SLAVE_BUILD]/src", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 "~followup_annotations": [ | 332 "~followup_annotations": [ |
| 330 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" | 333 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" |
| 331 ] | 334 ] |
| 332 }, | 335 }, |
| 333 { | 336 { |
| 334 "name": "$result", | 337 "name": "$result", |
| 335 "recipe_result": null, | 338 "recipe_result": null, |
| 336 "status_code": 0 | 339 "status_code": 0 |
| 337 } | 340 } |
| 338 ] | 341 ] |
| OLD | NEW |