Add list of compatible OSes for vagrant packaging CI tests
This commit is contained in:
parent
80e29a47d8
commit
69c1ecbf2b
|
@ -0,0 +1,22 @@
|
||||||
|
# This file is used as part of a matrix build in Jenkins where the
|
||||||
|
# values below are included as an axis of the matrix.
|
||||||
|
|
||||||
|
# This axis of the build matrix represents the versions subprojects
|
||||||
|
# of the :qa:os project which will be tested on a metal CI worker
|
||||||
|
# for the purposes of verifying of Vagrant-based tooling
|
||||||
|
|
||||||
|
OS:
|
||||||
|
- centos-6
|
||||||
|
- centos-7
|
||||||
|
- debian-8
|
||||||
|
- debian-9
|
||||||
|
- fedora-28
|
||||||
|
- fedora-29
|
||||||
|
- oel-6
|
||||||
|
- oel-7
|
||||||
|
- opensuse-42
|
||||||
|
- sles-12
|
||||||
|
- ubuntu-1604
|
||||||
|
- ubuntu-1804
|
||||||
|
- windows-2012r2
|
||||||
|
- windows-2016
|
Loading…
Reference in New Issue