From 542236a7add915c43f5f660f1aa2e156e6f2b9af Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Mon, 16 Mar 2015 10:06:09 +0100 Subject: [PATCH] Pin fixtures for stables branches Use the current branch for others fixtures in order to avoid to break tests due to master changes. Change-Id: I39cb9b200057af9f20bc6b65b19b70f0fe17fb8c --- .fixtures.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 43fc9b5..4228343 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,11 +1,15 @@ fixtures: repositories: 'inifile': 'git://github.com/puppetlabs/puppetlabs-inifile' - 'keystone': 'git://github.com/stackforge/puppet-keystone.git' + 'keystone': + repo: 'git://github.com/stackforge/puppet-keystone.git' + ref: 'origin/stable/icehouse' 'mysql': repo: 'git://github.com/puppetlabs/puppetlabs-mysql.git' ref: 'origin/0.x' - 'nova': 'git://github.com/stackforge/puppet-nova.git' + 'nova': + repo: 'git://github.com/stackforge/puppet-nova.git' + ref: 'origin/stable/icehouse' 'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git' symlinks: 'ceilometer': "#{source_dir}" -- 2.45.2