aboutsummaryrefslogtreecommitdiffstats
path: root/.cix.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-19 07:57:48 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-19 07:57:48 +0100
commit1387ed6576fdc6e1c41a4ceb4fd76e8e0681f76d (patch)
treef2f5b3ed27b79845bc24fb1810482f3ae6b70097 /.cix.yml
parentbb56500b737c043e5b2486c8a3cc36fca9fb715c (diff)
downloadsonarqube-1387ed6576fdc6e1c41a4ceb4fd76e8e0681f76d.tar.gz
sonarqube-1387ed6576fdc6e1c41a4ceb4fd76e8e0681f76d.zip
Replace Oracle by MSSQL in QA tests
Temporarily disable Oracle because of JDBC driver not found
Diffstat (limited to '.cix.yml')
-rw-r--r--.cix.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cix.yml b/.cix.yml
index 06cc3080d4f..dea2b59376a 100644
--- a/.cix.yml
+++ b/.cix.yml
@@ -10,7 +10,7 @@ RUN_ACTIVITY:
- run-db-unit-tests-oracle11g
- run-db-unit-tests-oracle12c
- run-db-unit-tests-postgresql93
- - run-db-integration-tests-oracle12c-Category1
+ - run-db-integration-tests-mssql2014-Category1
- run-it-released-plugins
- run-perf-tests
@@ -27,7 +27,7 @@ exclude:
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-db-unit-tests-postgresql93
SLAVE_TYPE: performance
- - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1
+ - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category1
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-it-released-plugins
SLAVE_TYPE: performance