diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-21 15:54:25 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-21 15:54:25 +0100 |
commit | a90637886c930df4d6da31e48e72b90707374730 (patch) | |
tree | f9654590193846ce66dd3cf5e3e3e8c1d184f24d /.cix.yml | |
parent | c5fc5e7a4698ff71e0bf880c02be5fd795147948 (diff) | |
download | sonarqube-a90637886c930df4d6da31e48e72b90707374730.tar.gz sonarqube-a90637886c930df4d6da31e48e72b90707374730.zip |
Temporarily disable QA tests on Oracle DB
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -5,8 +5,9 @@ RUN_ACTIVITY: - run-db-unit-tests-mysql56 - run-db-unit-tests-mssql2014 - run-db-unit-tests-mssql2016 - - run-db-unit-tests-oracle11g - - run-db-unit-tests-oracle12c + # temporarily disabled because of FP. Oracle DB is too far away from server + #- run-db-unit-tests-oracle11g + #- run-db-unit-tests-oracle12c - run-db-unit-tests-postgresql93 - run-db-integration-tests-mysql56-Category1 - run-db-integration-tests-mysql56-Category2 @@ -20,12 +21,13 @@ RUN_ACTIVITY: - run-db-integration-tests-mssql2014-Category4 - run-db-integration-tests-mssql2014-Category5 - run-db-integration-tests-mssql2014-Category6 - - 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-Category6 + # temporarily disabled because of FP. Oracle DB is too far away from server + #- 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-Category6 - run-db-integration-tests-postgresql93-Category1 - run-db-integration-tests-postgresql93-Category2 - run-db-integration-tests-postgresql93-Category3 @@ -34,7 +36,8 @@ RUN_ACTIVITY: - run-db-integration-tests-postgresql93-Category6 - run-upgrade-tests-mysql56 - run-upgrade-tests-mssql2014 - - run-upgrade-tests-oracle12c + # temporarily disabled because of FP. Oracle DB is too far away from server + #- run-upgrade-tests-oracle12c - run-upgrade-tests-postgresql93 - run-it-released-plugins - run-perf-tests |