Squash the podman test builds

This commit is contained in:
2025-08-31 21:56:18 -04:00
parent f67f10f4ea
commit 9c6ca29d39

View File

@@ -26,12 +26,12 @@ build-image:
- wke-worker.yml - wke-worker.yml
- jp-laptop.yml - jp-laptop.yml
TAG: main TAG: main
BB_BUILD_DRIVER: docker
BB_CACHE_LAYERS: 'true' BB_CACHE_LAYERS: 'true'
BB_BUILD_PUSH: 'true' BB_BUILD_PUSH: 'true'
- RECIPE: wke-server.yml - 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_DRIVER: podman
BB_BUILD_SQUASH: 'true'
BB_BUILD_RECHUNK: BB_BUILD_RECHUNK:
- 'true' - 'true'
- 'false' - 'false'