소스 검색

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

* Automated using https://github.com/myii/ssf-formula/pull/84
tags/v1.2.3
Imran Iqbal 5 년 전
부모
커밋
fc9ad29874
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +1
    -1
      .travis.yml
  2. +5
    -5
      kitchen.yml

+ 1
- 1
.travis.yml 파일 보기

@@ -61,7 +61,7 @@ jobs:
## Define the rest of the matrix based on Kitchen testing
# Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml`
- env: INSTANCE=debian-debian-10-develop-py3
- env: INSTANCE=debian-debian-10-master-py3
# - env: INSTANCE=ubuntu-ubuntu-1804-develop-py3
# - env: INSTANCE=redhat-centos-7-develop-py3
# - env: INSTANCE=redhat-fedora-30-develop-py3

+ 5
- 5
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
@@ -195,7 +195,7 @@ verifier:
suites:
- name: debian
includes:
- debian-10-develop-py3
- debian-10-master-py3
- debian-9-2019-2-py3
- debian-9-2018-3-py2
- debian-8-2017-7-py2

Loading…
취소
저장