From 4c1bf7fa015700ba968ef34e5975c01e071e48a3 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Tue, 11 Jul 2023 17:36:51 +0200 Subject: [PATCH] webui: pin down cockpit-ws and cockpit-bridge versions before the python bridge release The newer cockpit packages introduced a flakiness in the test suite which needs to be debugged in a PR instead of an unstable CI. --- ui/webui/test/prepare-updates-img | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/webui/test/prepare-updates-img b/ui/webui/test/prepare-updates-img index cd1bf12f1fd..b7dcb4bf597 100755 --- a/ui/webui/test/prepare-updates-img +++ b/ui/webui/test/prepare-updates-img @@ -6,8 +6,8 @@ set -eu # This will change once we include this changes upstream and start building boot.iso with the new dependencies # Then we can safely remove this workaround ANACONDA_WEBUI_DEPS_URLS=' - https://kojipkgs.fedoraproject.org//packages/cockpit/294/1.fc39/x86_64/cockpit-ws-294-1.fc39.x86_64.rpm - https://kojipkgs.fedoraproject.org//packages/cockpit/294/1.fc39/x86_64/cockpit-bridge-294-1.fc39.x86_64.rpm + https://kojipkgs.fedoraproject.org//packages/cockpit/293/1.fc39/x86_64/cockpit-ws-293-1.fc39.x86_64.rpm + https://kojipkgs.fedoraproject.org//packages/cockpit/293/1.fc39/x86_64/cockpit-bridge-293-1.fc39.x86_64.rpm ' mkdir -p tmp/extra-rpms