Skip to content

Commit e8ed39a

Browse files
committed
ci(kitchen): use develop image until master is ready (amazonlinux) [skip ci]
* Automated using myii/ssf-formula#93
1 parent e586fbe commit e8ed39a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

kitchen.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@ platforms:
4747
# => SCP did not finish successfully (255): (Net::SCP::Error)
4848
transport:
4949
max_ssh_sessions: 1
50+
# Use the `develop` image temporarily until the `master` image is available
51+
# Not changing the name to minimise disruption across all of the formulas
5052
- name: amazonlinux-2-master-py2
5153
driver:
52-
image: netmanagers/salt-master-py2:amazonlinux-2
54+
image: netmanagers/salt-develop-py2:amazonlinux-2
5355
provision_command:
5456
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
55-
- sh bootstrap-salt.sh -XdPbfrq -x python2 git master
57+
- sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
5658
- name: arch-base-latest-master-py2
5759
driver:
5860
image: netmanagers/salt-master-py2:arch-base-latest

0 commit comments

Comments
 (0)