diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-10-24 16:50:36 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-10-24 17:43:58 +0200 |
commit | 1a49feaa758a2e5bc1e0159c61bdbb88b707108b (patch) | |
tree | 579b02fe751e3b3248539f4c9f166c2930d999f7 /.cix.yml | |
parent | 2415c0342d0d36fd070332256c6a752d4556e6d9 (diff) | |
download | sonarqube-1a49feaa758a2e5bc1e0159c61bdbb88b707108b.tar.gz sonarqube-1a49feaa758a2e5bc1e0159c61bdbb88b707108b.zip |
Re-enable upgrade tests
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -28,10 +28,10 @@ RUN_ACTIVITY: - run-db-integration-tests-postgresql93-Category3 - run-db-integration-tests-postgresql93-Category4 - run-db-integration-tests-postgresql93-Category5 -# - run-upgrade-tests-mysql56 -# - run-upgrade-tests-mssql2014 -# - run-upgrade-tests-oracle12c -# - run-upgrade-tests-postgresql93 + - run-upgrade-tests-mysql56 + - run-upgrade-tests-mssql2014 + - run-upgrade-tests-oracle12c + - run-upgrade-tests-postgresql93 - run-it-released-plugins - run-perf-tests |