From 07a91959b0a9d46734498574c3d875630aa218e2 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Tue, 28 Jul 2015 08:00:06 +0300 Subject: [PATCH] fix brackets in ec2api job definition My mistake. I've copied job definition from job template where brackets are twin. But new job is not template and definition requieres only one pair. Change-Id: Ib08cda75b492270ae2cafa0f15cbd86fe7e60296 --- jenkins/jobs/ec2-api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/jobs/ec2-api.yaml b/jenkins/jobs/ec2-api.yaml index 49126ba0cc..5127583417 100644 --- a/jenkins/jobs/ec2-api.yaml +++ b/jenkins/jobs/ec2-api.yaml @@ -148,12 +148,12 @@ export DEVSTACK_LOCAL_CONFIG="enable_plugin ec2-api git://git.openstack.org/stackforge/ec2-api" export ENABLED_SERVICES+=,swift3 - function post_test_hook {{ + function post_test_hook { source $BASE/new/devstack/accrc/admin/admin cd /opt/stack/new/ec2-api/ export RUN_LONG_TESTS=1 ./ec2api/tests/contrib/post_test_hook.sh - }} + } export -f post_test_hook cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh