diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-08-24 21:35:49 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-08-24 21:35:49 +0200 |
commit | 8aa3feee31f00009dbed4d9c78d74003480b754d (patch) | |
tree | 9cf04f1dc1a2c284905c862b18d225851cfe6756 /.cix.yml | |
parent | 7d85d969c0d0dddb202ee9440cabd5c698a7cfe3 (diff) | |
download | sonarqube-8aa3feee31f00009dbed4d9c78d74003480b754d.tar.gz sonarqube-8aa3feee31f00009dbed4d9c78d74003480b754d.zip |
Re-enable QA tests on Oracle 12c
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 51 |
1 files changed, 25 insertions, 26 deletions
@@ -13,12 +13,11 @@ RUN_ACTIVITY: - run-db-integration-tests-mssql2014-Category3 - run-db-integration-tests-mssql2014-Category4 - run-db-integration-tests-mssql2014-Category5 - # Temporarily disabled because of slow Oracle infrastructure - #- 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-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 @@ -54,16 +53,16 @@ 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-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 @@ -110,16 +109,16 @@ 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-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 |