feat: Allow fresh rechunking of image
This commit is contained in:
parent
1157ac7d74
commit
50ed183cde
7 changed files with 33 additions and 8 deletions
1
.github/workflows/build-pr.yml
vendored
1
.github/workflows/build-pr.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue