|
88 | 88 | tests/post-install.sh |
89 | 89 | tests/check-headers.sh |
90 | 90 |
|
| 91 | + - name: Cleanup test artifacts |
| 92 | + if: always() |
| 93 | + run: | |
| 94 | + pkill -9 xrootd || true |
| 95 | + pkill -9 xrdfs || true |
| 96 | + rm -rf /tmp/xrootd* || true |
| 97 | + rm -rf /tmp/err.txt || true |
| 98 | +
|
91 | 99 | alma8: |
92 | 100 | name: Alma 8 |
93 | 101 | runs-on: ubuntu-latest |
@@ -125,6 +133,14 @@ jobs: |
125 | 133 | tests/post-install.sh |
126 | 134 | tests/check-headers.sh |
127 | 135 |
|
| 136 | + - name: Cleanup test artifacts |
| 137 | + if: always() |
| 138 | + run: | |
| 139 | + pkill -9 xrootd || true |
| 140 | + pkill -9 xrdfs || true |
| 141 | + rm -rf /tmp/xrootd* || true |
| 142 | + rm -rf /tmp/err.txt || true |
| 143 | +
|
128 | 144 | alma9: |
129 | 145 | name: Alma 9 |
130 | 146 | runs-on: ubuntu-latest |
@@ -161,6 +177,14 @@ jobs: |
161 | 177 | tests/post-install.sh |
162 | 178 | tests/check-headers.sh |
163 | 179 |
|
| 180 | + - name: Cleanup test artifacts |
| 181 | + if: always() |
| 182 | + run: | |
| 183 | + pkill -9 xrootd || true |
| 184 | + pkill -9 xrdfs || true |
| 185 | + rm -rf /tmp/xrootd* || true |
| 186 | + rm -rf /tmp/err.txt || true |
| 187 | +
|
164 | 188 | alma10: |
165 | 189 | name: Alma 10 |
166 | 190 | runs-on: ubuntu-latest |
@@ -197,6 +221,14 @@ jobs: |
197 | 221 | tests/post-install.sh |
198 | 222 | tests/check-headers.sh |
199 | 223 |
|
| 224 | + - name: Cleanup test artifacts |
| 225 | + if: always() |
| 226 | + run: | |
| 227 | + pkill -9 xrootd || true |
| 228 | + pkill -9 xrdfs || true |
| 229 | + rm -rf /tmp/xrootd* || true |
| 230 | + rm -rf /tmp/err.txt || true |
| 231 | +
|
200 | 232 | fedora: |
201 | 233 | name: Fedora |
202 | 234 | runs-on: ubuntu-latest |
@@ -240,6 +272,14 @@ jobs: |
240 | 272 | tests/post-install.sh |
241 | 273 | tests/check-headers.sh |
242 | 274 |
|
| 275 | + - name: Cleanup test artifacts |
| 276 | + if: always() |
| 277 | + run: | |
| 278 | + pkill -9 xrootd || true |
| 279 | + pkill -9 xrdfs || true |
| 280 | + rm -rf /tmp/xrootd* || true |
| 281 | + rm -rf /tmp/err.txt || true |
| 282 | +
|
243 | 283 | ubuntu: |
244 | 284 | name: Ubuntu |
245 | 285 |
|
@@ -289,6 +329,14 @@ jobs: |
289 | 329 | tests/post-install.sh |
290 | 330 | tests/check-headers.sh |
291 | 331 |
|
| 332 | + - name: Cleanup test artifacts |
| 333 | + if: always() |
| 334 | + run: | |
| 335 | + pkill -9 xrootd || true |
| 336 | + pkill -9 xrdfs || true |
| 337 | + rm -rf /tmp/xrootd* || true |
| 338 | + rm -rf /tmp/err.txt || true |
| 339 | +
|
292 | 340 | macos: |
293 | 341 | name: macOS |
294 | 342 | runs-on: macos-26 |
@@ -322,3 +370,11 @@ jobs: |
322 | 370 | export PYVERSION=$(python3 --version | grep -o 3...) |
323 | 371 | export PYTHONPATH=/usr/local/lib/python${PYVERSION}/site-packages |
324 | 372 | tests/post-install.sh |
| 373 | +
|
| 374 | + - name: Cleanup test artifacts |
| 375 | + if: always() |
| 376 | + run: | |
| 377 | + pkill -9 xrootd || true |
| 378 | + pkill -9 xrdfs || true |
| 379 | + rm -rf /tmp/xrootd* || true |
| 380 | + rm -rf /tmp/err.txt || true |
0 commit comments