diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-02 17:49:10 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-08 21:15:37 +0100 |
commit | 16264d1be3af1f8b5709a1811c4b4e58bc22762e (patch) | |
tree | 3c28735bd0e80dbcae7e1e899b0a6eb7e76cfc92 /.cix.yml | |
parent | e2bf4b506020297b7bda20d320bf4b61a4315825 (diff) | |
download | sonarqube-16264d1be3af1f8b5709a1811c4b4e58bc22762e.tar.gz sonarqube-16264d1be3af1f8b5709a1811c4b4e58bc22762e.zip |
Enable upgrade tests on QA env
Diffstat (limited to '.cix.yml')
-rw-r--r-- | .cix.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,7 @@ RUN_ACTIVITY: - run-db-integration-tests-mssql2014-Category3 - run-db-integration-tests-mssql2014-Category4 - run-db-integration-tests-mssql2014-Category5 + - run-upgrade-tests-mssql2014 - run-it-released-plugins - run-perf-tests @@ -41,6 +42,8 @@ exclude: SLAVE_TYPE: performance - RUN_ACTIVITY: run-db-integration-tests-mssql2014-Category5 SLAVE_TYPE: performance + - RUN_ACTIVITY: run-upgrade-tests-mssql2014 + SLAVE_TYPE: performance - RUN_ACTIVITY: run-it-released-plugins SLAVE_TYPE: performance - RUN_ACTIVITY: run-perf-tests |