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