Merge branch 'add-continuous-images' into 'main'

Add -dev images that pull from COPR

See merge request CentOS/cloud/sagano!22
This commit is contained in:
Colin Walters 2023-09-21 19:51:02 +00:00
commit 479bee6699
5 changed files with 24 additions and 2 deletions

View File

@ -18,7 +18,7 @@ stages:
- tier-1 - tier-1
OS: fedora OS: fedora
VERSION: [38] VERSION: [38]
VARIANT: [""] VARIANT: ["", "-dev"]
test-build: test-build:
extends: .base extends: .base
@ -34,7 +34,7 @@ build-push:
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables: variables:
COMPOSE_INITIALIZE: "" COMPOSE_INITIALIZE: "1"
FORCE: "" FORCE: ""
stage: build stage: build
before_script: before_script:

View File

@ -0,0 +1,11 @@
[copr-fedora-coreos-continuous]
name=Copr repo for continuous owned by @CoreOS
baseurl=https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/@CoreOS/continuous/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1

4
fedora-dev.yaml Normal file
View File

@ -0,0 +1,4 @@
# Include this to enable fetching from COPRs/git
repos:
- copr-fedora-coreos-continuous

View File

@ -0,0 +1,3 @@
include:
- fedora-tier-0-38.yaml
- fedora-dev.yaml

View File

@ -0,0 +1,4 @@
include: fedora-tier-1-38.yaml
repos:
- copr-fedora-coreos-continuous