Skip to content

Commit

Permalink
ci(kitchen+gitlab-ci): use latest pre-salted images [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#293
  • Loading branch information
myii committed Feb 14, 2021
1 parent f00d7ad commit fb9901e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ v3002-py3-opensuse-tmbl-latest-3002-2-py3: {extends: '.test_instance'}
v3002-py3-amazonlinux-2-3002-2-py3: {extends: '.test_instance'}
v3002-py3-oraclelinux-8-3002-2-py3: {extends: '.test_instance'}
v3002-py3-oraclelinux-7-3002-2-py3: {extends: '.test_instance'}
# v3002-py3-arch-base-latest-3002-2-py3: {extends: '.test_instance'}
v3002-py3-gentoo-stage3-latest-3002-2-py3: {extends: '.test_instance'}
v3002-py3-gentoo-stage3-systemd-3002-2-py3: {extends: '.test_instance'}
v3001-py3-debian-10-3001-4-py3: {extends: '.test_instance'}
Expand All @@ -153,6 +154,7 @@ v3001-py3-fedora-32-3001-4-py3: {extends: '.test_instance'}
# v3001-py3-amazonlinux-2-3001-4-py3: {extends: '.test_instance'}
v3001-py3-oraclelinux-8-3001-4-py3: {extends: '.test_instance'}
# v3001-py3-oraclelinux-7-3001-4-py3: {extends: '.test_instance'}
# v3001-py3-arch-base-latest-3001-4-py3: {extends: '.test_instance'}
# v3001-py3-gentoo-stage3-latest-3001-4-py3: {extends: '.test_instance'}
# v3001-py3-gentoo-stage3-systemd-3001-4-py3: {extends: '.test_instance'}
# v3000-py3-debian-10-3000-6-py3: {extends: '.test_instance'}
Expand All @@ -169,6 +171,7 @@ v3000-py3-oraclelinux-7-3000-6-py3: {extends: '.test_instance'}
# v3000-py3-gentoo-stage3-systemd-3000-6-py3: {extends: '.test_instance'}
# v3000-py2-ubuntu-1804-3000-6-py2: {extends: '.test_instance'}
v3000-py2-ubuntu-1604-3000-6-py2: {extends: '.test_instance'}
# v3000-py2-arch-base-latest-3000-6-py2: {extends: '.test_instance'}

###############################################################################
# `release` stage: `semantic-release`
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
- env: INSTANCE=v3002-py3-amazonlinux-2-3002-2-py3
- env: INSTANCE=v3002-py3-oraclelinux-8-3002-2-py3
- env: INSTANCE=v3002-py3-oraclelinux-7-3002-2-py3
# - env: INSTANCE=v3002-py3-arch-base-latest-3002-2-py3
- env: INSTANCE=v3002-py3-gentoo-stage3-latest-3002-2-py3
- env: INSTANCE=v3002-py3-gentoo-stage3-systemd-3002-2-py3
- env: INSTANCE=v3001-py3-debian-10-3001-4-py3
Expand All @@ -113,6 +114,7 @@ jobs:
# - env: INSTANCE=v3001-py3-amazonlinux-2-3001-4-py3
- env: INSTANCE=v3001-py3-oraclelinux-8-3001-4-py3
# - env: INSTANCE=v3001-py3-oraclelinux-7-3001-4-py3
# - env: INSTANCE=v3001-py3-arch-base-latest-3001-4-py3
# - env: INSTANCE=v3001-py3-gentoo-stage3-latest-3001-4-py3
# - env: INSTANCE=v3001-py3-gentoo-stage3-systemd-3001-4-py3
# - env: INSTANCE=v3000-py3-debian-10-3000-6-py3
Expand All @@ -129,6 +131,7 @@ jobs:
# - env: INSTANCE=v3000-py3-gentoo-stage3-systemd-3000-6-py3
# - env: INSTANCE=v3000-py2-ubuntu-1804-3000-6-py2
- env: INSTANCE=v3000-py2-ubuntu-1604-3000-6-py2
# - env: INSTANCE=v3000-py2-arch-base-latest-3000-6-py2

## Define the release stage that runs `semantic-release`
- stage: 'release'
Expand Down
8 changes: 6 additions & 2 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ driver:
privileged: true
run_command: /lib/systemd/systemd

# Make sure the platforms listed below match up with
# the `env.matrix` instances defined in `.travis.yml`
platforms:
## SALT `tiamat`
- name: debian-10-tiamat-py3
Expand Down Expand Up @@ -93,6 +91,9 @@ platforms:
- name: oraclelinux-8-master-py3
driver:
image: saltimages/salt-master-py3:oraclelinux-8
- name: oraclelinux-7-master-py3
driver:
image: saltimages/salt-master-py3:oraclelinux-7
- name: gentoo-stage3-latest-master-py3
driver:
image: saltimages/salt-master-py3:gentoo-stage3-latest
Expand Down Expand Up @@ -320,6 +321,7 @@ suites:
- amazonlinux-2-3002-2-py3
- oraclelinux-8-3002-2-py3
- oraclelinux-7-3002-2-py3
- arch-base-latest-3002-2-py3
- gentoo-stage3-latest-3002-2-py3
- gentoo-stage3-systemd-3002-2-py3
provisioner:
Expand Down Expand Up @@ -358,6 +360,7 @@ suites:
- amazonlinux-2-3001-4-py3
- oraclelinux-8-3001-4-py3
- oraclelinux-7-3001-4-py3
- arch-base-latest-3001-4-py3
- gentoo-stage3-latest-3001-4-py3
- gentoo-stage3-systemd-3001-4-py3
provisioner:
Expand Down Expand Up @@ -418,6 +421,7 @@ suites:
includes:
- ubuntu-1804-3000-6-py2
- ubuntu-1604-3000-6-py2
- arch-base-latest-3000-6-py2
provisioner:
state_top:
base:
Expand Down
1 change: 1 addition & 0 deletions test/integration/v3000-py2/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ supports:
- platform-name: oracle
- platform-name: arch
- platform-name: gentoo
- platform: windows
1 change: 1 addition & 0 deletions test/integration/v3001-py3/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ supports:
- platform-name: oracle
- platform-name: arch
- platform-name: gentoo
- platform: windows
1 change: 1 addition & 0 deletions test/integration/v3002-py3/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ supports:
- platform-name: oracle
- platform-name: arch
- platform-name: gentoo
- platform: windows

0 comments on commit fb9901e

Please sign in to comment.