Skip to content
Snippets Groups Projects
Commit 0bb4271c authored by Imran Iqbal's avatar Imran Iqbal
Browse files

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

parent 4d402167
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ jobs: ...@@ -58,7 +58,7 @@ jobs:
## Define the rest of the matrix based on Kitchen testing ## Define the rest of the matrix based on Kitchen testing
# Make sure the instances listed below match up with # Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml` # the `platforms` defined in `kitchen.yml`
- env: INSTANCE=default-debian-10-develop-py3 - env: INSTANCE=default-debian-10-master-py3
# - env: INSTANCE=default-ubuntu-1804-develop-py3 # - env: INSTANCE=default-ubuntu-1804-develop-py3
# - env: INSTANCE=default-centos-7-develop-py3 # - env: INSTANCE=default-centos-7-develop-py3
# - env: INSTANCE=default-fedora-30-develop-py3 # - env: INSTANCE=default-fedora-30-develop-py3
......
...@@ -11,13 +11,13 @@ driver: ...@@ -11,13 +11,13 @@ driver:
# Make sure the platforms listed below match up with # Make sure the platforms listed below match up with
# the `env.matrix` instances defined in `.travis.yml` # the `env.matrix` instances defined in `.travis.yml`
platforms: platforms:
## SALT `develop` ## SALT `develop` => `master`
- name: debian-10-develop-py3 - name: debian-10-master-py3
driver: driver:
image: netmanagers/salt-develop-py3:debian-10 image: netmanagers/salt-master-py3:debian-10
provision_command: provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com - 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 - name: ubuntu-1804-develop-py3
driver: driver:
image: netmanagers/salt-develop-py3:ubuntu-18.04 image: netmanagers/salt-develop-py3:ubuntu-18.04
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment