Browse Source

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

* Automated using https://github.com/myii/ssf-formula/pull/84
tags/v0.10.0
Imran Iqbal 5 years ago
parent
commit
0506a5c5db
2 changed files with 6 additions and 6 deletions
  1. +2
    -2
      .travis.yml
  2. +4
    -4
      kitchen.yml

+ 2
- 2
.travis.yml View File

@@ -50,8 +50,8 @@ 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=repositories-debian-10-develop-py3
# - env: INSTANCE=preferences-debian-10-develop-py3
- env: INSTANCE=repositories-debian-10-master-py3
# - env: INSTANCE=preferences-debian-10-master-py3
# - env: INSTANCE=repositories-ubuntu-1804-develop-py3
# - env: INSTANCE=preferences-ubuntu-1804-develop-py3
- env: INSTANCE=repositories-debian-9-2019-2-py3

+ 4
- 4
kitchen.yml View File

@@ -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…
Cancel
Save