diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0069d12..3d859c01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index 11498688..f0b4b54b 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -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