Commit 82fead9
ci(e2e-autotest): add Linux to the runner matrix
The e2e-test job was hard-coded to `runs-on: windows-latest` even though
the autotest framework and the platformMap in this workflow were already
written to be OS-aware. This change wires the matrix axis through so we
exercise every plan on both Windows and Linux on every PR / schedule run.
Changes:
* matrix.os = [windows-latest, ubuntu-latest]; runs-on uses it
* JDK 25 step is now cross-platform pwsh (junction on Windows,
symlink to /opt/jdk-25 on Linux, plus an in-place rewrite of the
Windows-style java.jdt.ls.java.home in the java25 plan)
* New `Setup virtual display (Linux)` step installs xvfb and
exports DISPLAY=:99 before the autotest CLI launches VS Code
(the autotest framework does not spawn Xvfb itself)
* Artifact name suffix: results-<plan>-<os> so Windows and Linux
results don't collide
* analyze.organize-results: preserve the <plan>-<os> suffix so the
aggregate report keeps Windows and Linux runs distinct
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5ec3f2b commit 82fead9
1 file changed
Lines changed: 34 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
120 | | - | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
124 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
125 | 139 | | |
126 | 140 | | |
127 | 141 | | |
| |||
132 | 146 | | |
133 | 147 | | |
134 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
135 | 160 | | |
136 | 161 | | |
137 | 162 | | |
| |||
217 | 242 | | |
218 | 243 | | |
219 | 244 | | |
220 | | - | |
| 245 | + | |
221 | 246 | | |
222 | 247 | | |
223 | 248 | | |
| |||
246 | 271 | | |
247 | 272 | | |
248 | 273 | | |
| 274 | + | |
| 275 | + | |
249 | 276 | | |
| 277 | + | |
| 278 | + | |
250 | 279 | | |
251 | | - | |
252 | | - | |
| 280 | + | |
253 | 281 | | |
254 | 282 | | |
255 | 283 | | |
| |||
0 commit comments