aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-01 15:30:58 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-01 20:52:49 +0100
commitcabf4e94cb5974788fda7a6881ec5876d777a84b (patch)
tree4d43bfd9feb2473855f645bb01cf72bc89b037b4
parent161500d45b63110519c7f9830eca58c9f84b7233 (diff)
downloadsonarqube-cabf4e94cb5974788fda7a6881ec5876d777a84b.tar.gz
sonarqube-cabf4e94cb5974788fda7a6881ec5876d777a84b.zip
Enable DB ITs on MSSQL 2014
-rw-r--r--.cix.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.cix.yml b/.cix.yml
index 187ae3dcba8..2bf11e3f42a 100644
--- a/.cix.yml
+++ b/.cix.yml
@@ -10,11 +10,11 @@ RUN_ACTIVITY:
- run-db-unit-tests-oracle11g
- run-db-unit-tests-oracle12c
- run-db-unit-tests-postgresql93
- - run-integration-tests-Category1
- - run-integration-tests-Category2
- - run-integration-tests-Category3
- - run-integration-tests-Category4
- - run-integration-tests-Category5
+ - run-db-integration-tests-mssql2014-Category1
+ - run-db-integration-tests-mssql2014-Category2
+ - run-db-integration-tests-mssql2014-Category3
+ - run-db-integration-tests-mssql2014-Category4
+ - run-db-integration-tests-mssql2014-Category5
- run-it-released-plugins
- run-perf-tests
@@ -31,15 +31,15 @@ exclude:
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-unit-tests-postgresql93
SLAVE_TYPE: performance
- - RUN_ACTIVITY: run-integration-tests-Category1
+ - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1
SLAVE_TYPE: performance
- - RUN_ACTIVITY: run-integration-tests-Category2
+ - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category2
SLAVE_TYPE: performance
- - RUN_ACTIVITY: run-integration-tests-Category3
+ - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category3
SLAVE_TYPE: performance
- - RUN_ACTIVITY: run-integration-tests-Category4
+ - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category4
SLAVE_TYPE: performance
- - RUN_ACTIVITY: run-integration-tests-Category5
+ - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-it-released-plugins
SLAVE_TYPE: performance