Add -dev images that pull from COPR
To shorten iteration cycles.
This commit is contained in:
parent
ff195b59c7
commit
f5570d3e46
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Include this to enable fetching from COPRs/git
|
||||||
|
|
||||||
|
repos:
|
||||||
|
- copr-fedora-coreos-continuous
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
include:
|
||||||
|
- fedora-tier-0-38.yaml
|
||||||
|
- fedora-dev.yaml
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
include: fedora-tier-1-38.yaml
|
||||||
|
|
||||||
|
repos:
|
||||||
|
- copr-fedora-coreos-continuous
|
||||||
Loading…
Reference in New Issue