From 53a08d354b40e635c91db6434c8340db103abb33 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 8 Jul 2015 09:59:18 -0400 Subject: [PATCH] Use zuul-cloner for bifrost jobs bifrost does a bunch of things with multiple repos, but is currently managing the cloning of them all internally. Get things set up to properly use zuul-cloner to prep repo state. This should be followed up with a bifrost patch to simply use the repos that zuul-cloner prepares here. Change-Id: Ied5c5287b79aadfd6660335d4c68182821e2d843 --- jenkins/jobs/bifrost.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/jenkins/jobs/bifrost.yaml b/jenkins/jobs/bifrost.yaml index 18a0f07bdb..336a36f3b9 100644 --- a/jenkins/jobs/bifrost.yaml +++ b/jenkins/jobs/bifrost.yaml @@ -9,8 +9,18 @@ builders: - link-logs - net-info - - gerrit-git-prep - shell: | + #!/bin/bash -eux + cd $WORKSPACE + + /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ + git://git.openstack.org \ + openstack/bifrost \ + openstack/ironic \ + openstack/python-ironicclient \ + openstack-infra/shade + export GIT_BASE=$(pwd) + cd openstack/bifrost scripts/test-bifrost.sh publishers: