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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 "GYP_CHROMIUM_NO_ACTION": "1", | 202 "GYP_CHROMIUM_NO_ACTION": "1", |
203 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1", | 203 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1", |
204 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 204 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
205 }, | 205 }, |
206 "name": "gclient runhooks" | 206 "name": "gclient runhooks" |
207 }, | 207 }, |
208 { | 208 { |
209 "cmd": [ | 209 "cmd": [ |
210 "python", | 210 "python", |
211 "-u", | 211 "-u", |
| 212 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\testing\\scripts\\get_compile_targ
ets.py", |
| 213 "--output", |
| 214 "/path/to/tmp/json", |
| 215 "--", |
| 216 "--build-config-fs", |
| 217 "Release_x64", |
| 218 "--paths", |
| 219 "{\"checkout\": \"[BUILDER_CACHE]\\\\Win_x64_Builder\\\\src\", \"runit.py\
": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\
": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 220 "--properties", |
| 221 "{\"buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername
\": \"chromium.perf\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
win\"}" |
| 222 ], |
| 223 "name": "get compile targets for scripts", |
| 224 "~followup_annotations": [ |
| 225 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 226 "@@@STEP_LOG_END@json.output@@@" |
| 227 ] |
| 228 }, |
| 229 { |
| 230 "cmd": [ |
| 231 "python", |
| 232 "-u", |
| 233 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 234 "[BUILDER_CACHE]\\Win_x64_Builder\\src\\testing\\buildbot\\chromium.perf.j
son", |
| 235 "/path/to/tmp/json" |
| 236 ], |
| 237 "name": "read test spec (chromium.perf.json)", |
| 238 "~followup_annotations": [ |
| 239 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win_x64_Builder\\src\\testing\\buildb
ot\\chromium.perf.json@@@", |
| 240 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 241 "@@@STEP_LOG_END@json.output@@@" |
| 242 ] |
| 243 }, |
| 244 { |
| 245 "cmd": [ |
| 246 "python", |
| 247 "-u", |
212 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 248 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
213 "--show-path", | 249 "--show-path", |
214 "python", | 250 "python", |
215 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 251 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
216 ], | 252 ], |
217 "name": "cleanup_temp" | 253 "name": "cleanup_temp" |
218 }, | 254 }, |
219 { | 255 { |
220 "cmd": [ | 256 "cmd": [ |
221 "python", | 257 "python", |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1072 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 1108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
1073 }, | 1109 }, |
1074 "name": "process_dumps" | 1110 "name": "process_dumps" |
1075 }, | 1111 }, |
1076 { | 1112 { |
1077 "name": "$result", | 1113 "name": "$result", |
1078 "recipe_result": null, | 1114 "recipe_result": null, |
1079 "status_code": 0 | 1115 "status_code": 0 |
1080 } | 1116 } |
1081 ] | 1117 ] |
OLD | NEW |