From 2ae595b7a96d097fb5efd7776e0111cf85794955 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Fri, 5 Aug 2016 13:37:46 +0300 Subject: [PATCH] ec2api experimental job: fix rally job definition rally project previously needed to copy something to devstack during installation. right now 'rally' is a devstack plugin and it doesn't need it. Change-Id: If1d90f5274c94bfba90889f457d65a525ff2aae4 --- jenkins/jobs/ec2-api.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/jenkins/jobs/ec2-api.yaml b/jenkins/jobs/ec2-api.yaml index c6d06df679..a7066fafc0 100644 --- a/jenkins/jobs/ec2-api.yaml +++ b/jenkins/jobs/ec2-api.yaml @@ -104,13 +104,6 @@ export RALLY_SCENARIO=ec2-api-fakevirt export CEILOMETER_NOTIFICATION_TOPICS=notifications,profiler - export ENABLED_SERVICES+=,rally - - function pre_test_hook { - # Install rally-devstack integration - cp -r $BASE/new/rally/contrib/devstack/* $BASE/new/devstack/ - } - export -f pre_test_hook function post_test_hook { # run needed preparation steps for third-party project