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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 "--src-dir", | 370 "--src-dir", |
371 "[BUILDER_CACHE]\\win_clang\\src", | 371 "[BUILDER_CACHE]\\win_clang\\src", |
372 "--goma-cache-dir", | 372 "--goma-cache-dir", |
373 "[GOMA_CACHE]", | 373 "[GOMA_CACHE]", |
374 "--buildbot-buildername", | 374 "--buildbot-buildername", |
375 "CrWinClang64", | 375 "CrWinClang64", |
376 "--buildbot-mastername", | 376 "--buildbot-mastername", |
377 "chromium.fyi", | 377 "chromium.fyi", |
378 "--buildbot-slavename", | 378 "--buildbot-slavename", |
379 "TestSlavename", | 379 "TestSlavename", |
380 "--goma-deps-cache-dir", | 380 "--goma-deps-cache-file", |
381 "[GOMA_DEPS_CACHE]", | 381 "CrWinClang64.gomadeps", |
382 "--build-data-dir", | 382 "--build-data-dir", |
383 "[ROOT]\\build_data_dir", | 383 "[ROOT]\\build_data_dir", |
384 "--compiler", | 384 "--compiler", |
385 "goma-clang", | 385 "goma-clang", |
386 "--goma-jsonstatus", | 386 "--goma-jsonstatus", |
387 "/path/to/tmp/json", | 387 "/path/to/tmp/json", |
388 "--goma-service-account-json-file", | 388 "--goma-service-account-json-file", |
389 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 389 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
390 "--mode", | 390 "--mode", |
391 "official", | 391 "official", |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 "~followup_annotations": [ | 491 "~followup_annotations": [ |
492 "@@@STEP_TEXT@CrWinClang64 tester@@@" | 492 "@@@STEP_TEXT@CrWinClang64 tester@@@" |
493 ] | 493 ] |
494 }, | 494 }, |
495 { | 495 { |
496 "name": "$result", | 496 "name": "$result", |
497 "recipe_result": null, | 497 "recipe_result": null, |
498 "status_code": 0 | 498 "status_code": 0 |
499 } | 499 } |
500 ] | 500 ] |
OLD | NEW |