From e48cd51e577090c30de7f8663c3406f9e0d20e33 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 7 Feb 2019 18:10:40 +0000 Subject: [PATCH] Adds job to test bindep on Fedora Testing on Fedora in addition to CentOS 7 is important because it uses dnf instead of yum, python3 intead of python2 and has a good number of packages renamed. Change-Id: If2a6502339850c35605d231f500d4ec827ccff4e --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index eee6683..250e297 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,6 +15,11 @@ parent: bindep-base nodeset: centos-7 +- job: + name: bindep-fedora-latest + parent: bindep-base + nodeset: fedora-latest + - job: name: bindep-opensuse-150 parent: bindep-base @@ -39,6 +44,7 @@ check: jobs: - bindep-centos-7 + - bindep-fedora-latest - bindep-opensuse-150 - bindep-opensuse-423 - bindep-ubuntu-trusty @@ -46,6 +52,7 @@ gate: jobs: - bindep-centos-7 + - bindep-fedora-latest - bindep-opensuse-150 - bindep-opensuse-423 - bindep-ubuntu-trusty