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=ia32 use_goma=1", | 208 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 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]\\Win_Builder\\src\\testing\\scripts\\get_compile_targets.
py", |
| 218 "--output", |
| 219 "/path/to/tmp/json", |
| 220 "--", |
| 221 "--build-config-fs", |
| 222 "Release", |
| 223 "--paths", |
| 224 "{\"checkout\": \"[BUILDER_CACHE]\\\\Win_Builder\\\\src\", \"runit.py\": \
"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \
"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 225 "--properties", |
| 226 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\":
\"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_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]\\Win_Builder\\src\\testing\\buildbot\\chromium.perf.json"
, |
| 240 "/path/to/tmp/json" |
| 241 ], |
| 242 "name": "read test spec (chromium.perf.json)", |
| 243 "~followup_annotations": [ |
| 244 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win_Builder\\src\\testing\\buildbot\\
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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 503 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
468 }, | 504 }, |
469 "name": "process_dumps" | 505 "name": "process_dumps" |
470 }, | 506 }, |
471 { | 507 { |
472 "name": "$result", | 508 "name": "$result", |
473 "recipe_result": null, | 509 "recipe_result": null, |
474 "status_code": 0 | 510 "status_code": 0 |
475 } | 511 } |
476 ] | 512 ] |
OLD | NEW |