Make sure kitchen test dependencies formulas are always fetched from correct branch
Change-Id: I08b9db960deb4d2b28ecd1fe4cd9bff1692f76b7
Related: PROD-29251
diff --git a/.kitchen.yml b/.kitchen.yml
index 2868a31..9ae354c 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: oslo_templates
repo: git
source: https://gerrit.mcp.mirantis.com/salt-formulas/oslo-templates
+ branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
state_top:
base:
"*":