From 28f8e09eaf95f6d35891aca999ae75797a7e39b3 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 4 Jan 2017 08:29:51 +0100 Subject: [PATCH] Add barbican-tempest-plugin for more jobs With the creation of the barbican-tempest-plugin repo, jobs need to add the repo to PROJECTS variable if they use the barbican plugin. Update barbicanclient and castellan. Change-Id: I3b3c662e37760f116fe482ecc9976a917b41af26 --- jenkins/jobs/castellan.yaml | 1 + jenkins/jobs/python-barbicanclient.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/jenkins/jobs/castellan.yaml b/jenkins/jobs/castellan.yaml index fa811811b4..262de22b68 100644 --- a/jenkins/jobs/castellan.yaml +++ b/jenkins/jobs/castellan.yaml @@ -17,6 +17,7 @@ export ENABLED_SERVICES=tempest,keystone export PROJECTS="openstack/barbican $PROJECTS" export PROJECTS="openstack/python-barbicanclient $PROJECTS" + export PROJECTS="openstack/barbican-tempest-plugin $PROJECTS" export PROJECTS="openstack/castellan $PROJECTS" export DEVSTACK_LOCAL_CONFIG="enable_plugin barbican git://git.openstack.org/openstack/barbican" diff --git a/jenkins/jobs/python-barbicanclient.yaml b/jenkins/jobs/python-barbicanclient.yaml index d04970c962..5fec5a73f8 100644 --- a/jenkins/jobs/python-barbicanclient.yaml +++ b/jenkins/jobs/python-barbicanclient.yaml @@ -17,6 +17,7 @@ export ENABLED_SERVICES=barbican,tempest,keystone export PROJECTS="openstack/barbican $PROJECTS" export PROJECTS="openstack/python-barbicanclient $PROJECTS" + export PROJECTS="openstack/barbican-tempest-plugin $PROJECTS" function gate_hook {{ $BASE/new/barbican/devstack/gate_hook.sh