|
86 | 86 | tests/post-install.sh |
87 | 87 | tests/check-headers.sh |
88 | 88 |
|
| 89 | + - name: Cleanup test artifacts |
| 90 | + if: always() |
| 91 | + run: | |
| 92 | + pkill -9 xrootd || true |
| 93 | + pkill -9 xrdfs || true |
| 94 | + rm -rf /tmp/xrootd* || true |
| 95 | + rm -rf /tmp/err.txt || true |
| 96 | +
|
89 | 97 | alma8: |
90 | 98 | name: Alma 8 |
91 | 99 | runs-on: ubuntu-latest |
@@ -123,6 +131,14 @@ jobs: |
123 | 131 | tests/post-install.sh |
124 | 132 | tests/check-headers.sh |
125 | 133 |
|
| 134 | + - name: Cleanup test artifacts |
| 135 | + if: always() |
| 136 | + run: | |
| 137 | + pkill -9 xrootd || true |
| 138 | + pkill -9 xrdfs || true |
| 139 | + rm -rf /tmp/xrootd* || true |
| 140 | + rm -rf /tmp/err.txt || true |
| 141 | +
|
126 | 142 | alma9: |
127 | 143 | name: Alma 9 |
128 | 144 | runs-on: ubuntu-latest |
@@ -159,6 +175,14 @@ jobs: |
159 | 175 | tests/post-install.sh |
160 | 176 | tests/check-headers.sh |
161 | 177 |
|
| 178 | + - name: Cleanup test artifacts |
| 179 | + if: always() |
| 180 | + run: | |
| 181 | + pkill -9 xrootd || true |
| 182 | + pkill -9 xrdfs || true |
| 183 | + rm -rf /tmp/xrootd* || true |
| 184 | + rm -rf /tmp/err.txt || true |
| 185 | +
|
162 | 186 | alma10: |
163 | 187 | name: Alma 10 |
164 | 188 | runs-on: ubuntu-latest |
@@ -195,6 +219,14 @@ jobs: |
195 | 219 | tests/post-install.sh |
196 | 220 | tests/check-headers.sh |
197 | 221 |
|
| 222 | + - name: Cleanup test artifacts |
| 223 | + if: always() |
| 224 | + run: | |
| 225 | + pkill -9 xrootd || true |
| 226 | + pkill -9 xrdfs || true |
| 227 | + rm -rf /tmp/xrootd* || true |
| 228 | + rm -rf /tmp/err.txt || true |
| 229 | +
|
198 | 230 | fedora: |
199 | 231 | name: Fedora |
200 | 232 | runs-on: ubuntu-latest |
@@ -238,6 +270,14 @@ jobs: |
238 | 270 | tests/post-install.sh |
239 | 271 | tests/check-headers.sh |
240 | 272 |
|
| 273 | + - name: Cleanup test artifacts |
| 274 | + if: always() |
| 275 | + run: | |
| 276 | + pkill -9 xrootd || true |
| 277 | + pkill -9 xrdfs || true |
| 278 | + rm -rf /tmp/xrootd* || true |
| 279 | + rm -rf /tmp/err.txt || true |
| 280 | +
|
241 | 281 | ubuntu: |
242 | 282 | name: Ubuntu |
243 | 283 |
|
@@ -287,6 +327,14 @@ jobs: |
287 | 327 | tests/post-install.sh |
288 | 328 | tests/check-headers.sh |
289 | 329 |
|
| 330 | + - name: Cleanup test artifacts |
| 331 | + if: always() |
| 332 | + run: | |
| 333 | + pkill -9 xrootd || true |
| 334 | + pkill -9 xrdfs || true |
| 335 | + rm -rf /tmp/xrootd* || true |
| 336 | + rm -rf /tmp/err.txt || true |
| 337 | +
|
290 | 338 | macos: |
291 | 339 | name: macOS |
292 | 340 | runs-on: macos-26 |
@@ -320,3 +368,11 @@ jobs: |
320 | 368 | export PYVERSION=$(python3 --version | grep -o 3...) |
321 | 369 | export PYTHONPATH=/usr/local/lib/python${PYVERSION}/site-packages |
322 | 370 | tests/post-install.sh |
| 371 | +
|
| 372 | + - name: Cleanup test artifacts |
| 373 | + if: always() |
| 374 | + run: | |
| 375 | + pkill -9 xrootd || true |
| 376 | + pkill -9 xrdfs || true |
| 377 | + rm -rf /tmp/xrootd* || true |
| 378 | + rm -rf /tmp/err.txt || true |
0 commit comments