| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "GYP_CHROMIUM_NO_ACTION": "1", | 207 "GYP_CHROMIUM_NO_ACTION": "1", |
| 208 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1", | 208 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1", |
| 209 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 209 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 210 }, | 210 }, |
| 211 "name": "gclient runhooks" | 211 "name": "gclient runhooks" |
| 212 }, | 212 }, |
| 213 { | 213 { |
| 214 "cmd": [ | 214 "cmd": [ |
| 215 "python", | 215 "python", |
| 216 "-u", | 216 "-u", |
| 217 "[BUILDER_CACHE]\\winx64_bisect_builder\\src\\testing\\scripts\\get_compil
e_targets.py", |
| 218 "--output", |
| 219 "/path/to/tmp/json", |
| 220 "--", |
| 221 "--build-config-fs", |
| 222 "Release_x64", |
| 223 "--paths", |
| 224 "{\"checkout\": \"[BUILDER_CACHE]\\\\winx64_bisect_builder\\\\src\", \"run
it.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runte
st.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 225 "--properties", |
| 226 "{\"buildername\": \"winx64_bisect_builder\", \"buildnumber\": 571, \"mast
ername\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"targe
t_platform\": \"win\"}" |
| 227 ], |
| 228 "name": "get compile targets for scripts", |
| 229 "~followup_annotations": [ |
| 230 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 231 "@@@STEP_LOG_END@json.output@@@" |
| 232 ] |
| 233 }, |
| 234 { |
| 235 "cmd": [ |
| 236 "python", |
| 237 "-u", |
| 238 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 239 "[BUILDER_CACHE]\\winx64_bisect_builder\\src\\testing\\buildbot\\tryserver
.chromium.perf.json", |
| 240 "/path/to/tmp/json" |
| 241 ], |
| 242 "name": "read test spec (tryserver.chromium.perf.json)", |
| 243 "~followup_annotations": [ |
| 244 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\winx64_bisect_builder\\src\\testing\\
buildbot\\tryserver.chromium.perf.json@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 246 "@@@STEP_LOG_END@json.output@@@" |
| 247 ] |
| 248 }, |
| 249 { |
| 250 "cmd": [ |
| 251 "python", |
| 252 "-u", |
| 217 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 253 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 218 "--show-path", | 254 "--show-path", |
| 219 "python", | 255 "python", |
| 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 256 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 221 ], | 257 ], |
| 222 "name": "cleanup_temp" | 258 "name": "cleanup_temp" |
| 223 }, | 259 }, |
| 224 { | 260 { |
| 225 "cmd": [ | 261 "cmd": [ |
| 226 "python", | 262 "python", |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 395 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 360 }, | 396 }, |
| 361 "name": "process_dumps" | 397 "name": "process_dumps" |
| 362 }, | 398 }, |
| 363 { | 399 { |
| 364 "name": "$result", | 400 "name": "$result", |
| 365 "recipe_result": null, | 401 "recipe_result": null, |
| 366 "status_code": 0 | 402 "status_code": 0 |
| 367 } | 403 } |
| 368 ] | 404 ] |
| OLD | NEW |