diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-08-02 10:05:34 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-08-03 18:01:08 +0200 |
commit | 6d0443dbb9b3108e54882bd818e8192bb78df0a0 (patch) | |
tree | 9cd843b48694e0a51f2b96364b44b9c71ebf0621 /.cix.yml | |
parent | 0eb6b4d13152acdb8d2638c6403342fd2d056c09 (diff) | |
download | sonarqube-6d0443dbb9b3108e54882bd818e8192bb78df0a0.tar.gz sonarqube-6d0443dbb9b3108e54882bd818e8192bb78df0a0.zip |
Enable Oracle12c and PostgreSQL in QA
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -13,6 +13,16 @@ RUN_ACTIVITY: - run-db-integration-tests-mssql2014-Category3 - run-db-integration-tests-mssql2014-Category4 - run-db-integration-tests-mssql2014-Category5 + - run-db-integration-tests-oracle12c-Category1 + - run-db-integration-tests-oracle12c-Category2 + - run-db-integration-tests-oracle12c-Category3 + - run-db-integration-tests-oracle12c-Category4 + - run-db-integration-tests-oracle12c-Category5 + - run-db-integration-tests-postgresql93-Category1 + - run-db-integration-tests-postgresql93-Category2 + - run-db-integration-tests-postgresql93-Category3 + - run-db-integration-tests-postgresql93-Category4 + - run-db-integration-tests-postgresql93-Category5 - run-upgrade-tests-mssql2014 - run-upgrade-tests-mysql56 - run-upgrade-tests-oracle12c @@ -43,6 +53,26 @@ exclude: SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5 SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category2 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category3 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category4 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category5 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category1 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category2 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category3 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category4 + SLAVE_TYPE: performance + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category5 + SLAVE_TYPE: performance - RUN_ACTIVITY: run-upgrade-tests-mssql2014 SLAVE_TYPE: performance - RUN_ACTIVITY: run-upgrade-tests-mysql56 @@ -79,6 +109,26 @@ exclude: SLAVE_TYPE: windows - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5 SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category1 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category2 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category3 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category4 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-oracle12c-Category5 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category1 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category2 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category3 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category4 + SLAVE_TYPE: windows + - RUN_ACTIVITY: run-db-integration-tests-postgresql93-Category5 + SLAVE_TYPE: windows - RUN_ACTIVITY: run-upgrade-tests-mssql2014 SLAVE_TYPE: windows - RUN_ACTIVITY: run-upgrade-tests-mysql56 |