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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 "--src-dir", | 341 "--src-dir", |
342 "[BUILDER_CACHE]\\win\\src", | 342 "[BUILDER_CACHE]\\win\\src", |
343 "--goma-cache-dir", | 343 "--goma-cache-dir", |
344 "[GOMA_CACHE]", | 344 "[GOMA_CACHE]", |
345 "--buildbot-buildername", | 345 "--buildbot-buildername", |
346 "Win Builder-Trybot", | 346 "Win Builder-Trybot", |
347 "--buildbot-mastername", | 347 "--buildbot-mastername", |
348 "client.skia", | 348 "client.skia", |
349 "--buildbot-slavename", | 349 "--buildbot-slavename", |
350 "TestSlavename", | 350 "TestSlavename", |
351 "--goma-deps-cache-dir", | 351 "--goma-deps-cache-file", |
352 "[GOMA_DEPS_CACHE]", | 352 "Win_Builder_Trybot.gomadeps", |
353 "--build-data-dir", | 353 "--build-data-dir", |
354 "[ROOT]\\build_data_dir", | 354 "[ROOT]\\build_data_dir", |
355 "--compiler", | 355 "--compiler", |
356 "goma", | 356 "goma", |
357 "--goma-jsonstatus", | 357 "--goma-jsonstatus", |
358 "/path/to/tmp/json", | 358 "/path/to/tmp/json", |
359 "--goma-service-account-json-file", | 359 "--goma-service-account-json-file", |
360 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 360 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
361 "--goma-dir", | 361 "--goma-dir", |
362 "[CACHE]\\cipd\\goma", | 362 "[CACHE]\\cipd\\goma", |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 "~followup_annotations": [ | 467 "~followup_annotations": [ |
468 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" | 468 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" |
469 ] | 469 ] |
470 }, | 470 }, |
471 { | 471 { |
472 "name": "$result", | 472 "name": "$result", |
473 "recipe_result": null, | 473 "recipe_result": null, |
474 "status_code": 0 | 474 "status_code": 0 |
475 } | 475 } |
476 ] | 476 ] |
OLD | NEW |