Skip to content

Commit

Permalink
webui: pin down cockpit-ws and cockpit-bridge versions before the pyt…
Browse files Browse the repository at this point in the history
…hon 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.
  • Loading branch information
KKoukiou committed Jul 11, 2023
1 parent e6332a9 commit 4c1bf7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/webui/test/prepare-updates-img
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c1bf7f

Please sign in to comment.