aboutsummaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-19 09:41:22 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-22 20:56:59 +0100
commit58f770105ceef3a41a698ccd83c57d4498e6741d (patch)
tree67b1609479751f90984015c4f0205f84c012e128 /cix.sh
parent6e9accbad15f8485f8860a8afbb525c4a04dd278 (diff)
downloadsonarqube-58f770105ceef3a41a698ccd83c57d4498e6741d.tar.gz
sonarqube-58f770105ceef3a41a698ccd83c57d4498e6741d.zip
Complete matrix of QA tests
Diffstat (limited to 'cix.sh')
-rwxr-xr-xcix.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/cix.sh b/cix.sh
index 23d5f5a0c88..2a2993e308c 100755
--- a/cix.sh
+++ b/cix.sh
@@ -18,6 +18,12 @@ case "$RUN_ACTIVITY" in
./run-integration-tests.sh "${CATEGORY}" "http://infra.internal.sonarsource.com/jenkins/orch-${DB_ENGINE}.properties"
;;
+ run-integration-tests-*)
+ CATEGORY=`echo $RUN_ACTIVITY | sed "s/run-integration-tests-//g"`
+
+ ./run-integration-tests.sh "${CATEGORY}" "http://infra.internal.sonarsource.com/jenkins/orch-embedded.properties"
+ ;;
+
run-it-released-plugins)
./run-integration-tests.sh "Plugins" "http://infra.internal.sonarsource.com/jenkins/orch-h2.properties"
;;