Skip to content

Commit

Permalink
Merge pull request #5532 from baude/filetimeoutflake
Browse files Browse the repository at this point in the history
fix timeout file flake
  • Loading branch information
openshift-merge-robot authored Mar 18, 2020
2 parents de43a00 + d47dc63 commit d9eb078
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contrib/cirrus/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ case "${OS_RELEASE_ID}" in
fi
;;
fedora)
# This is temporary and should be removed once conmon is in stable
# and the images can be rebuilt properly.
if [[ "$OS_RELEASE_VER" -eq "30" ]]; then
dnf -y install https://kojipkgs.fedoraproject.org//packages/conmon/2.0.13/1.fc30/x86_64/conmon-2.0.13-1.fc30.x86_64.rpm
else
dnf -y install https://kojipkgs.fedoraproject.org//packages/conmon/2.0.13/1.fc31/x86_64/conmon-2.0.13-1.fc31.x86_64.rpm
fi
# End of temporary patch

# All SELinux distros need this for systemd-in-a-container
setsebool container_manage_cgroup true
if [[ "$ADD_SECOND_PARTITION" == "true" ]]; then
Expand Down

0 comments on commit d9eb078

Please sign in to comment.