diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-19 20:07:03 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-19 20:08:21 +0200 |
commit | a115581c92934811bebe109b390f19bb819c2ac0 (patch) | |
tree | 6f6a5ab7e178b53473dcdec1e82ebc2df37b2d03 /.cix.yml | |
parent | d0eacea06f8262e1baf00bf938152a07112b5f8e (diff) | |
download | sonarqube-a115581c92934811bebe109b390f19bb819c2ac0.tar.gz sonarqube-a115581c92934811bebe109b390f19bb819c2ac0.zip |
Add some db upgrade tests to cix
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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 |