feat: Allow fresh rechunking of image

This commit is contained in:
Gerald Pinder 2024-12-14 16:25:06 -05:00
parent 1157ac7d74
commit 50ed183cde
7 changed files with 33 additions and 8 deletions

View file

@ -155,6 +155,15 @@ test-rechunk-build: install-debug-all-features
--rechunk \
recipes/recipe-rechunk.yml
test-fresh-rechunk-build: install-debug-all-features
cd integration-tests/test-repo \
&& sudo -E {{ cargo_bin }}/bluebuild build \
{{ should_push }} \
-vv \
--rechunk \
--rechunk-clear-plan \
recipes/recipe-rechunk.yml
# Run arm integration test
test-arm64-build: install-debug-all-features
cd integration-tests/test-repo \