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:
parent
9d3559a2ed
commit
4c35794b76
1 changed files with 16 additions and 0 deletions
16
test/matrix.yml
Normal file
16
test/matrix.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue