diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3b46a80..8920d28b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,9 +52,12 @@ Testing: - aws/fedora-33-x86_64 - aws/fedora-33-aarch64 - aws/rhel-8.4-ga-x86_64 + - aws/rhel-8.4-ga-aarch64 - aws/rhel-8.6-nightly-x86_64 + - aws/rhel-8.6-nightly-aarch64 # See https://github.com/osbuild/osbuild-composer/issues/1819 and related issues # - aws/rhel-9.0-nightly-x86_64 + # - aws/rhel-9.0-nightly-aarch64 INTERNAL_NETWORK: "true" finish: diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index 044abba9..a10539c0 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: ostree: change the URL for OC client temporarily -OSBUILD_COMPOSER_COMMIT=ece191f73e319bbcc885bcc983fb0e6cefe6014a +# Currently: tests/regression: skip satellite regression test on subscribed RHEl +OSBUILD_COMPOSER_COMMIT=c38ebb16431be3df782862c6b0e9b611a50b2350 # Get OS details. source /etc/os-release