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.sh | |
parent | e2bf4b506020297b7bda20d320bf4b61a4315825 (diff) | |
download | sonarqube-16264d1be3af1f8b5709a1811c4b4e58bc22762e.tar.gz sonarqube-16264d1be3af1f8b5709a1811c4b4e58bc22762e.zip |
Enable upgrade tests on QA env
Diffstat (limited to 'cix.sh')
-rwxr-xr-x | cix.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -32,6 +32,11 @@ case "$RUN_ACTIVITY" in ./run-perf-tests.sh ;; + run-upgrade-tests-*) + DB_ENGINE=`echo $RUN_ACTIVITY | sed "s/run-upgrade-tests-//g"` + ./run-upgrade-tests.sh "http://infra.internal.sonarsource.com/jenkins/orch-${DB_ENGINE}.properties" + ;; + *) echo "unknown RUN_ACTIVITY = $RUN_ACTIVITY" exit 1 |