File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7777
7878 df -h /
7979 sudo install -m 0755 target/release/tests-integration /usr/bin/bootc-integration-tests
80- rm target -rf
80+ sudo rm target -rf
8181 df -h /
8282 # The ostree-container tests
8383 sudo podman run --privileged --pid=host -v /:/run/host -v $(pwd):/src:ro -v /var/tmp:/var/tmp \
@@ -254,6 +254,9 @@ jobs:
254254 - name : Build container
255255 run : |
256256 just build-integration-test-image-from-package target/packages
257+ # Extra cross-check (duplicating the integration test) that we're using the right base
258+ used_vid=$(podman run --rm localhost/bootc-integration bash -c '. /usr/lib/os-release && echo ${ID}-${VERSION_ID}')
259+ test ${{ matrix.test_os }} = "${used_vid}"
257260
258261 - name : Unit and container integration tests
259262 run : just test-container
You can’t perform that action at this time.
0 commit comments