Add jenkins test matrix yml definition

This allows us to control and modify the jenkins matrix job via the pull
request flow instead of needing to sync changes in the jenkins
configuration.
This commit is contained in:
Michael Russell 2018-06-15 10:59:00 +02:00
parent 9d3559a2ed
commit 4c35794b76
No known key found for this signature in database
GPG key ID: A90C1696496085FE

16
test/matrix.yml Normal file
View file

@ -0,0 +1,16 @@
VERSION:
- 6.x
- 5.x
OS:
- ubuntu-1404
- ubuntu-1604
- debian-8
- centos-7
TEST_TYPE:
- standard
- package
- config
- multi
- xpack
- xpack-standard
- issue-test