Only rechunk for base images
This commit is contained in:
@@ -20,7 +20,6 @@ variables:
|
|||||||
RUST_LOG_STYLE: always
|
RUST_LOG_STYLE: always
|
||||||
BB_SIGNING_DRIVER: sigstore
|
BB_SIGNING_DRIVER: sigstore
|
||||||
BB_BUILD_PUSH: 'true'
|
BB_BUILD_PUSH: 'true'
|
||||||
BB_BUILD_CHUNKED_OCI: 'true'
|
|
||||||
CLICOLOR_FORCE: 1
|
CLICOLOR_FORCE: 1
|
||||||
TAG: main
|
TAG: main
|
||||||
|
|
||||||
@@ -45,6 +44,7 @@ base-images:
|
|||||||
stage: base-images
|
stage: base-images
|
||||||
variables:
|
variables:
|
||||||
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '64'
|
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '64'
|
||||||
|
BB_BUILD_CHUNKED_OCI: 'true'
|
||||||
rules:
|
rules:
|
||||||
# Run when any of the base recipes change
|
# Run when any of the base recipes change
|
||||||
- changes:
|
- changes:
|
||||||
@@ -99,8 +99,6 @@ kinoite-nvidia-images:
|
|||||||
extends:
|
extends:
|
||||||
- .build
|
- .build
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
|
||||||
BB_BUILD_RECHUNK_CLEAR_PLAN: 'true'
|
|
||||||
needs:
|
needs:
|
||||||
- job: 'base-images: [base-kinoite-nvidia.yml]'
|
- job: 'base-images: [base-kinoite-nvidia.yml]'
|
||||||
optional: true
|
optional: true
|
||||||
|
|||||||
Reference in New Issue
Block a user