瀏覽代碼

ci(kitchen): use `debian-10-master-py3` instead of `develop` [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/84
tags/v0.5.1
Imran Iqbal 5 年之前
父節點
當前提交
3ce84e4cf0
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. +1
    -1
      .cirrus.yml
  2. +4
    -4
      kitchen.yml

+ 1
- 1
.cirrus.yml 查看文件

@@ -5,7 +5,7 @@ docker_builder:
name: Test ${INSTANCE}
env:
matrix:
- INSTANCE: default-debian-10-develop-py3
- INSTANCE: default-debian-10-master-py3
# - INSTANCE: default-ubuntu-1804-develop-py3
# - INSTANCE: default-centos-7-develop-py3
# - INSTANCE: default-fedora-30-develop-py3

+ 4
- 4
kitchen.yml 查看文件

@@ -11,13 +11,13 @@ driver:
# Make sure the platforms listed below match up with
# the `env.matrix` instances defined in `.travis.yml`
platforms:
## SALT `develop`
- name: debian-10-develop-py3
## SALT `develop` => `master`
- name: debian-10-master-py3
driver:
image: netmanagers/salt-develop-py3:debian-10
image: netmanagers/salt-master-py3:debian-10
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
- name: ubuntu-1804-develop-py3
driver:
image: netmanagers/salt-develop-py3:ubuntu-18.04

Loading…
取消
儲存