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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 "--src-dir", | 340 "--src-dir", |
341 "[BUILDER_CACHE]\\win\\src", | 341 "[BUILDER_CACHE]\\win\\src", |
342 "--goma-cache-dir", | 342 "--goma-cache-dir", |
343 "[GOMA_CACHE]", | 343 "[GOMA_CACHE]", |
344 "--buildbot-buildername", | 344 "--buildbot-buildername", |
345 "Win Builder", | 345 "Win Builder", |
346 "--buildbot-mastername", | 346 "--buildbot-mastername", |
347 "chromium.win", | 347 "chromium.win", |
348 "--buildbot-slavename", | 348 "--buildbot-slavename", |
349 "TestSlavename", | 349 "TestSlavename", |
350 "--goma-deps-cache-dir", | 350 "--goma-deps-cache-file", |
351 "[GOMA_DEPS_CACHE]", | 351 "Win_Builder.gomadeps", |
352 "--build-data-dir", | 352 "--build-data-dir", |
353 "[ROOT]\\build_data_dir", | 353 "[ROOT]\\build_data_dir", |
354 "--compiler", | 354 "--compiler", |
355 "goma", | 355 "goma", |
356 "--goma-jsonstatus", | 356 "--goma-jsonstatus", |
357 "/path/to/tmp/json", | 357 "/path/to/tmp/json", |
358 "--goma-service-account-json-file", | 358 "--goma-service-account-json-file", |
359 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 359 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
360 "--goma-dir", | 360 "--goma-dir", |
361 "[CACHE]\\cipd\\goma", | 361 "[CACHE]\\cipd\\goma", |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 "~followup_annotations": [ | 483 "~followup_annotations": [ |
484 "@@@STEP_TEXT@Win7 (32) Tests<br />Win7 Tests (1)@@@" | 484 "@@@STEP_TEXT@Win7 (32) Tests<br />Win7 Tests (1)@@@" |
485 ] | 485 ] |
486 }, | 486 }, |
487 { | 487 { |
488 "name": "$result", | 488 "name": "$result", |
489 "recipe_result": null, | 489 "recipe_result": null, |
490 "status_code": 0 | 490 "status_code": 0 |
491 } | 491 } |
492 ] | 492 ] |
OLD | NEW |