From 4c35794b76277f204c44fca23804eb54781da0ff Mon Sep 17 00:00:00 2001 From: Michael Russell Date: Fri, 15 Jun 2018 10:59:00 +0200 Subject: [PATCH] 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. --- test/matrix.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/matrix.yml diff --git a/test/matrix.yml b/test/matrix.yml new file mode 100644 index 0000000..201ace6 --- /dev/null +++ b/test/matrix.yml @@ -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