aboutsummaryrefslogtreecommitdiffstats
path: root/.cix.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-05-19 20:07:03 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-05-19 20:08:21 +0200
commita115581c92934811bebe109b390f19bb819c2ac0 (patch)
tree6f6a5ab7e178b53473dcdec1e82ebc2df37b2d03 /.cix.yml
parentd0eacea06f8262e1baf00bf938152a07112b5f8e (diff)
downloadsonarqube-a115581c92934811bebe109b390f19bb819c2ac0.tar.gz
sonarqube-a115581c92934811bebe109b390f19bb819c2ac0.zip
Add some db upgrade tests to cix
Diffstat (limited to '.cix.yml')
-rw-r--r--.cix.yml17
1 files changed, 16 insertions, 1 deletions
diff --git a/.cix.yml b/.cix.yml
index 5eb2a49a5b5..d77afcc2db5 100644
--- a/.cix.yml
+++ b/.cix.yml
@@ -16,6 +16,9 @@ RUN_ACTIVITY:
- run-db-integration-tests-mssql2014-Category4
- run-db-integration-tests-mssql2014-Category5
- run-upgrade-tests-mssql2014
+ - run-upgrade-tests-mysql56
+ - run-upgrade-tests-oracle12c
+ - run-upgrade-tests-postgresql93
- run-it-released-plugins
- run-perf-tests
@@ -44,6 +47,12 @@ exclude:
SLAVE_TYPE: performance
- RUN_ACTIVITY: run-upgrade-tests-mssql2014
SLAVE_TYPE: performance
+ - RUN_ACTIVITY: run-upgrade-tests-mysql56
+ SLAVE_TYPE: performance
+ - RUN_ACTIVITY: run-upgrade-tests-oracle12c
+ SLAVE_TYPE: performance
+ - RUN_ACTIVITY: run-upgrade-tests-postgresql93
+ SLAVE_TYPE: performance
- RUN_ACTIVITY: run-it-released-plugins
SLAVE_TYPE: performance
@@ -74,5 +83,11 @@ exclude:
SLAVE_TYPE: windows
- RUN_ACTIVITY: run-upgrade-tests-mssql2014
SLAVE_TYPE: windows
+ - RUN_ACTIVITY: run-upgrade-tests-mysql56
+ SLAVE_TYPE: windows
+ - RUN_ACTIVITY: run-upgrade-tests-oracle12c
+ SLAVE_TYPE: windows
+ - RUN_ACTIVITY: run-upgrade-tests-postgresql93
+ SLAVE_TYPE: windows
- RUN_ACTIVITY: run-perf-tests
- SLAVE_TYPE: windows \ No newline at end of file
+ SLAVE_TYPE: windows