Revert "Try rechunk again"

This reverts commit e34ecdd54e.
This commit is contained in:
2025-09-01 00:16:20 -04:00
parent e34ecdd54e
commit de048ca3b8

View File

@@ -21,14 +21,20 @@ 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
- RECIPE: jp-desktop-nvidia.yml BB_CACHE_LAYERS: 'true'
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_RECHUNK: 'true' BB_BUILD_DRIVER: podman
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
@@ -36,8 +42,6 @@ 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