diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-04 21:48:14 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-04 21:48:49 +0200 |
commit | 6c2cedfbdee3cd0533cddac355fa64054f1a653b (patch) | |
tree | f090ef52448e7ebd87c01c1427b0667d68dca454 /.cix.yml | |
parent | 88bdd17e11b618321f7fee543e08e363fdb5763b (diff) | |
download | sonarqube-6c2cedfbdee3cd0533cddac355fa64054f1a653b.tar.gz sonarqube-6c2cedfbdee3cd0533cddac355fa64054f1a653b.zip |
SONAR-8632 support SQLServer 2016
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |