]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Pin fixtures for stables branches
authorSebastien Badia <sebastien.badia@enovance.com>
Mon, 16 Mar 2015 09:06:09 +0000 (10:06 +0100)
committerGael Chamoulaud <gchamoul@redhat.com>
Mon, 16 Mar 2015 15:01:47 +0000 (15:01 +0000)
Use the current branch for others fixtures in order to avoid to break tests due
to master changes.

Change-Id: I39cb9b200057af9f20bc6b65b19b70f0fe17fb8c

.fixtures.yml

index 43fc9b55b1b348a7939499185d86b2761c2707f2..4228343625aadc758216d21c20910b38258292d4 100644 (file)
@@ -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}"