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