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