]> source.dussan.org Git - sonarqube.git/commitdiff
Add some db upgrade tests to cix
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 19 May 2016 18:07:03 +0000 (20:07 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 19 May 2016 18:08:21 +0000 (20:08 +0200)
.cix.yml

index 5eb2a49a5b5a228e678077f2401ff9c06481f136..d77afcc2db5ad91e5d0710f5d0d5962cfcf091d8 100644 (file)
--- a/.cix.yml
+++ b/.cix.yml
@@ -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