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

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

parent 1980c634
Branches
No related tags found
No related merge requests found
...@@ -47,12 +47,14 @@ platforms: ...@@ -47,12 +47,14 @@ platforms:
# => SCP did not finish successfully (255): (Net::SCP::Error) # => SCP did not finish successfully (255): (Net::SCP::Error)
transport: transport:
max_ssh_sessions: 1 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 - name: amazonlinux-2-master-py2
driver: driver:
image: netmanagers/salt-master-py2:amazonlinux-2 image: netmanagers/salt-develop-py2:amazonlinux-2
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 python2 git master - sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
- name: arch-base-latest-master-py2 - name: arch-base-latest-master-py2
driver: driver:
image: netmanagers/salt-master-py2:arch-base-latest image: netmanagers/salt-master-py2:arch-base-latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment