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]\\Win_x64_Builder\\src\\testing\\scripts\\get_compile_targ
ets.py", |
| 218 "--output", |
| 219 "/path/to/tmp/json", |
| 220 "--", |
| 221 "--build-config-fs", |
| 222 "Release_x64", |
| 223 "--paths", |
| 224 "{\"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\"}", |
| 225 "--properties", |
| 226 "{\"buildername\": \"Win x64 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_x64_Builder\\src\\testing\\buildbot\\chromium.perf.j
son", |
| 240 "/path/to/tmp/json" |
| 241 ], |
| 242 "name": "read test spec (chromium.perf.json)", |
| 243 "~followup_annotations": [ |
| 244 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\Win_x64_Builder\\src\\testing\\buildb
ot\\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 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 1283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
1248 }, | 1284 }, |
1249 "name": "process_dumps" | 1285 "name": "process_dumps" |
1250 }, | 1286 }, |
1251 { | 1287 { |
1252 "name": "$result", | 1288 "name": "$result", |
1253 "recipe_result": null, | 1289 "recipe_result": null, |
1254 "status_code": 0 | 1290 "status_code": 0 |
1255 } | 1291 } |
1256 ] | 1292 ] |
OLD | NEW |