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#323
  • Loading branch information
myii committed May 9, 2021
1 parent 3f1ef19 commit c40db78
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 92 deletions.
132 changes: 130 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ variables:
DOCKER_DRIVER: 'overlay2'

###############################################################################
# `lint` stage: `commitlint` & `pre-commit`
# `lint` stage: `commitlint`, `pre-commit` & `rubocop` (latest, failure allowed)
###############################################################################
commitlint:
stage: *stage_lint
Expand Down Expand Up @@ -123,8 +123,136 @@ rubocop:
## Define the rest of the matrix based on Kitchen testing
# Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml`
# java-debian-10-tiamat-py3: {extends: '.test_instance'}
# java-debian-9-tiamat-py3: {extends: '.test_instance'}
# java-ubuntu-2004-tiamat-py3: {extends: '.test_instance'}
# java-ubuntu-1804-tiamat-py3: {extends: '.test_instance'}
# java-ubuntu-1604-tiamat-py3: {extends: '.test_instance'}
# java-centos-8-tiamat-py3: {extends: '.test_instance'}
# java-centos-7-tiamat-py3: {extends: '.test_instance'}
# java-amazonlinux-2-tiamat-py3: {extends: '.test_instance'}
# java-oraclelinux-8-tiamat-py3: {extends: '.test_instance'}
# java-oraclelinux-7-tiamat-py3: {extends: '.test_instance'}
# java-debian-10-master-py3: {extends: '.test_instance'}
java-arch-base-latest-2019-2-py2: {extends: '.test_instance'}
# cpp-debian-10-master-py3: {extends: '.test_instance'}
# javascript-debian-10-master-py3: {extends: '.test_instance'}
# java-debian-9-master-py3: {extends: '.test_instance'}
# cpp-debian-9-master-py3: {extends: '.test_instance'}
# javascript-debian-9-master-py3: {extends: '.test_instance'}
# java-ubuntu-2004-master-py3: {extends: '.test_instance'}
# cpp-ubuntu-2004-master-py3: {extends: '.test_instance'}
# javascript-ubuntu-2004-master-py3: {extends: '.test_instance'}
# java-ubuntu-1804-master-py3: {extends: '.test_instance'}
# cpp-ubuntu-1804-master-py3: {extends: '.test_instance'}
# javascript-ubuntu-1804-master-py3: {extends: '.test_instance'}
# java-ubuntu-1604-master-py3: {extends: '.test_instance'}
# cpp-ubuntu-1604-master-py3: {extends: '.test_instance'}
# javascript-ubuntu-1604-master-py3: {extends: '.test_instance'}
# java-centos-8-master-py3: {extends: '.test_instance'}
# cpp-centos-8-master-py3: {extends: '.test_instance'}
# javascript-centos-8-master-py3: {extends: '.test_instance'}
# java-centos-7-master-py3: {extends: '.test_instance'}
# cpp-centos-7-master-py3: {extends: '.test_instance'}
# javascript-centos-7-master-py3: {extends: '.test_instance'}
# java-fedora-34-master-py3: {extends: '.test_instance'}
# cpp-fedora-34-master-py3: {extends: '.test_instance'}
# javascript-fedora-34-master-py3: {extends: '.test_instance'}
# java-fedora-33-master-py3: {extends: '.test_instance'}
# cpp-fedora-33-master-py3: {extends: '.test_instance'}
# javascript-fedora-33-master-py3: {extends: '.test_instance'}
# java-fedora-32-master-py3: {extends: '.test_instance'}
# cpp-fedora-32-master-py3: {extends: '.test_instance'}
# javascript-fedora-32-master-py3: {extends: '.test_instance'}
# java-opensuse-leap-152-master-py3: {extends: '.test_instance'}
# cpp-opensuse-leap-152-master-py3: {extends: '.test_instance'}
# javascript-opensuse-leap-152-master-py3: {extends: '.test_instance'}
# java-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'}
# cpp-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'}
# javascript-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'}
# java-amazonlinux-2-master-py3: {extends: '.test_instance'}
# cpp-amazonlinux-2-master-py3: {extends: '.test_instance'}
# javascript-amazonlinux-2-master-py3: {extends: '.test_instance'}
# java-oraclelinux-8-master-py3: {extends: '.test_instance'}
# cpp-oraclelinux-8-master-py3: {extends: '.test_instance'}
# javascript-oraclelinux-8-master-py3: {extends: '.test_instance'}
# java-oraclelinux-7-master-py3: {extends: '.test_instance'}
# cpp-oraclelinux-7-master-py3: {extends: '.test_instance'}
# javascript-oraclelinux-7-master-py3: {extends: '.test_instance'}
# java-arch-base-latest-master-py3: {extends: '.test_instance'}
# cpp-arch-base-latest-master-py3: {extends: '.test_instance'}
# javascript-arch-base-latest-master-py3: {extends: '.test_instance'}
# java-gentoo-stage3-latest-master-py3: {extends: '.test_instance'}
# cpp-gentoo-stage3-latest-master-py3: {extends: '.test_instance'}
# javascript-gentoo-stage3-latest-master-py3: {extends: '.test_instance'}
# java-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
# cpp-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
# javascript-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'}
# java-debian-10-3003-0-py3: {extends: '.test_instance'}
# java-debian-9-3003-0-py3: {extends: '.test_instance'}
# java-ubuntu-2004-3003-0-py3: {extends: '.test_instance'}
# java-ubuntu-1804-3003-0-py3: {extends: '.test_instance'}
# java-centos-8-3003-0-py3: {extends: '.test_instance'}
# java-centos-7-3003-0-py3: {extends: '.test_instance'}
# java-fedora-34-3003-0-py3: {extends: '.test_instance'}
# java-fedora-33-3003-0-py3: {extends: '.test_instance'}
# java-fedora-32-3003-0-py3: {extends: '.test_instance'}
# java-amazonlinux-2-3003-0-py3: {extends: '.test_instance'}
# java-oraclelinux-8-3003-0-py3: {extends: '.test_instance'}
# java-oraclelinux-7-3003-0-py3: {extends: '.test_instance'}
# java-arch-base-latest-3003-0-py3: {extends: '.test_instance'}
# java-gentoo-stage3-latest-3003-0-py3: {extends: '.test_instance'}
# java-gentoo-stage3-systemd-3003-0-py3: {extends: '.test_instance'}
# java-debian-10-3002-6-py3: {extends: '.test_instance'}
# java-debian-9-3002-6-py3: {extends: '.test_instance'}
# java-ubuntu-2004-3002-6-py3: {extends: '.test_instance'}
# java-ubuntu-1804-3002-6-py3: {extends: '.test_instance'}
# java-ubuntu-1604-3002-6-py3: {extends: '.test_instance'}
# java-centos-8-3002-6-py3: {extends: '.test_instance'}
# java-centos-7-3002-6-py3: {extends: '.test_instance'}
# java-fedora-34-3002-6-py3: {extends: '.test_instance'}
# java-fedora-33-3002-6-py3: {extends: '.test_instance'}
# java-fedora-32-3002-6-py3: {extends: '.test_instance'}
# java-amazonlinux-2-3002-6-py3: {extends: '.test_instance'}
# java-oraclelinux-8-3002-6-py3: {extends: '.test_instance'}
# java-oraclelinux-7-3002-6-py3: {extends: '.test_instance'}
# java-arch-base-latest-3002-6-py3: {extends: '.test_instance'}
# java-gentoo-stage3-latest-3002-5-py3: {extends: '.test_instance'}
# java-gentoo-stage3-systemd-3002-5-py3: {extends: '.test_instance'}
# java-opensuse-leap-152-3002-2-py3: {extends: '.test_instance'}
# java-opensuse-tmbl-latest-3002-2-py3: {extends: '.test_instance'}
# java-debian-10-3001-7-py3: {extends: '.test_instance'}
# java-debian-9-3001-7-py3: {extends: '.test_instance'}
# java-ubuntu-2004-3001-7-py3: {extends: '.test_instance'}
# java-ubuntu-1804-3001-7-py3: {extends: '.test_instance'}
# java-ubuntu-1604-3001-7-py3: {extends: '.test_instance'}
# java-centos-8-3001-7-py3: {extends: '.test_instance'}
# java-centos-7-3001-7-py3: {extends: '.test_instance'}
# java-fedora-34-3001-7-py3: {extends: '.test_instance'}
# java-fedora-33-3001-7-py3: {extends: '.test_instance'}
# java-fedora-32-3001-7-py3: {extends: '.test_instance'}
# java-opensuse-leap-152-3001-7-py3: {extends: '.test_instance'}
# java-opensuse-tmbl-latest-3001-7-py3: {extends: '.test_instance'}
# java-amazonlinux-2-3001-7-py3: {extends: '.test_instance'}
# java-oraclelinux-8-3001-7-py3: {extends: '.test_instance'}
# java-oraclelinux-7-3001-7-py3: {extends: '.test_instance'}
# java-arch-base-latest-3001-7-py3: {extends: '.test_instance'}
# java-gentoo-stage3-latest-3001-6-py3: {extends: '.test_instance'}
# java-gentoo-stage3-systemd-3001-6-py3: {extends: '.test_instance'}
# java-debian-10-3000-9-py3: {extends: '.test_instance'}
# java-debian-9-3000-9-py3: {extends: '.test_instance'}
# java-ubuntu-1804-3000-9-py3: {extends: '.test_instance'}
# java-ubuntu-1604-3000-9-py3: {extends: '.test_instance'}
# java-centos-8-3000-9-py3: {extends: '.test_instance'}
# java-centos-7-3000-9-py3: {extends: '.test_instance'}
# java-opensuse-leap-152-3000-9-py3: {extends: '.test_instance'}
# java-amazonlinux-2-3000-9-py3: {extends: '.test_instance'}
# java-oraclelinux-8-3000-9-py3: {extends: '.test_instance'}
# java-oraclelinux-7-3000-9-py3: {extends: '.test_instance'}
# java-ubuntu-1804-3000-9-py2: {extends: '.test_instance'}
# java-ubuntu-1604-3000-9-py2: {extends: '.test_instance'}
# java-arch-base-latest-3000-9-py2: {extends: '.test_instance'}
# java-gentoo-stage3-latest-3000-8-py3: {extends: '.test_instance'}
# java-gentoo-stage3-systemd-3000-8-py3: {extends: '.test_instance'}

###############################################################################
# `release` stage: `semantic-release`
Expand Down
130 changes: 129 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,136 @@ jobs:
## Define the rest of the matrix based on Kitchen testing
# Make sure the instances listed below match up with
# the `platforms` defined in `kitchen.yml`
# - env: INSTANCE=java-debian-10-tiamat-py3
# - env: INSTANCE=java-debian-9-tiamat-py3
# - env: INSTANCE=java-ubuntu-2004-tiamat-py3
# - env: INSTANCE=java-ubuntu-1804-tiamat-py3
# - env: INSTANCE=java-ubuntu-1604-tiamat-py3
# - env: INSTANCE=java-centos-8-tiamat-py3
# - env: INSTANCE=java-centos-7-tiamat-py3
# - env: INSTANCE=java-amazonlinux-2-tiamat-py3
# - env: INSTANCE=java-oraclelinux-8-tiamat-py3
# - env: INSTANCE=java-oraclelinux-7-tiamat-py3
# - env: INSTANCE=java-debian-10-master-py3
- env: INSTANCE=java-arch-base-latest-2019-2-py2
# - env: INSTANCE=cpp-debian-10-master-py3
# - env: INSTANCE=javascript-debian-10-master-py3
# - env: INSTANCE=java-debian-9-master-py3
# - env: INSTANCE=cpp-debian-9-master-py3
# - env: INSTANCE=javascript-debian-9-master-py3
# - env: INSTANCE=java-ubuntu-2004-master-py3
# - env: INSTANCE=cpp-ubuntu-2004-master-py3
# - env: INSTANCE=javascript-ubuntu-2004-master-py3
# - env: INSTANCE=java-ubuntu-1804-master-py3
# - env: INSTANCE=cpp-ubuntu-1804-master-py3
# - env: INSTANCE=javascript-ubuntu-1804-master-py3
# - env: INSTANCE=java-ubuntu-1604-master-py3
# - env: INSTANCE=cpp-ubuntu-1604-master-py3
# - env: INSTANCE=javascript-ubuntu-1604-master-py3
# - env: INSTANCE=java-centos-8-master-py3
# - env: INSTANCE=cpp-centos-8-master-py3
# - env: INSTANCE=javascript-centos-8-master-py3
# - env: INSTANCE=java-centos-7-master-py3
# - env: INSTANCE=cpp-centos-7-master-py3
# - env: INSTANCE=javascript-centos-7-master-py3
# - env: INSTANCE=java-fedora-34-master-py3
# - env: INSTANCE=cpp-fedora-34-master-py3
# - env: INSTANCE=javascript-fedora-34-master-py3
# - env: INSTANCE=java-fedora-33-master-py3
# - env: INSTANCE=cpp-fedora-33-master-py3
# - env: INSTANCE=javascript-fedora-33-master-py3
# - env: INSTANCE=java-fedora-32-master-py3
# - env: INSTANCE=cpp-fedora-32-master-py3
# - env: INSTANCE=javascript-fedora-32-master-py3
# - env: INSTANCE=java-opensuse-leap-152-master-py3
# - env: INSTANCE=cpp-opensuse-leap-152-master-py3
# - env: INSTANCE=javascript-opensuse-leap-152-master-py3
# - env: INSTANCE=java-opensuse-tmbl-latest-master-py3
# - env: INSTANCE=cpp-opensuse-tmbl-latest-master-py3
# - env: INSTANCE=javascript-opensuse-tmbl-latest-master-py3
# - env: INSTANCE=java-amazonlinux-2-master-py3
# - env: INSTANCE=cpp-amazonlinux-2-master-py3
# - env: INSTANCE=javascript-amazonlinux-2-master-py3
# - env: INSTANCE=java-oraclelinux-8-master-py3
# - env: INSTANCE=cpp-oraclelinux-8-master-py3
# - env: INSTANCE=javascript-oraclelinux-8-master-py3
# - env: INSTANCE=java-oraclelinux-7-master-py3
# - env: INSTANCE=cpp-oraclelinux-7-master-py3
# - env: INSTANCE=javascript-oraclelinux-7-master-py3
# - env: INSTANCE=java-arch-base-latest-master-py3
# - env: INSTANCE=cpp-arch-base-latest-master-py3
# - env: INSTANCE=javascript-arch-base-latest-master-py3
# - env: INSTANCE=java-gentoo-stage3-latest-master-py3
# - env: INSTANCE=cpp-gentoo-stage3-latest-master-py3
# - env: INSTANCE=javascript-gentoo-stage3-latest-master-py3
# - env: INSTANCE=java-gentoo-stage3-systemd-master-py3
# - env: INSTANCE=cpp-gentoo-stage3-systemd-master-py3
# - env: INSTANCE=javascript-gentoo-stage3-systemd-master-py3
# - env: INSTANCE=java-debian-10-3003-0-py3
# - env: INSTANCE=java-debian-9-3003-0-py3
# - env: INSTANCE=java-ubuntu-2004-3003-0-py3
# - env: INSTANCE=java-ubuntu-1804-3003-0-py3
# - env: INSTANCE=java-centos-8-3003-0-py3
# - env: INSTANCE=java-centos-7-3003-0-py3
# - env: INSTANCE=java-fedora-34-3003-0-py3
# - env: INSTANCE=java-fedora-33-3003-0-py3
# - env: INSTANCE=java-fedora-32-3003-0-py3
# - env: INSTANCE=java-amazonlinux-2-3003-0-py3
# - env: INSTANCE=java-oraclelinux-8-3003-0-py3
# - env: INSTANCE=java-oraclelinux-7-3003-0-py3
# - env: INSTANCE=java-arch-base-latest-3003-0-py3
# - env: INSTANCE=java-gentoo-stage3-latest-3003-0-py3
# - env: INSTANCE=java-gentoo-stage3-systemd-3003-0-py3
# - env: INSTANCE=java-debian-10-3002-6-py3
# - env: INSTANCE=java-debian-9-3002-6-py3
# - env: INSTANCE=java-ubuntu-2004-3002-6-py3
# - env: INSTANCE=java-ubuntu-1804-3002-6-py3
# - env: INSTANCE=java-ubuntu-1604-3002-6-py3
# - env: INSTANCE=java-centos-8-3002-6-py3
# - env: INSTANCE=java-centos-7-3002-6-py3
# - env: INSTANCE=java-fedora-34-3002-6-py3
# - env: INSTANCE=java-fedora-33-3002-6-py3
# - env: INSTANCE=java-fedora-32-3002-6-py3
# - env: INSTANCE=java-amazonlinux-2-3002-6-py3
# - env: INSTANCE=java-oraclelinux-8-3002-6-py3
# - env: INSTANCE=java-oraclelinux-7-3002-6-py3
# - env: INSTANCE=java-arch-base-latest-3002-6-py3
# - env: INSTANCE=java-gentoo-stage3-latest-3002-5-py3
# - env: INSTANCE=java-gentoo-stage3-systemd-3002-5-py3
# - env: INSTANCE=java-opensuse-leap-152-3002-2-py3
# - env: INSTANCE=java-opensuse-tmbl-latest-3002-2-py3
# - env: INSTANCE=java-debian-10-3001-7-py3
# - env: INSTANCE=java-debian-9-3001-7-py3
# - env: INSTANCE=java-ubuntu-2004-3001-7-py3
# - env: INSTANCE=java-ubuntu-1804-3001-7-py3
# - env: INSTANCE=java-ubuntu-1604-3001-7-py3
# - env: INSTANCE=java-centos-8-3001-7-py3
# - env: INSTANCE=java-centos-7-3001-7-py3
# - env: INSTANCE=java-fedora-34-3001-7-py3
# - env: INSTANCE=java-fedora-33-3001-7-py3
# - env: INSTANCE=java-fedora-32-3001-7-py3
# - env: INSTANCE=java-opensuse-leap-152-3001-7-py3
# - env: INSTANCE=java-opensuse-tmbl-latest-3001-7-py3
# - env: INSTANCE=java-amazonlinux-2-3001-7-py3
# - env: INSTANCE=java-oraclelinux-8-3001-7-py3
# - env: INSTANCE=java-oraclelinux-7-3001-7-py3
# - env: INSTANCE=java-arch-base-latest-3001-7-py3
# - env: INSTANCE=java-gentoo-stage3-latest-3001-6-py3
# - env: INSTANCE=java-gentoo-stage3-systemd-3001-6-py3
# - env: INSTANCE=java-debian-10-3000-9-py3
# - env: INSTANCE=java-debian-9-3000-9-py3
# - env: INSTANCE=java-ubuntu-1804-3000-9-py3
# - env: INSTANCE=java-ubuntu-1604-3000-9-py3
# - env: INSTANCE=java-centos-8-3000-9-py3
# - env: INSTANCE=java-centos-7-3000-9-py3
# - env: INSTANCE=java-opensuse-leap-152-3000-9-py3
# - env: INSTANCE=java-amazonlinux-2-3000-9-py3
# - env: INSTANCE=java-oraclelinux-8-3000-9-py3
# - env: INSTANCE=java-oraclelinux-7-3000-9-py3
# - env: INSTANCE=java-ubuntu-1804-3000-9-py2
# - env: INSTANCE=java-ubuntu-1604-3000-9-py2
# - env: INSTANCE=java-arch-base-latest-3000-9-py2
# - env: INSTANCE=java-gentoo-stage3-latest-3000-8-py3
# - env: INSTANCE=java-gentoo-stage3-systemd-3000-8-py3

## Define the release stage that runs `semantic-release`
- stage: 'release'
Expand Down
Loading

0 comments on commit c40db78

Please sign in to comment.