diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-12-08 16:31:15 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-12-08 16:31:15 +0100 |
commit | fb9dd756d3e18058e13384b4119e220d3ae1a43d (patch) | |
tree | f32e76f08a369abe9f0cd85488457fccb300b2dc | |
parent | 6615adef5beba29434f690a18aea196c087611c6 (diff) | |
download | sonarqube-fb9dd756d3e18058e13384b4119e220d3ae1a43d.tar.gz sonarqube-fb9dd756d3e18058e13384b4119e220d3ae1a43d.zip |
Revert "temporarily disable upgrade tests"
This reverts commit 6615adef5beba29434f690a18aea196c087611c6.
-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 |