Add list of compatible OSes for vagrant packaging CI tests

This commit is contained in:
Mark Vieira 2020-02-05 14:00:13 -08:00
parent 80e29a47d8
commit 69c1ecbf2b
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 22 additions and 0 deletions

View File

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