浏览代码

ci(kitchen): use `develop` image until `master` is ready (`amazonlinux`) [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/93
tags/v0.5.1
Imran Iqbal 5 年前
父节点
当前提交
68366d7052
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      kitchen.yml

+ 4
- 2
kitchen.yml 查看文件

@@ -47,12 +47,14 @@ platforms:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport:
max_ssh_sessions: 1
# Use the `develop` image temporarily until the `master` image is available
# Not changing the name to minimise disruption across all of the formulas
- name: amazonlinux-2-master-py2
driver:
image: netmanagers/salt-master-py2:amazonlinux-2
image: netmanagers/salt-develop-py2:amazonlinux-2
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPbfrq -x python2 git master
- sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
- name: arch-base-latest-master-py2
driver:
image: netmanagers/salt-master-py2:arch-base-latest

正在加载...
取消
保存