summaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-02 17:49:10 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-08 21:15:37 +0100
commit16264d1be3af1f8b5709a1811c4b4e58bc22762e (patch)
tree3c28735bd0e80dbcae7e1e899b0a6eb7e76cfc92 /cix.sh
parente2bf4b506020297b7bda20d320bf4b61a4315825 (diff)
downloadsonarqube-16264d1be3af1f8b5709a1811c4b4e58bc22762e.tar.gz
sonarqube-16264d1be3af1f8b5709a1811c4b4e58bc22762e.zip
Enable upgrade tests on QA env
Diffstat (limited to 'cix.sh')
-rwxr-xr-xcix.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/cix.sh b/cix.sh
index 2a2993e308c..4dc1e6d598b 100755
--- a/cix.sh
+++ b/cix.sh
@@ -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