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:
|
||||
|
||||
@@ -9,4 +9,8 @@ modules:
|
||||
- from-file: base/cosmic.yml
|
||||
- from-file: base/kinoite.yml
|
||||
- from-file: base/nvidia.yml
|
||||
- type: os-release
|
||||
properties:
|
||||
NAME: WunkerOS
|
||||
PRETTY_NAME: Wunker OS - COSMIC X Kinoite for Nvidia
|
||||
- from-file: base/post-build.yml
|
||||
|
||||
@@ -8,4 +8,8 @@ modules:
|
||||
- from-file: base/common.yml
|
||||
- from-file: base/cosmic.yml
|
||||
- from-file: base/kinoite.yml
|
||||
- type: os-release
|
||||
properties:
|
||||
NAME: WunkerOS
|
||||
PRETTY_NAME: Wunker OS - COSMIC X Kinoite
|
||||
- from-file: base/post-build.yml
|
||||
|
||||
@@ -9,4 +9,8 @@ modules:
|
||||
- from-file: base/cosmic.yml
|
||||
- from-file: base/cosmic-greeter.yml
|
||||
- from-file: base/nvidia.yml
|
||||
- type: os-release
|
||||
properties:
|
||||
NAME: WunkerOS
|
||||
PRETTY_NAME: Wunker OS - COSMIC Atomic for Nvidia
|
||||
- from-file: base/post-build.yml
|
||||
|
||||
@@ -8,4 +8,8 @@ modules:
|
||||
- from-file: base/common.yml
|
||||
- from-file: base/cosmic.yml
|
||||
- from-file: base/cosmic-greeter.yml
|
||||
- type: os-release
|
||||
properties:
|
||||
NAME: WunkerOS
|
||||
PRETTY_NAME: Wunker OS - COSMIC Atomic
|
||||
- from-file: base/post-build.yml
|
||||
|
||||
@@ -8,4 +8,8 @@ modules:
|
||||
- from-file: base/common.yml
|
||||
- from-file: base/kinoite.yml
|
||||
- from-file: base/nvidia.yml
|
||||
- type: os-release
|
||||
properties:
|
||||
NAME: WunkerOS
|
||||
PRETTY_NAME: Wunker OS - Kinoite for Nvidia
|
||||
- from-file: base/post-build.yml
|
||||
|
||||
@@ -7,4 +7,8 @@ description: The base image of Wunker OS with Plasma
|
||||
modules:
|
||||
- from-file: base/common.yml
|
||||
- from-file: base/kinoite.yml
|
||||
- type: os-release
|
||||
properties:
|
||||
NAME: WunkerOS
|
||||
PRETTY_NAME: Wunker OS - Kinoite
|
||||
- from-file: base/post-build.yml
|
||||
|
||||
@@ -8,7 +8,6 @@ modules:
|
||||
- type: os-release
|
||||
properties:
|
||||
NAME: WunkerOS
|
||||
ID: wunker_os
|
||||
PRETTY_NAME: Wunker OS for Framework 13
|
||||
- type: dnf
|
||||
# repos:
|
||||
|
||||
Reference in New Issue
Block a user