@@ -78,14 +78,14 @@ build-integration-test-image: build
7878 # Keep these in sync with what's used in hack/lbi
7979 podman pull -q --retry 5 --retry-delay 5 s quay.io/ curl/ curl:latest quay.io/ curl/ curl-base:latest registry.access.redhat.com/ ubi9/ podman:latest
8080
81- # Build+test composefs; compat alias
81+ # Build+test using the `composefs-sealeduki-sdboot` variant.
8282test-composefs :
8383 # These first two are currently a distinct test suite from tmt that directly
8484 # runs an integration test binary in the base image via bcvk
8585 just variant=composefs-sealeduki-sdboot build
8686 cargo run --release -p tests-integration -- composefs-bcvk {{ base_img}}
87- # We're trying to move more testing to tmt, so
88- just variant=composefs-sealeduki-sdboot test-tmt readonly
87+ # We're trying to move more testing to tmt
88+ just variant=composefs-sealeduki-sdboot test-tmt readonly local-upgrade-reboot
8989
9090# Only used by ci.yml right now
9191build-install-test-image : build-integration-test-image
@@ -113,7 +113,7 @@ test-tmt *ARGS: build-integration-test-image _build-upgrade-image
113113
114114# Generate a local synthetic upgrade
115115_ build-upgrade-image :
116- podman build -t {{ integration_upgrade_img}} -bin --from={{ integration_img}} -bin -f tmt / tests / Dockerfile.upgrade / usr / share / empty
116+ cat tmt / tests / Dockerfile.upgrade | podman build -t {{ integration_upgrade_img}} -bin --from={{ integration_img}} -bin -
117117 ./ tests/ build-sealed {{ variant}} {{ integration_upgrade_img}} -bin {{ integration_upgrade_img}}
118118
119119# Assume the localhost/bootc-integration image is up to date, and just run tests.
0 commit comments