aboutsummaryrefslogtreecommitdiffstats
path: root/cix.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-10 18:19:40 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-10 18:19:40 +0100
commit5f7f72ce0fdc6cb87d2f9377ae6b48e248974aca (patch)
tree086d4ac4597a8eff353645fd4517f4a63bf5aa1f /cix.sh
parent323b19aff959444c27bec972761248b5194c42a6 (diff)
downloadsonarqube-5f7f72ce0fdc6cb87d2f9377ae6b48e248974aca.tar.gz
sonarqube-5f7f72ce0fdc6cb87d2f9377ae6b48e248974aca.zip
Move plugins ITs to QA and enable perf tests
Diffstat (limited to 'cix.sh')
-rwxr-xr-xcix.sh13
1 files changed, 2 insertions, 11 deletions
diff --git a/cix.sh b/cix.sh
index 0fc437a9e66..b3586a872e1 100755
--- a/cix.sh
+++ b/cix.sh
@@ -11,17 +11,8 @@ 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`
-
- echo "./run-db-integration-tests.sh $DB_ENGINE $CATEGORY $SLAVE_TYPE"
- ;;
-
- run-upgrade-tests-*)
- DB_ENGINE=`echo $RUN_ACTIVITY | sed "s/run-upgrade-tests-//g"`
-
- echo "./run-upgrade-tests.sh $DB_ENGINE $SLAVE_TYPE"
+ run-it-released-plugins)
+ ./run-integration-tests.sh "http://infra.internal.sonarsource.com/jenkins/orch-h2.properties" "Plugins"
;;
run-perf-tests)