Skip to content

Commit 87575ee

Browse files
committed
test: Fix composefs test image build issue
Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent cf14c62 commit 87575ee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Justfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,10 @@ build-integration-test-image-from-package PATH:
115115
test-composefs:
116116
# These first two are currently a distinct test suite from tmt that directly
117117
# runs an integration test binary in the base image via bcvk
118-
just _composefs-build-image
119118
cargo run --release -p tests-integration -- composefs-bcvk {{integration_img}}
120119
# We're trying to move more testing to tmt
121120
just variant=composefs-sealeduki-sdboot test-tmt readonly local-upgrade-reboot
122121

123-
# Internal helper to build integration test image with composefs variant
124-
_composefs-build-image:
125-
just variant=composefs-sealeduki-sdboot build-integration-test-image
126-
127122
# Only used by ci.yml right now
128123
build-install-test-image: build-integration-test-image
129124
cd hack && podman build {{base_buildargs}} -t {{integration_img}}-install -f Containerfile.drop-lbis

0 commit comments

Comments
 (0)