Update os-release and build all base images
This commit is contained in:
@@ -39,18 +39,30 @@ base-images:
|
||||
extends:
|
||||
- .build
|
||||
stage: base-images
|
||||
rules:
|
||||
# Run when any of the base recipes change
|
||||
- changes:
|
||||
- recipes/base*.yml
|
||||
- recipes/base/*
|
||||
- .gitlab-ci.yml
|
||||
when: always
|
||||
# Run on a scheduled pipeline (weekly or otherwise)
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
when: always
|
||||
# All other cases: do not run
|
||||
- when: never
|
||||
parallel:
|
||||
matrix:
|
||||
- RECIPE:
|
||||
# - base-cosmic.yml
|
||||
# - base-cosmic-nvidia.yml
|
||||
- base-cosmic.yml
|
||||
- base-cosmic-nvidia.yml
|
||||
- base-combo.yml
|
||||
- base-combo-nvidia.yml
|
||||
# - base-kinoite.yml
|
||||
# - base-kinoite-nvidia.yml
|
||||
- base-kinoite.yml
|
||||
- base-kinoite-nvidia.yml
|
||||
TAG: 519-device-or-resource-busy-when-trying-to-rechunk-the-image-in-gitlab-ci
|
||||
BB_BUILD_PUSH: 'true'
|
||||
# BB_BUILD_RECHUNK: 'true'
|
||||
BB_BUILD_RECHUNK: 'true'
|
||||
|
||||
legacy-build-images:
|
||||
extends:
|
||||
|
||||
Reference in New Issue
Block a user