Try rechunk again

This commit is contained in:
2025-08-31 23:15:22 -04:00
parent 9c6ca29d39
commit e34ecdd54e

View File

@@ -21,20 +21,14 @@ build-image:
matrix: matrix:
- RECIPE: - RECIPE:
- cp-laptop.yml - cp-laptop.yml
- jp-desktop-nvidia.yml # - jp-desktop-nvidia.yml
- wke-server.yml - wke-server.yml
- wke-worker.yml - wke-worker.yml
- jp-laptop.yml - jp-laptop.yml
TAG: main TAG: main
BB_CACHE_LAYERS: 'true' - RECIPE: jp-desktop-nvidia.yml
BB_BUILD_PUSH: 'true'
- RECIPE: wke-server.yml
TAG: 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci TAG: 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci
BB_BUILD_DRIVER: podman BB_BUILD_RECHUNK: 'true'
BB_BUILD_SQUASH: 'true'
BB_BUILD_RECHUNK:
- 'true'
- 'false'
variables: variables:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: /certs DOCKER_TLS_CERTDIR: /certs
@@ -42,6 +36,8 @@ build-image:
DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client DOCKER_CERT_PATH: $DOCKER_TLS_CERTDIR/client
RUST_LOG_STYLE: always RUST_LOG_STYLE: always
BB_SIGNING_DRIVER: sigstore BB_SIGNING_DRIVER: sigstore
BB_CACHE_LAYERS: 'true'
BB_BUILD_PUSH: 'true'
CLICOLOR_FORCE: 1 CLICOLOR_FORCE: 1
before_script: before_script:
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash