Skip to content

Commit

Permalink
ci(platform): add arch-base-latest
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#40
  • Loading branch information
myii committed Sep 25, 2019
1 parent 9d823ed commit 6dd656f
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,28 @@ env:
# - INSTANCE: fedora-30-develop-py3
# - INSTANCE: opensuse-leap-15-develop-py3
# - INSTANCE: amazonlinux-2-develop-py2
# - INSTANCE: arch-base-latest-develop-py2
# - INSTANCE: debian-9-2019-2-py3
- INSTANCE: ubuntu-1804-2019-2-py3
# - INSTANCE: centos-7-2019-2-py3
# - INSTANCE: fedora-30-2019-2-py3
- INSTANCE: fedora-30-2019-2-py3
# - INSTANCE: opensuse-leap-15-2019-2-py3
- INSTANCE: amazonlinux-2-2019-2-py2
# - INSTANCE: arch-base-latest-2019-2-py2
# - INSTANCE: debian-9-2018-3-py2
# - INSTANCE: ubuntu-1604-2018-3-py2
# - INSTANCE: centos-7-2018-3-py2
- INSTANCE: fedora-29-2018-3-py2
- INSTANCE: centos-7-2018-3-py2
# - INSTANCE: fedora-29-2018-3-py2
- INSTANCE: opensuse-leap-15-2018-3-py2
# - INSTANCE: amazonlinux-2-2018-3-py2
# - INSTANCE: arch-base-latest-2018-3-py2
# - INSTANCE: debian-8-2017-7-py2
# - INSTANCE: ubuntu-1604-2017-7-py2
- INSTANCE: centos-6-2017-7-py2
# - INSTANCE: centos-6-2017-7-py2
# - INSTANCE: fedora-29-2017-7-py2
# - INSTANCE: opensuse-leap-15-2017-7-py2
# - INSTANCE: amazonlinux-2-2017-7-py2
- INSTANCE: arch-base-latest-2017-7-py2

script:
- bin/kitchen verify ${INSTANCE}
Expand Down
19 changes: 19 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ platforms:
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
- name: arch-base-latest-develop-py2
driver:
image: netmanagers/salt-develop-py2:arch-base-latest
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPbfrq -x python2 git develop
run_command: /usr/lib/systemd/systemd

## SALT `2019.2`
- name: debian-9-2019-2-py3
Expand All @@ -87,6 +94,10 @@ platforms:
- name: amazonlinux-2-2019-2-py2
driver:
image: netmanagers/salt-2019.2-py2:amazonlinux-2
- name: arch-base-latest-2019-2-py2
driver:
image: netmanagers/salt-2019.2-py2:arch-base-latest
run_command: /usr/lib/systemd/systemd

## SALT `2018.3`
- name: debian-9-2018-3-py2
Expand All @@ -112,6 +123,10 @@ platforms:
- name: amazonlinux-2-2018-3-py2
driver:
image: netmanagers/salt-2018.3-py2:amazonlinux-2
- name: arch-base-latest-2018-3-py2
driver:
image: netmanagers/salt-2018.3-py2:arch-base-latest
run_command: /usr/lib/systemd/systemd

## SALT `2017.7`
- name: debian-8-2017-7-py2
Expand All @@ -138,6 +153,10 @@ platforms:
- name: amazonlinux-2-2017-7-py2
driver:
image: netmanagers/salt-2017.7-py2:amazonlinux-2
- name: arch-base-latest-2017-7-py2
driver:
image: netmanagers/salt-2017.7-py2:arch-base-latest
run_command: /usr/lib/systemd/systemd

provisioner:
name: salt_solo
Expand Down
1 change: 1 addition & 0 deletions test/integration/dev_server/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ supports:
- platform-name: suse
- platform-name: freebsd
- platform-name: amazon
- platform-name: arch
1 change: 1 addition & 0 deletions test/integration/install_binary/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ supports:
- platform-name: suse
- platform-name: freebsd
- platform-name: amazon
- platform-name: arch
1 change: 1 addition & 0 deletions test/integration/prod_server/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ supports:
- platform-name: suse
- platform-name: freebsd
- platform-name: amazon
- platform-name: arch

0 comments on commit 6dd656f

Please sign in to comment.