Skip to content

Commit af79ceb

Browse files
committed
Add list of compatible OSes for vagrant packaging CI tests
Signed-off-by: Mark Vieira <[email protected]>
1 parent 5560135 commit af79ceb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.ci/matrix-vagrant-packaging.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file is used as part of a matrix build in Jenkins where the
2+
# values below are included as an axis of the matrix.
3+
4+
# This axis of the build matrix represents the versions subprojects
5+
# of the :qa:os project which will be tested on a metal CI worker
6+
# for the purposes of verifying of Vagrant-based tooling
7+
8+
OS:
9+
- centos-7
10+
- debian-9
11+
- fedora-28
12+
- fedora-29
13+
- oel-7
14+
- sles-12
15+
- ubuntu-1804
16+
- windows-2012r2
17+
- windows-2016

0 commit comments

Comments
 (0)