diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-08-05 17:24:28 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-08-05 17:28:23 +0200 |
commit | 532fc461044ec41da7157613aaf2e32c54f9a042 (patch) | |
tree | f2dff19dce389b7599bff91f4174dffb7f41033e /.cix.yml | |
parent | 0801387ec853034bd118bc8b0b1280a5def34a66 (diff) | |
download | sonarqube-532fc461044ec41da7157613aaf2e32c54f9a042.tar.gz sonarqube-532fc461044ec41da7157613aaf2e32c54f9a042.zip |
Temporarily disable Oracle ITs
QA infrastructure is too slow. Orchestrator startup
fails on timeout.
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 51 |
1 files changed, 26 insertions, 25 deletions
@@ -13,11 +13,12 @@ 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 + # 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-postgresql93-Category1 - run-db-integration-tests-postgresql93-Category2 - run-db-integration-tests-postgresql93-Category3 @@ -53,16 +54,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 @@ -109,16 +110,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 |