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