| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 "--gsutil-py-path", | 92 "--gsutil-py-path", |
| 93 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 93 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 94 "--ninja-path", | 94 "--ninja-path", |
| 95 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 95 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 96 "--target", | 96 "--target", |
| 97 "Debug", | 97 "Debug", |
| 98 "--src-dir", | 98 "--src-dir", |
| 99 "[SLAVE_BUILD]\\src", | 99 "[SLAVE_BUILD]\\src", |
| 100 "--goma-cache-dir", | 100 "--goma-cache-dir", |
| 101 "[GOMA_CACHE]", | 101 "[GOMA_CACHE]", |
| 102 "--buildbot-buildername", |
| 103 "Syzygy Debug", |
| 104 "--buildbot-mastername", |
| 105 "master.client.syzygy", |
| 106 "--buildbot-slavename", |
| 107 "vm331-m3", |
| 102 "--ninja-ensure-up-to-date", | 108 "--ninja-ensure-up-to-date", |
| 103 "--", | 109 "--", |
| 104 "build_all" | 110 "build_all" |
| 105 ], | 111 ], |
| 106 "env": { | 112 "env": { |
| 107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 113 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 108 }, | 114 }, |
| 109 "name": "compile" | 115 "name": "compile" |
| 110 }, | 116 }, |
| 111 { | 117 { |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 "~followup_annotations": [ | 225 "~followup_annotations": [ |
| 220 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.
com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/debu
g.csv/@@@" | 226 "@@@STEP_LINK@archive@https://syzygy-archive.commondatastorage.googleapis.
com/index.html?path=builds/metrics/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/debu
g.csv/@@@" |
| 221 ] | 227 ] |
| 222 }, | 228 }, |
| 223 { | 229 { |
| 224 "name": "$result", | 230 "name": "$result", |
| 225 "recipe_result": null, | 231 "recipe_result": null, |
| 226 "status_code": 0 | 232 "status_code": 0 |
| 227 } | 233 } |
| 228 ] | 234 ] |
| OLD | NEW |