Make sure kitchen test dependencies formulas are always fetched from correct branch
Change-Id: Id9ee7c5680a069523a9a75f7006cd74a5ef0d542
Related: PROD-29251
diff --git a/.kitchen.yml b/.kitchen.yml
index ab69bcc..cd31120 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -18,9 +18,11 @@
- name: linux
repo: git
source: https://gerrit.mcp.mirantis.com/salt-formulas/linux
+ branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
- name: keystone
repo: git
source: https://gerrit.mcp.mirantis.com/salt-formulas/keystone
+ branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
state_top:
base:
"*":