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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 "--src-dir", | 288 "--src-dir", |
289 "[BUILDER_CACHE]\\Win_10_Fast_Ring\\src", | 289 "[BUILDER_CACHE]\\Win_10_Fast_Ring\\src", |
290 "--goma-cache-dir", | 290 "--goma-cache-dir", |
291 "[GOMA_CACHE]", | 291 "[GOMA_CACHE]", |
292 "--buildbot-buildername", | 292 "--buildbot-buildername", |
293 "Win 10 Fast Ring", | 293 "Win 10 Fast Ring", |
294 "--buildbot-mastername", | 294 "--buildbot-mastername", |
295 "chromium.fyi", | 295 "chromium.fyi", |
296 "--buildbot-slavename", | 296 "--buildbot-slavename", |
297 "TestSlavename", | 297 "TestSlavename", |
298 "--goma-deps-cache-dir", | 298 "--goma-deps-cache-file", |
299 "[GOMA_DEPS_CACHE]", | 299 "Win_10_Fast_Ring.gomadeps", |
300 "--build-data-dir", | 300 "--build-data-dir", |
301 "[ROOT]\\build_data_dir", | 301 "[ROOT]\\build_data_dir", |
302 "--compiler", | 302 "--compiler", |
303 "goma", | 303 "goma", |
304 "--goma-jsonstatus", | 304 "--goma-jsonstatus", |
305 "/path/to/tmp/json", | 305 "/path/to/tmp/json", |
306 "--goma-service-account-json-file", | 306 "--goma-service-account-json-file", |
307 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 307 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
308 "--goma-dir", | 308 "--goma-dir", |
309 "[CACHE]\\cipd\\goma", | 309 "[CACHE]\\cipd\\goma", |
310 "--", | 310 "--", |
311 "All", | 311 "All", |
312 "chromium_builder_tests" | 312 "chromium_builder_tests" |
313 ], | 313 ], |
314 "env": { | 314 "env": { |
315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
316 }, | 316 }, |
317 "name": "compile", | 317 "name": "compile", |
318 "~followup_annotations": [ | 318 "~followup_annotations": [ |
319 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 319 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
320 "@@@STEP_LOG_END@json.output (invalid)@@@" | 320 "@@@STEP_LOG_END@json.output (invalid)@@@" |
321 ] | 321 ] |
322 }, | 322 }, |
323 { | 323 { |
324 "name": "$result", | 324 "name": "$result", |
325 "recipe_result": null, | 325 "recipe_result": null, |
326 "status_code": 0 | 326 "status_code": 0 |
327 } | 327 } |
328 ] | 328 ] |
OLD | NEW |