Don't pass max of 128

This commit is contained in:
2025-11-29 17:13:17 -05:00
parent ea368d11ae
commit 65a94d61be

View File

@@ -43,7 +43,6 @@ base-images:
- .build
stage: base-images
rules:
- when: never
# Run when any of the base recipes change
- changes:
- recipes/base*.yml
@@ -74,8 +73,6 @@ wke-images:
needs:
- job: 'base-images: [base.yml]'
optional: true
variables:
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '200'
parallel:
matrix:
- RECIPE:
@@ -87,8 +84,6 @@ kinoite-images:
extends:
- .build
stage: build
variables:
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '200'
needs:
- job: 'base-images: [base-kinoite.yml]'
optional: true
@@ -101,8 +96,6 @@ kinoite-nvidia-images:
extends:
- .build
stage: build
variables:
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '200'
needs:
- job: 'base-images: [base-kinoite-nvidia.yml]'
optional: true
@@ -115,8 +108,6 @@ combo-images:
extends:
- .build
stage: build
variables:
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '200'
needs:
- job: 'base-images: [base-combo.yml]'
optional: true
@@ -129,8 +120,6 @@ combo-nvidia-images:
extends:
- .build
stage: build
variables:
BB_BUILD_CHUNKED_OCI_MAX_LAYERS: '200'
needs:
- job: 'base-images: [base-combo-nvidia.yml]'
optional: true