ci: remove fedora-33 and add fedora-35

This commit is contained in:
Jakub Rusz 2022-02-08 12:47:18 +01:00 committed by jrusz
parent df189a7301
commit d878824696
2 changed files with 9 additions and 6 deletions

View file

@ -27,10 +27,10 @@ RPM:
parallel:
matrix:
- RUNNER:
- aws/fedora-33-x86_64
- aws/fedora-33-aarch64
- aws/fedora-34-x86_64
- aws/fedora-34-aarch64
- aws/fedora-35-x86_64
- aws/fedora-35-aarch64
- aws/centos-stream-8-x86_64
- aws/centos-stream-8-aarch64
- aws/rhel-8.5-ga-x86_64
@ -51,8 +51,10 @@ Composer Tests:
parallel:
matrix:
- RUNNER:
- aws/fedora-33-x86_64
- aws/fedora-33-aarch64
- aws/fedora-34-x86_64
- aws/fedora-34-aarch64
- aws/fedora-35-x86_64
- aws/fedora-35-aarch64
- aws/rhel-8.5-ga-x86_64
- aws/rhel-8.5-ga-aarch64
- aws/rhel-8.6-nightly-x86_64
@ -72,6 +74,7 @@ OSTree Images:
matrix:
- RUNNER:
- aws/fedora-34-x86_64
- aws/fedora-35-x86_64
- aws/rhel-8.5-ga-x86_64
- aws/rhel-8.6-nightly-x86_64
- aws/rhel-9.0-nightly-x86_64

View file

@ -4,8 +4,8 @@ set -euxo pipefail
DNF_REPO_BASEURL=http://osbuild-composer-repos.s3.amazonaws.com
# The osbuild-composer commit to run reverse-dependency test against.
# Currently: tests/regression: skip satellite regression test on subscribed RHEl
OSBUILD_COMPOSER_COMMIT=c38ebb16431be3df782862c6b0e9b611a50b2350
# Currently: test: add image test cases for Fedora 34 and 35
OSBUILD_COMPOSER_COMMIT=1401a7a6595f86812008b6bfdacdf7289945a6f3
# Get OS details.
source /etc/os-release