aboutsummaryrefslogtreecommitdiffstats
path: root/.cix.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-04 21:48:14 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-04 21:48:49 +0200
commit6c2cedfbdee3cd0533cddac355fa64054f1a653b (patch)
treef090ef52448e7ebd87c01c1427b0667d68dca454 /.cix.yml
parent88bdd17e11b618321f7fee543e08e363fdb5763b (diff)
downloadsonarqube-6c2cedfbdee3cd0533cddac355fa64054f1a653b.tar.gz
sonarqube-6c2cedfbdee3cd0533cddac355fa64054f1a653b.zip
SONAR-8632 support SQLServer 2016
Diffstat (limited to '.cix.yml')
-rw-r--r--.cix.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.cix.yml b/.cix.yml
index 5cbe48382dd..b286fe02c4f 100644
--- a/.cix.yml
+++ b/.cix.yml
@@ -4,6 +4,7 @@
RUN_ACTIVITY:
- run-db-unit-tests-mysql56
- run-db-unit-tests-mssql2014
+ - run-db-unit-tests-mssql2016
- run-db-unit-tests-oracle11g
- run-db-unit-tests-oracle12c
- run-db-unit-tests-postgresql93
@@ -43,6 +44,8 @@ exclude:
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-unit-tests-mssql2014
SLAVE_TYPE: performance
+ - RUN_ACTIVITY: run-db-unit-tests-mssql2016
+ SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-unit-tests-oracle11g
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-unit-tests-oracle12c
@@ -115,6 +118,8 @@ exclude:
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-unit-tests-mssql2014
SLAVE_TYPE: windows
+ - RUN_ACTIVITY: run-db-unit-tests-mssql2016
+ SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-unit-tests-oracle11g
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-db-unit-tests-oracle12c