| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 { | 142 { |
| 143 "cmd": [ | 143 "cmd": [ |
| 144 "python", | 144 "python", |
| 145 "-u", | 145 "-u", |
| 146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 146 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 147 "runhooks" | 147 "runhooks" |
| 148 ], | 148 ], |
| 149 "cwd": "[SLAVE_BUILD]\\v8", | 149 "cwd": "[SLAVE_BUILD]\\v8", |
| 150 "env": { | 150 "env": { |
| 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 152 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 153 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[CACHE]\\cipd\\gom
a' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32", | 152 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[CACHE]\\cipd\\gom
a' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32", |
| 154 "GYP_GENERATORS": "ninja", | 153 "GYP_GENERATORS": "ninja", |
| 155 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 154 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 156 }, | 155 }, |
| 157 "name": "gclient runhooks" | 156 "name": "gclient runhooks" |
| 158 }, | 157 }, |
| 159 { | 158 { |
| 160 "cmd": [ | 159 "cmd": [ |
| 161 "python", | 160 "python", |
| 162 "-u", | 161 "-u", |
| 163 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 162 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 164 "--show-path", | 163 "--show-path", |
| 165 "python", | 164 "python", |
| 166 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 165 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 167 ], | 166 ], |
| 168 "name": "cleanup_temp" | 167 "name": "cleanup_temp" |
| 169 }, | 168 }, |
| 170 { | 169 { |
| 171 "cmd": [ | 170 "cmd": [ |
| 172 "python", | |
| 173 "-u", | |
| 174 "[SLAVE_BUILD]\\v8\\tools\\mb\\mb.py", | |
| 175 "gen", | |
| 176 "-m", | |
| 177 "client.v8", | |
| 178 "-b", | |
| 179 "V8 Win32 - builder", | |
| 180 "--config-file", | |
| 181 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", | |
| 182 "--goma-dir", | |
| 183 "[CACHE]\\cipd\\goma", | |
| 184 "--gyp-script=gypfiles\\gyp_v8", | |
| 185 "//out/Release" | |
| 186 ], | |
| 187 "env": { | |
| 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | |
| 189 }, | |
| 190 "name": "generate_build_files", | |
| 191 "stdout": "/path/to/tmp/", | |
| 192 "~followup_annotations": [ | |
| 193 "@@@STEP_LOG_LINE@stdout@some line@@@", | |
| 194 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | |
| 195 "@@@STEP_LOG_LINE@stdout@moar@@@", | |
| 196 "@@@STEP_LOG_END@stdout@@@", | |
| 197 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@", | |
| 198 "@@@STEP_LOG_LINE@diff@- chromium_win_pch: 0@@@", | |
| 199 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@", | |
| 200 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@", | |
| 201 "@@@STEP_LOG_LINE@diff@- target_arch: ia32@@@", | |
| 202 "@@@STEP_LOG_LINE@diff@? ^^^^@@@", | |
| 203 "@@@STEP_LOG_LINE@diff@+ target_arch: x64@@@", | |
| 204 "@@@STEP_LOG_LINE@diff@? ^^^@@@", | |
| 205 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@", | |
| 206 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@", | |
| 207 "@@@STEP_LOG_END@diff@@@", | |
| 208 "@@@STEP_WARNINGS@@@" | |
| 209 ] | |
| 210 }, | |
| 211 { | |
| 212 "cmd": [ | |
| 213 "python", | 171 "python", |
| 214 "-u", | 172 "-u", |
| 215 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 173 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 216 "--show-path", | 174 "--show-path", |
| 217 "python", | 175 "python", |
| 218 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 176 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 219 "--gsutil-py-path", | 177 "--gsutil-py-path", |
| 220 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 178 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 221 "--ninja-path", | 179 "--ninja-path", |
| 222 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 180 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 "~followup_annotations": [ | 301 "~followup_annotations": [ |
| 344 "@@@STEP_TEXT@V8 Win32@@@" | 302 "@@@STEP_TEXT@V8 Win32@@@" |
| 345 ] | 303 ] |
| 346 }, | 304 }, |
| 347 { | 305 { |
| 348 "name": "$result", | 306 "name": "$result", |
| 349 "recipe_result": null, | 307 "recipe_result": null, |
| 350 "status_code": 0 | 308 "status_code": 0 |
| 351 } | 309 } |
| 352 ] | 310 ] |
| OLD | NEW |