Skip to content

Commit

Permalink
ci(platform): add arch-base-latest (commented out for now) [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#50
  • Loading branch information
myii authored and noelmcloughlin committed Jan 22, 2020
1 parent 647d9e7 commit aba4ddc
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,18 @@ env:
- INSTANCE: v201707-py2-ubuntu-1604-2017-7-py2
- INSTANCE: v201707-py2-centos-6-2017-7-py2
# - INSTANCE: v201707-py2-amazonlinux-2-2017-7-py2
# - INSTANCE: v201707-py2-arch-base-latest-2017-7-py2
# - INSTANCE: v201803-py2-debian-9-2018-3-py2
# - INSTANCE: v201803-py2-ubuntu-1604-2018-3-py2
- INSTANCE: v201803-py2-centos-7-2018-3-py2
- INSTANCE: v201803-py2-amazonlinux-2-2018-3-py2
# - INSTANCE: v201803-py2-arch-base-latest-2018-3-py2
- INSTANCE: v201902-py2-debian-9-2019-2-py2
- INSTANCE: v201902-py2-ubuntu-1804-2019-2-py2
# - INSTANCE: v201902-py2-centos-7-2019-2-py2
# - INSTANCE: v201902-py2-opensuse-leap-15-2019-2-py2
# - INSTANCE: v201902-py2-amazonlinux-2-2019-2-py2
# - INSTANCE: v201902-py2-arch-base-latest-2019-2-py2
# - INSTANCE: v201902-py3-debian-9-2019-2-py3
# - INSTANCE: v201902-py3-ubuntu-1804-2019-2-py3
# - INSTANCE: v201902-py3-centos-7-2019-2-py3
Expand Down
15 changes: 15 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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

## SALT `2018.3`
- name: debian-9-2018-3-py2
Expand All @@ -39,6 +43,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 `2019.2`
- name: debian-9-2019-2-py2
Expand All @@ -61,6 +69,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
- name: debian-9-2019-2-py3
driver:
image: netmanagers/salt-2019.2-py3:debian-9
Expand Down Expand Up @@ -134,6 +146,7 @@ suites:
- centos-7-2019-2-py2
- opensuse-leap-15-2019-2-py2
- amazonlinux-2-2019-2-py2
- arch-base-latest-2019-2-py2
provisioner:
state_top:
base:
Expand All @@ -159,6 +172,7 @@ suites:
- ubuntu-1604-2018-3-py2
- centos-7-2018-3-py2
- amazonlinux-2-2018-3-py2
- arch-base-latest-2018-3-py2
provisioner:
state_top:
base:
Expand All @@ -184,6 +198,7 @@ suites:
- ubuntu-1604-2017-7-py2
- centos-6-2017-7-py2
- amazonlinux-2-2017-7-py2
- arch-base-latest-2017-7-py2
provisioner:
state_top:
base:
Expand Down
1 change: 1 addition & 0 deletions test/integration/v201707-py2/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/v201803-py2/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/v201902-py2/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/v201902-py3/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 aba4ddc

Please sign in to comment.