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 7676
7777 df -h /
7878 sudo install -m 0755 target/release/tests-integration /usr/bin/bootc-integration-tests
79- rm target -rf
79+ sudo rm target -rf
8080 df -h /
8181 # The ostree-container tests
8282 sudo podman run --privileged --pid=host -v /:/run/host -v $(pwd):/src:ro -v /var/tmp:/var/tmp \
@@ -188,6 +188,9 @@ jobs:
188188 - name : Build container
189189 run : |
190190 just build-integration-test-image-from-package target/packages
191+ # Extra cross-check (duplicating the integration test) that we're using the right base
192+ used_vid=$(podman run --rm localhost/bootc-integration bash -c '. /usr/lib/os-release && echo ${ID}-${VERSION_ID}')
193+ test ${{ matrix.test_os }} = "${used_vid}"
191194
192195 - name : Unit and container integration tests
193196 run : just test-container
You can’t perform that action at this time.
0 commit comments