aboutsummaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-17 10:42:55 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-17 10:42:55 +0100
commit9194c3363d91e37af5a4ab08d06e0e1e52194a6d (patch)
treecafb90ce14691e136eb438748636df5172e3e7f0 /cix.sh
parent3150a83038964be9ebe4a8a0933ced67f52dddf5 (diff)
downloadsonarqube-9194c3363d91e37af5a4ab08d06e0e1e52194a6d.tar.gz
sonarqube-9194c3363d91e37af5a4ab08d06e0e1e52194a6d.zip
Add QA job "run-db-integration-tests-oracle12c-Category1"
Diffstat (limited to 'cix.sh')
-rwxr-xr-xcix.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/cix.sh b/cix.sh
index dca3ef0ec90..23d5f5a0c88 100755
--- a/cix.sh
+++ b/cix.sh
@@ -11,6 +11,13 @@ case "$RUN_ACTIVITY" in
./run-db-unit-tests.sh "http://infra.internal.sonarsource.com/jenkins/orch-${DB_ENGINE}.properties"
;;
+ run-db-integration-tests-*)
+ DB_ENGINE=`echo $RUN_ACTIVITY | sed "s/run-db-integration-tests-//g" | cut -d \- -f 1`
+ CATEGORY=`echo $RUN_ACTIVITY | sed "s/run-db-integration-tests-//g" | cut -d \- -f 2`
+
+ ./run-integration-tests.sh "${CATEGORY}" "http://infra.internal.sonarsource.com/jenkins/orch-${DB_ENGINE}.properties"
+ ;;
+
run-it-released-plugins)
./run-integration-tests.sh "Plugins" "http://infra.internal.sonarsource.com/jenkins/orch-h2.properties"
;;