feat: Allow fresh rechunking of image
This commit is contained in:
parent
1157ac7d74
commit
50ed183cde
7 changed files with 33 additions and 8 deletions
9
justfile
9
justfile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue