| 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 "Chromium Windows Analyze", | 10 "Chromium Windows Analyze", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "gen", | 121 "gen", |
| 122 "-m", | 122 "-m", |
| 123 "chromium.fyi", | 123 "chromium.fyi", |
| 124 "-b", | 124 "-b", |
| 125 "Chromium Windows Analyze", | 125 "Chromium Windows Analyze", |
| 126 "--config-file", | 126 "--config-file", |
| 127 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 127 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 128 "//out/Debug" | 128 "//out/Debug" |
| 129 ], | 129 ], |
| 130 "cwd": "[SLAVE_BUILD]", | 130 "cwd": "[SLAVE_BUILD]", |
| 131 "env": { |
| 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 133 }, |
| 131 "name": "generate_build_files" | 134 "name": "generate_build_files" |
| 132 }, | 135 }, |
| 133 { | 136 { |
| 134 "cmd": [ | 137 "cmd": [ |
| 135 "python", | 138 "python", |
| 136 "-u", | 139 "-u", |
| 137 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 140 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 138 "--show-path", | 141 "--show-path", |
| 139 "python", | 142 "python", |
| 140 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 143 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 162 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 160 }, | 163 }, |
| 161 "name": "compile" | 164 "name": "compile" |
| 162 }, | 165 }, |
| 163 { | 166 { |
| 164 "name": "$result", | 167 "name": "$result", |
| 165 "recipe_result": null, | 168 "recipe_result": null, |
| 166 "status_code": 0 | 169 "status_code": 0 |
| 167 } | 170 } |
| 168 ] | 171 ] |
| OLD | NEW |