From 89a3b7629665375711fb7f4f11acb2c08ad96fb9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 20 Sep 2023 16:07:36 -0400 Subject: [PATCH 1/2] fedora: Use updates-testing to faster-track things Right now, that's bootupd. --- fedora-tier-0-38.yaml | 1 + fedora-tier-1-38.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/fedora-tier-0-38.yaml b/fedora-tier-0-38.yaml index 65fb17c..3fc20aa 100644 --- a/fedora-tier-0-38.yaml +++ b/fedora-tier-0-38.yaml @@ -3,6 +3,7 @@ releasever: 38 repos: - fedora - fedora-updates + - fedora-updates-testing include: - tier-0/manifest.yaml diff --git a/fedora-tier-1-38.yaml b/fedora-tier-1-38.yaml index 4529f50..3548d80 100644 --- a/fedora-tier-1-38.yaml +++ b/fedora-tier-1-38.yaml @@ -3,6 +3,7 @@ releasever: 38 repos: - fedora - fedora-updates + - fedora-updates-testing metadata: name: fedora-boot-tier1 From 2a23c89d17a6ca6e40e18d18a52eb011557afa87 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 20 Sep 2023 16:13:03 -0400 Subject: [PATCH 2/2] ci: Use base builder --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1ad47c..7a4a1f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ -image: registry.gitlab.com/cgwalters-playground/sagano-builder/builder-centos:stream9 +image: registry.gitlab.com/cgwalters-playground/sagano-builder/base-centos:stream9 stages: - build