Skip to content

Commit

Permalink
ci(kitchen): use develop image until master is ready (`amazonlinu…
Browse files Browse the repository at this point in the history
…x`) [skip ci]

* Automated using myii/ssf-formula#93
  • Loading branch information
myii committed Nov 3, 2019
1 parent 2ece69c commit df76c72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ platforms:
# => SCP did not finish successfully (255): (Net::SCP::Error)
transport:
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
driver:
image: netmanagers/salt-master-py2:amazonlinux-2
image: netmanagers/salt-develop-py2:amazonlinux-2
provision_command:
- 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
driver:
image: netmanagers/salt-master-py2:arch-base-latest
Expand Down

0 comments on commit df76c72

Please sign in to comment.