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

@ -296,6 +296,7 @@ jobs:
COSIGN_PRIVATE_KEY: ${{ secrets.TEST_SIGNING_SECRET }}
run: |
export CARGO_HOME=$HOME/.cargo
just test-fresh-rechunk-build
just test-rechunk-build
arm64-build:

View file

@ -333,10 +333,9 @@ jobs:
GH_PR_EVENT_NUMBER: ${{ github.event.number }}
COSIGN_PRIVATE_KEY: ${{ secrets.TEST_SIGNING_SECRET }}
run: |
just install-debug-all-features
cd integration-tests/test-repo
export CARGO_HOME=$HOME/.cargo
sudo -E $CARGO_HOME/bin/bluebuild build --push -vv --rechunk recipes/recipe-rechunk.yml
just test-fresh-rechunk-build
just test-rechunk-build
arm64-build:
timeout-minutes: 40