Commit 7981eb8
committed
ci: run hw-coord on per-node runners; source Vivado settings64.sh
Previously hw-coord ran on the coordinator host (lbvm), but lbvm
doesn't have Vivado installed. XSA-pipeline tests that depend on
`sdtgen` therefore pytest-skipped silently — the matrix looked
green but tests weren't actually exercising any XSA logic on
bq/mini2.
Relocate hw-coord to the per-node self-hosted runners (same
`hw-<place>` label as hw-direct), where Vivado 2025.1 is available
at /tools/Xilinx/2025.1/. Source settings64.sh before pytest in
both hw-direct and hw-coord so sdtgen / xsct / xsdb are on PATH
regardless of the runner service's login-shell setup. Use
labgrid-client from the per-node adidt-venv (labgrid is a
transitive dep) so we don't need a separate labgrid-venv on each
runner.
The hw-coordinator runner now only carries the preflight job.1 parent b824416 commit 7981eb8
2 files changed
Lines changed: 28 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
143 | 147 | | |
144 | 148 | | |
145 | 149 | | |
| |||
152 | 156 | | |
153 | 157 | | |
154 | 158 | | |
155 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
156 | 164 | | |
157 | 165 | | |
158 | 166 | | |
| |||
180 | 188 | | |
181 | 189 | | |
182 | 190 | | |
183 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
184 | 194 | | |
185 | 195 | | |
186 | 196 | | |
| |||
189 | 199 | | |
190 | 200 | | |
191 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
192 | 208 | | |
193 | 209 | | |
194 | 210 | | |
| |||
198 | 214 | | |
199 | 215 | | |
200 | 216 | | |
201 | | - | |
| 217 | + | |
202 | 218 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
0 commit comments