From 5c4cf7b04b1a9f47d5cfdab45c453205b7ec4304 Mon Sep 17 00:00:00 2001 From: mprahl Date: Tue, 7 Nov 2017 10:38:52 -0500 Subject: [PATCH] Try installing system version of Moksha so it's compatible with the system version of pyOpenSSL (required by Twisted) --- Jenkinsfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index adb17a6b..b6850131 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,10 @@ node('factory2'){ try{ stage('Pre Setup Node'){ onmyduffynode 'yum -y install epel-release' - onmyduffynode 'yum -y install @development python-pip python-devel krb5-devel openssl-devel koji swig python-tox' + // We are using the system version of python-moksha-hub because it uses a version of Twisted that is + // compatible with the system version of pyOpenSSL. This can all be shifted into a virtualenv once + // koji is on PyPi. + onmyduffynode 'yum -y install @development python-pip python-devel krb5-devel openssl-devel koji python-moksha-hub swig python-tox' } stage('Clone Test Suite') {