Skip to content

Commit 55d5df1

Browse files
committed
ci(platform): add arch-base-latest (commented out for now) [skip ci]
* Automated using myii/ssf-formula#50
1 parent c31af3a commit 55d5df1

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

kitchen.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ platforms:
5353
provision_command:
5454
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
5555
- sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
56+
- name: arch-base-latest-develop-py2
57+
driver:
58+
image: netmanagers/salt-develop-py2:arch-base-latest
59+
provision_command:
60+
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
61+
- sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
62+
run_command: /usr/lib/systemd/systemd
5663

5764
## SALT `2019.2`
5865
- name: debian-9-2019-2-py3
@@ -78,6 +85,10 @@ platforms:
7885
- name: amazonlinux-2-2019-2-py2
7986
driver:
8087
image: netmanagers/salt-2019.2-py2:amazonlinux-2
88+
- name: arch-base-latest-2019-2-py2
89+
driver:
90+
image: netmanagers/salt-2019.2-py2:arch-base-latest
91+
run_command: /usr/lib/systemd/systemd
8192

8293
## SALT `2018.3`
8394
- name: debian-9-2018-3-py2
@@ -103,6 +114,10 @@ platforms:
103114
- name: amazonlinux-2-2018-3-py2
104115
driver:
105116
image: netmanagers/salt-2018.3-py2:amazonlinux-2
117+
- name: arch-base-latest-2018-3-py2
118+
driver:
119+
image: netmanagers/salt-2018.3-py2:arch-base-latest
120+
run_command: /usr/lib/systemd/systemd
106121

107122
## SALT `2017.7`
108123
- name: debian-8-2017-7-py2
@@ -129,6 +144,10 @@ platforms:
129144
- name: amazonlinux-2-2017-7-py2
130145
driver:
131146
image: netmanagers/salt-2017.7-py2:amazonlinux-2
147+
- name: arch-base-latest-2017-7-py2
148+
driver:
149+
image: netmanagers/salt-2017.7-py2:arch-base-latest
150+
run_command: /usr/lib/systemd/systemd
132151

133152
provisioner:
134153
name: salt_solo

test/integration/default/inspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ supports:
1515
- platform-name: suse
1616
- platform-name: freebsd
1717
- platform-name: amazon
18+
- platform-name: arch

0 commit comments

Comments
 (0)