Skip to content

Commit

Permalink
Switch to install EPEL 9 repo
Browse files Browse the repository at this point in the history
By default, the jenkins nodes are RHEL 9 systems and this commit
switches to installing EPEL 9 repo instead of 8.

Fixes: red-hat-storage#3966

Signed-off-by: Pragadeeswaran Sathyanarayanan <pragadeeswaran.sathyanarayanan@ibm.com>
  • Loading branch information
psathyan committed Oct 21, 2024
1 parent 93038c9 commit 3a3d052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/vars/node_bootstrap.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo "Initialize Node"
sudo sysctl -w net.ipv6.conf.eth0.disable_ipv6=1

sudo yum install -y git-core zip unzip
sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
sudo yum install -y p7zip

# Mount reesi for storing logs
Expand Down

0 comments on commit 3a3d052

Please sign in to comment.