Skip to content

Commit 7f634e9

Browse files
committed
Add list of compatible OSes for vagrant packaging CI tests
1 parent c0e5fca commit 7f634e9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.ci/matrix-vagrant-packaging.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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-6
10+
- centos-7
11+
- debian-8
12+
- debian-9
13+
- fedora-28
14+
- fedora-29
15+
- oel-6
16+
- oel-7
17+
- opensuse-42
18+
- sles-12
19+
- ubuntu-1604
20+
- ubuntu-1804
21+
- windows-2012r2
22+
- windows-2016

0 commit comments

Comments
 (0)