mirror of
https://github.com/containers/bootc.git
synced 2026-02-06 00:45:22 +01:00
test: Fix composefs test image build issue
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
This commit is contained in:
committed by
Colin Walters
parent
45f31416d3
commit
f9e57bf522
5
Justfile
5
Justfile
@@ -115,15 +115,10 @@ build-integration-test-image-from-package PATH:
|
||||
test-composefs:
|
||||
# These first two are currently a distinct test suite from tmt that directly
|
||||
# runs an integration test binary in the base image via bcvk
|
||||
just _composefs-build-image
|
||||
cargo run --release -p tests-integration -- composefs-bcvk {{integration_img}}
|
||||
# We're trying to move more testing to tmt
|
||||
just variant=composefs-sealeduki-sdboot test-tmt readonly local-upgrade-reboot
|
||||
|
||||
# Internal helper to build integration test image with composefs variant
|
||||
_composefs-build-image:
|
||||
just variant=composefs-sealeduki-sdboot build-integration-test-image
|
||||
|
||||
# Only used by ci.yml right now
|
||||
build-install-test-image: build-integration-test-image
|
||||
cd hack && podman build {{base_buildargs}} -t {{integration_img}}-install -f Containerfile.drop-lbis
|
||||
|
||||
Reference in New Issue
Block a user