From fd4e7f9b03bab5ba953a5a636e9aba3f9db86d54 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Tue, 14 Jan 2025 17:11:12 +0530 Subject: [PATCH 1/2] fs-integration: Workaround change in vagrant server url See https://bugzilla.redhat.com/show_bug.cgi?id=2337302 for more details. --- jobs/scripts/fs-integration/fs-integration.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jobs/scripts/fs-integration/fs-integration.sh b/jobs/scripts/fs-integration/fs-integration.sh index 27a52ce..2dedf15 100755 --- a/jobs/scripts/fs-integration/fs-integration.sh +++ b/jobs/scripts/fs-integration/fs-integration.sh @@ -130,6 +130,9 @@ fi set +e +# https://bugzilla.redhat.com/show_bug.cgi?id=2337302 +export VAGRANT_SERVER_URL="https://vagrantcloud.com/api/v2/vagrant" + EXTRA_VARS="${TEST_EXTRA_VARS}" make "${TEST_TARGET}" ret=$? From 3e45aff016e60d86d7d5ebde8b59193f3353485d Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Tue, 14 Jan 2025 17:22:39 +0530 Subject: [PATCH 2/2] gitlab-fs-integration: Workaround change in vagrant server url See https://bugzilla.redhat.com/show_bug.cgi?id=2337302 for more details. --- jobs/scripts/gitlab-fs-integration/gitlab-fs-integration.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jobs/scripts/gitlab-fs-integration/gitlab-fs-integration.sh b/jobs/scripts/gitlab-fs-integration/gitlab-fs-integration.sh index df00265..0903f45 100755 --- a/jobs/scripts/gitlab-fs-integration/gitlab-fs-integration.sh +++ b/jobs/scripts/gitlab-fs-integration/gitlab-fs-integration.sh @@ -56,6 +56,9 @@ systemctl start libvirtd set +e +# https://bugzilla.redhat.com/show_bug.cgi?id=2337302 +export VAGRANT_SERVER_URL="https://vagrantcloud.com/api/v2/vagrant" + EXTRA_VARS="${TEST_EXTRA_VARS}" make "${TEST_TARGET}" ret=$?