| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 { | 148 { |
| 149 "cmd": [ | 149 "cmd": [ |
| 150 "python", | 150 "python", |
| 151 "-u", | 151 "-u", |
| 152 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 152 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 153 "runhooks" | 153 "runhooks" |
| 154 ], | 154 ], |
| 155 "cwd": "[SLAVE_BUILD]\\v8", | 155 "cwd": "[SLAVE_BUILD]\\v8", |
| 156 "env": { | 156 "env": { |
| 157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 157 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 158 "GYP_CHROMIUM_NO_ACTION": "1", |
| 158 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_
target_arch=x64", | 159 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[CACHE]\\cipd\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_
target_arch=x64", |
| 159 "GYP_GENERATORS": "ninja", | 160 "GYP_GENERATORS": "ninja", |
| 160 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 161 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 161 }, | 162 }, |
| 162 "name": "gclient runhooks" | 163 "name": "gclient runhooks" |
| 163 }, | 164 }, |
| 164 { | 165 { |
| 165 "cmd": [ | 166 "cmd": [ |
| 166 "python", | 167 "python", |
| 167 "-u", | 168 "-u", |
| 168 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 169 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 169 "--show-path", | 170 "--show-path", |
| 170 "python", | 171 "python", |
| 171 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 172 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 172 ], | 173 ], |
| 173 "name": "cleanup_temp" | 174 "name": "cleanup_temp" |
| 174 }, | 175 }, |
| 175 { | 176 { |
| 176 "cmd": [ | 177 "cmd": [ |
| 177 "python", | 178 "python", |
| 178 "-u", | 179 "-u", |
| 180 "[SLAVE_BUILD]\\v8\\tools\\mb\\mb.py", |
| 181 "gen", |
| 182 "-m", |
| 183 "tryserver.v8", |
| 184 "-b", |
| 185 "v8_win64_rel_ng", |
| 186 "--config-file", |
| 187 "[SLAVE_BUILD]\\v8\\infra\\mb\\mb_config.pyl", |
| 188 "--goma-dir", |
| 189 "[CACHE]\\cipd\\goma", |
| 190 "--gyp-script=gypfiles\\gyp_v8", |
| 191 "//out/Release_x64" |
| 192 ], |
| 193 "env": { |
| 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 195 }, |
| 196 "name": "generate_build_files", |
| 197 "stdout": "/path/to/tmp/", |
| 198 "~followup_annotations": [ |
| 199 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 200 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 201 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 202 "@@@STEP_LOG_END@stdout@@@", |
| 203 "@@@STEP_LOG_LINE@diff@+ cool_flag: a=1@@@", |
| 204 "@@@STEP_LOG_LINE@diff@- chromium_win_pch: 0@@@", |
| 205 "@@@STEP_LOG_LINE@diff@- dcheck_always_on: 1@@@", |
| 206 "@@@STEP_LOG_LINE@diff@- fastbuild: 1@@@", |
| 207 "@@@STEP_LOG_LINE@diff@- gomadir: '[CACHE]\\cipd\\goma'@@@", |
| 208 "@@@STEP_LOG_LINE@diff@ target_arch: x64@@@", |
| 209 "@@@STEP_LOG_LINE@diff@- test_isolation_mode: prepare@@@", |
| 210 "@@@STEP_LOG_LINE@diff@- use_goma: 1@@@", |
| 211 "@@@STEP_LOG_END@diff@@@", |
| 212 "@@@STEP_WARNINGS@@@" |
| 213 ] |
| 214 }, |
| 215 { |
| 216 "cmd": [ |
| 217 "python", |
| 218 "-u", |
| 179 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 219 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 180 "--show-path", | 220 "--show-path", |
| 181 "python", | 221 "python", |
| 182 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 222 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 183 "--gsutil-py-path", | 223 "--gsutil-py-path", |
| 184 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 224 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 185 "--ninja-path", | 225 "--ninja-path", |
| 186 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 226 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 187 "--target", | 227 "--target", |
| 188 "Release_x64", | 228 "Release_x64", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "~followup_annotations": [ | 314 "~followup_annotations": [ |
| 275 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" | 315 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" |
| 276 ] | 316 ] |
| 277 }, | 317 }, |
| 278 { | 318 { |
| 279 "name": "$result", | 319 "name": "$result", |
| 280 "recipe_result": null, | 320 "recipe_result": null, |
| 281 "status_code": 0 | 321 "status_code": 0 |
| 282 } | 322 } |
| 283 ] | 323 ] |
| OLD | NEW |