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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
221 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati
c_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1"
, | 221 "GYP_DEFINES": "branding=Chrome buildtype=Official clang=1 component=stati
c_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1"
, |
222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
223 }, | 223 }, |
224 "name": "gclient runhooks" | 224 "name": "gclient runhooks" |
225 }, | 225 }, |
226 { | 226 { |
227 "cmd": [ | 227 "cmd": [ |
228 "python", | 228 "python", |
229 "-u", | 229 "-u", |
| 230 "[BUILDER_CACHE]\\Win_Clang_Builder\\src\\testing\\scripts\\get_compile_ta
rgets.py", |
| 231 "--output", |
| 232 "/path/to/tmp/json", |
| 233 "--", |
| 234 "--build-config-fs", |
| 235 "Release", |
| 236 "--paths", |
| 237 "{\"checkout\": \"[BUILDER_CACHE]\\\\Win_Clang_Builder\\\\src\", \"runit.p
y\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.p
y\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 238 "--properties", |
| 239 "{\"buildername\": \"Win Clang Builder\", \"buildnumber\": 571, \"masterna
me\": \"chromium.perf.fyi\", \"slavename\": \"TestSlavename\", \"target_platform
\": \"win\"}" |
| 240 ], |
| 241 "name": "get compile targets for scripts", |
| 242 "~followup_annotations": [ |
| 243 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 244 "@@@STEP_LOG_END@json.output@@@" |
| 245 ] |
| 246 }, |
| 247 { |
| 248 "cmd": [ |
| 249 "python", |
| 250 "-u", |
| 251 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 252 "[BUILDER_CACHE]\\Win_Clang_Builder\\src\\testing\\buildbot\\chromium.perf
.fyi.json", |
| 253 "/path/to/tmp/json" |
| 254 ], |
| 255 "name": "read test spec (chromium.perf.fyi.json)", |
| 256 "~followup_annotations": [ |
| 257 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win_Clang_Builder\\src\\testing\\buil
dbot\\chromium.perf.fyi.json@@@", |
| 258 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 259 "@@@STEP_LOG_END@json.output@@@" |
| 260 ] |
| 261 }, |
| 262 { |
| 263 "cmd": [ |
| 264 "python", |
| 265 "-u", |
230 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 266 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
231 "--show-path", | 267 "--show-path", |
232 "python", | 268 "python", |
233 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 269 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
234 ], | 270 ], |
235 "name": "cleanup_temp" | 271 "name": "cleanup_temp" |
236 }, | 272 }, |
237 { | 273 { |
238 "allow_subannotations": true, | 274 "allow_subannotations": true, |
239 "cmd": [ | 275 "cmd": [ |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 441 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
406 }, | 442 }, |
407 "name": "process_dumps" | 443 "name": "process_dumps" |
408 }, | 444 }, |
409 { | 445 { |
410 "name": "$result", | 446 "name": "$result", |
411 "recipe_result": null, | 447 "recipe_result": null, |
412 "status_code": 0 | 448 "status_code": 0 |
413 } | 449 } |
414 ] | 450 ] |
OLD | NEW |