From 35efa65b8c9fa7aa5f95991472e2d0f16720e8db Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Feb 04 2019 11:17:18 +0000 Subject: Make sure repoSpanner tests run in CentOS CI Signed-off-by: Patrick Uiterwijk --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index a699245..a8e1fba 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -1,12 +1,24 @@ set -x +echo "Installing Fedora Infra Tags repo" +cat >/etc/yum.repos.d/infra-tags.repo << 'EOF' +[infrastructure-tags] +name=Fedora Infrastructure tag $releasever - $basearch +baseurl=https://kojipkgs.fedoraproject.org/repos-dist/epel$releasever-infra/latest/$basearch/ +enabled=1 +gpgcheck=1 +gpgkey=https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS +EOF + + yum install -y python-virtualenv python34 python34-devel \ gcc python-cryptography python34-cryptography \ libgit2 libgit2-devel python-pygit2 \ redis swig openssl-devel m2crypto \ python2-fedmsg python34-fedmsg-core fedmsg \ python-tox python-pip python34-pip \ - parallel zeromq-devel python-Cython + parallel zeromq-devel python-Cython \ + repoSpanner repoSpanner-bridge sysctl -w fs.file-max=2048