| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 "gen", | 142 "gen", |
| 143 "-m", | 143 "-m", |
| 144 "chromium.lkgr", | 144 "chromium.lkgr", |
| 145 "-b", | 145 "-b", |
| 146 "Win SyzyASAN LKGR", | 146 "Win SyzyASAN LKGR", |
| 147 "--config-file", | 147 "--config-file", |
| 148 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 148 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 149 "//out/Release" | 149 "//out/Release" |
| 150 ], | 150 ], |
| 151 "cwd": "[SLAVE_BUILD]", | 151 "cwd": "[SLAVE_BUILD]", |
| 152 "env": { |
| 153 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 154 }, |
| 152 "name": "generate_build_files" | 155 "name": "generate_build_files" |
| 153 }, | 156 }, |
| 154 { | 157 { |
| 155 "cmd": [ | 158 "cmd": [ |
| 156 "python", | 159 "python", |
| 157 "-u", | 160 "-u", |
| 158 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 161 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 159 "--show-path", | 162 "--show-path", |
| 160 "python", | 163 "python", |
| 161 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 164 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 263 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 261 "@@@STEP_LOG_END@python.inline@@@" | 264 "@@@STEP_LOG_END@python.inline@@@" |
| 262 ] | 265 ] |
| 263 }, | 266 }, |
| 264 { | 267 { |
| 265 "name": "$result", | 268 "name": "$result", |
| 266 "recipe_result": null, | 269 "recipe_result": null, |
| 267 "status_code": 0 | 270 "status_code": 0 |
| 268 } | 271 } |
| 269 ] | 272 ] |
| OLD | NEW |