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 Coverage", | 96 "Syzygy Coverage", |
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_Coverage.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 21 matching lines...) Expand all Loading... |
132 "~followup_annotations": [ | 134 "~followup_annotations": [ |
133 "@@@STEP_LINK@coverage_report@https://syzygy-archive.commondatastorage.goo
gleapis.com/builds/coverage/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/index.html@
@@" | 135 "@@@STEP_LINK@coverage_report@https://syzygy-archive.commondatastorage.goo
gleapis.com/builds/coverage/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/index.html@
@@" |
134 ] | 136 ] |
135 }, | 137 }, |
136 { | 138 { |
137 "name": "$result", | 139 "name": "$result", |
138 "recipe_result": null, | 140 "recipe_result": null, |
139 "status_code": 0 | 141 "status_code": 0 |
140 } | 142 } |
141 ] | 143 ] |
OLD | NEW |