Skip to content

Commit

Permalink
ci: standardise structure [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#336
  • Loading branch information
myii committed Jul 4, 2021
1 parent 2cb7f56 commit 650f5e4
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 9 deletions.
11 changes: 8 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@ rubocop:
# Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml`
# git-debian-10-tiamat-py3: {extends: '.test_instance'}
domains-debian-10-tiamat-py3: {extends: '.test_instance'}
# git-debian-9-tiamat-py3: {extends: '.test_instance'}
# git-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
domains-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
# git-ubuntu-1804-tiamat-py3: {extends: '.test_instance'}
# git-centos-8-tiamat-py3: {extends: '.test_instance'}
# git-centos-7-tiamat-py3: {extends: '.test_instance'}
Expand All @@ -136,10 +138,14 @@ rubocop:
# git-rockylinux-8-tiamat-py3: {extends: '.test_instance'}
# git-debian-10-master-py3: {extends: '.test_instance'}
deb-debian-10-master-py3: {extends: '.test_instance'}
# domains-debian-10-master-py3: {extends: '.test_instance'}
# git-debian-9-master-py3: {extends: '.test_instance'}
deb-debian-9-master-py3: {extends: '.test_instance'}
# git-ubuntu-2004-master-py3: {extends: '.test_instance'}
# git-ubuntu-1804-master-py3: {extends: '.test_instance'}
# domains-debian-9-master-py3: {extends: '.test_instance'}
git-ubuntu-2004-master-py3: {extends: '.test_instance'}
# domains-ubuntu-2004-master-py3: {extends: '.test_instance'}
git-ubuntu-1804-master-py3: {extends: '.test_instance'}
# domains-ubuntu-1804-master-py3: {extends: '.test_instance'}
# git-centos-8-master-py3: {extends: '.test_instance'}
rpm-centos-8-master-py3: {extends: '.test_instance'}
# git-centos-7-master-py3: {extends: '.test_instance'}
Expand Down Expand Up @@ -229,7 +235,6 @@ rpm-rockylinux-8-master-py3: {extends: '.test_instance'}
# git-gentoo-stage3-systemd-3000-9-py3: {extends: '.test_instance'}
# git-ubuntu-1804-3000-9-py2: {extends: '.test_instance'}
# git-arch-base-latest-3000-9-py2: {extends: '.test_instance'}
domains-debian-10-3003-1-py3: {extends: '.test_instance'}

###############################################################################
# `release` stage: `semantic-release`
Expand Down
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ jobs:
# Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml`
# - env: INSTANCE=git-debian-10-tiamat-py3
- env: INSTANCE=domains-debian-10-tiamat-py3
# - env: INSTANCE=git-debian-9-tiamat-py3
# - env: INSTANCE=git-ubuntu-2004-tiamat-py3
- env: INSTANCE=domains-ubuntu-2004-tiamat-py3
# - env: INSTANCE=git-ubuntu-1804-tiamat-py3
# - env: INSTANCE=git-centos-8-tiamat-py3
# - env: INSTANCE=git-centos-7-tiamat-py3
Expand All @@ -96,10 +98,14 @@ jobs:
# - env: INSTANCE=git-rockylinux-8-tiamat-py3
# - env: INSTANCE=git-debian-10-master-py3
- env: INSTANCE=deb-debian-10-master-py3
# - env: INSTANCE=domains-debian-10-master-py3
# - env: INSTANCE=git-debian-9-master-py3
- env: INSTANCE=deb-debian-9-master-py3
# - env: INSTANCE=git-ubuntu-2004-master-py3
# - env: INSTANCE=git-ubuntu-1804-master-py3
# - env: INSTANCE=domains-debian-9-master-py3
- env: INSTANCE=git-ubuntu-2004-master-py3
# - env: INSTANCE=domains-ubuntu-2004-master-py3
- env: INSTANCE=git-ubuntu-1804-master-py3
# - env: INSTANCE=domains-ubuntu-1804-master-py3
# - env: INSTANCE=git-centos-8-master-py3
- env: INSTANCE=rpm-centos-8-master-py3
# - env: INSTANCE=git-centos-7-master-py3
Expand Down
26 changes: 23 additions & 3 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,12 +528,32 @@ suites:
- path: test/integration/rpm
- name: domains
includes:
- debian-10-tiamat-py3
- debian-9-tiamat-py3
- ubuntu-2004-tiamat-py3
- ubuntu-1804-tiamat-py3
- debian-10-master-py3
- debian-9-master-py3
- ubuntu-2004-master-py3
- ubuntu-1804-master-py3
- debian-10-3003-1-py3
- debian-9-3003-1-py3
- ubuntu-2004-3003-1-py3
- ubuntu-1804-3003-1-py3
- debian-10-3002-6-py3
- debian-9-3002-6-py3
- ubuntu-2004-3002-6-py3
- ubuntu-1804-3002-6-py3
- debian-10-3001-7-py3
- debian-9-3001-7-py3
- ubuntu-2004-3001-7-py3
- ubuntu-1804-3001-7-py3
- debian-10-3000-9-py3
- debian-9-3000-9-py3
- ubuntu-1804-3000-9-py3
- ubuntu-1804-3000-9-py2
provisioner:
dependencies:
- name: apt
repo: git
source: https://github.com/saltstack-formulas/apt-formula.git
- name: states
path: ./test/salt
state_top:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/domains/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: domains
title: letsencrypt formula
maintainer: SaltStack Formulas
license: Apache-2.0
summary: Verify that certificates can be requested/issued correctly
summary: Verify that certificates can be requested/issued correctly on Debian
depends:
- name: share
path: test/integration/share
Expand Down

0 comments on commit 650f5e4

Please sign in to comment.