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
This commit is contained in:
Sorin Sbarnea 2019-02-07 18:10:40 +00:00
parent e498e1261a
commit e48cd51e57
1 changed files with 7 additions and 0 deletions

View File

@ -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