From 0aa6bc46381e970d43c3d983542c2016483a81ff Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Jun 05 2018 07:13:45 +0000 Subject: Jenkinsfile: explicitly request Fedora 27 nodes We were sometimes getting Fedora 26 and sometimes Fedora 27. Let's request Fedora 27 explicitly for consistency. This should actually be Fedora 28, since that's what we base our container images on, but there are no Fedora 28 slave images just yet. One step at a time... --- diff --git a/Jenkinsfile b/Jenkinsfile index b469667..986bdc7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ try { // massive try{} catch{} around the entire build for failure notifications timestamps { -node('fedora') { +node('fedora-27') { checkout scm sh 'sudo dnf -y builddep greenwave.spec' sh 'sudo dnf -y install python2-flake8 python2-pylint python2-sphinx python-sphinxcontrib-httpdomain' @@ -120,7 +120,7 @@ node('docker') { } } -node('fedora') { +node('fedora-27') { checkout scm sh '''