From ea7eee8db6a394f72b5cbe569092836af0e70c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 14 Jul 2021 22:07:43 +0200 Subject: [PATCH] ci: update composer to make tests more robust f8fd3d04 switched F33 image tests to use rpmrepo rather than kernel mirrors that are sometimes desynced. This should make the testsuite more stable. --- schutzbot/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index afa71255..260c8e22 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: ci: remove EXTRA_REPO_PATH_SEGMENT -OSBUILD_COMPOSER_COMMIT=cca5c9fd4002a02ae509416a6cbc3e60e697e6dd +# Currently: test/fedora33: use rpmrepo instead of kernel mirrors +OSBUILD_COMPOSER_COMMIT=f8fd3d04b8db210ba1f2cabb41f5079ce20e3d81 # Get OS details. source /etc/os-release