Skip to content

Commit a72aa34

Browse files
committed
test.rpms.centos: Enable Storage SIG gluster for installation test
1 parent 4018129 commit a72aa34

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ansible/roles/test.rpms.centos/files/rpm-install.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,9 @@ test_build_vers=$(dnf repoquery -q --disablerepo='*' \
3939
dnf_args=()
4040

4141
pkgs=(samba-${test_build_vers} samba-test-${test_build_vers} \
42-
samba-vfs-cephfs-${test_build_vers})
42+
samba-vfs-cephfs-${test_build_vers} samba-vfs-glusterfs-${test_build_vers})
4343

44-
if [ "${os_arch}" == "x86_64" ]; then
45-
dnf config-manager \
46-
--add-repo http://artifacts.ci.centos.org/gluster/nightly/master.repo
47-
pkgs+=(samba-vfs-glusterfs-${test_build_vers})
48-
fi
44+
dnf -y install centos-release-gluster
4945

5046
if [ "${os_version}" == "9" ]; then
5147
dnf_args+=(--enablerepo=crb)

0 commit comments

Comments
 (0)