|
|
|
@ -102,7 +102,7 @@ rubocop: |
|
|
|
|
############################################################################### |
|
|
|
|
# Define `test` template |
|
|
|
|
############################################################################### |
|
|
|
|
.test_instance: |
|
|
|
|
.test_instance: &test_instance |
|
|
|
|
stage: *stage_test |
|
|
|
|
image: *image_dindruby |
|
|
|
|
services: *services_docker_dind |
|
|
|
@ -117,6 +117,13 @@ rubocop: |
|
|
|
|
# Alternative value to consider: `${CI_JOB_NAME}` |
|
|
|
|
- 'bin/kitchen verify "${DOCKER_ENV_CI_JOB_NAME}"' |
|
|
|
|
|
|
|
|
|
############################################################################### |
|
|
|
|
# Define `test` template (`allow_failure: true`) |
|
|
|
|
############################################################################### |
|
|
|
|
.test_instance_failure_permitted: |
|
|
|
|
<<: *test_instance |
|
|
|
|
allow_failure: true |
|
|
|
|
|
|
|
|
|
############################################################################### |
|
|
|
|
# `test` stage: each instance below uses the `test` template above |
|
|
|
|
############################################################################### |
|
|
|
@ -128,6 +135,7 @@ rubocop: |
|
|
|
|
# default-debian-9-tiamat-py3: {extends: '.test_instance'} |
|
|
|
|
# default-ubuntu-2004-tiamat-py3: {extends: '.test_instance'} |
|
|
|
|
# default-ubuntu-1804-tiamat-py3: {extends: '.test_instance'} |
|
|
|
|
# default-centos-stream8-tiamat-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
# default-centos-8-tiamat-py3: {extends: '.test_instance'} |
|
|
|
|
# default-centos-7-tiamat-py3: {extends: '.test_instance'} |
|
|
|
|
# default-amazonlinux-2-tiamat-py3: {extends: '.test_instance'} |
|
|
|
@ -150,6 +158,9 @@ ubuntu-2004-master-py3: {extends: '.test_instance'} |
|
|
|
|
# default-ubuntu-1804-master-py3: {extends: '.test_instance'} |
|
|
|
|
# appended-ubuntu-1804-master-py3: {extends: '.test_instance'} |
|
|
|
|
ubuntu-1804-master-py3: {extends: '.test_instance'} |
|
|
|
|
# default-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
# appended-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
# default-centos-8-master-py3: {extends: '.test_instance'} |
|
|
|
|
# appended-centos-8-master-py3: {extends: '.test_instance'} |
|
|
|
|
centos-8-master-py3: {extends: '.test_instance'} |
|
|
|
@ -168,9 +179,9 @@ opensuse-leap-153-master-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-leap-152-master-py3: {extends: '.test_instance'} |
|
|
|
|
# appended-opensuse-leap-152-master-py3: {extends: '.test_instance'} |
|
|
|
|
opensuse-leap-152-master-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'} |
|
|
|
|
# appended-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'} |
|
|
|
|
opensuse-tmbl-latest-master-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
# appended-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
# default-amazonlinux-2-master-py3: {extends: '.test_instance'} |
|
|
|
|
# appended-amazonlinux-2-master-py3: {extends: '.test_instance'} |
|
|
|
|
amazonlinux-2-master-py3: {extends: '.test_instance'} |
|
|
|
@ -195,18 +206,40 @@ almalinux-8-master-py3: {extends: '.test_instance'} |
|
|
|
|
# default-rockylinux-8-master-py3: {extends: '.test_instance'} |
|
|
|
|
# appended-rockylinux-8-master-py3: {extends: '.test_instance'} |
|
|
|
|
rockylinux-8-master-py3: {extends: '.test_instance'} |
|
|
|
|
# default-debian-11-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-debian-10-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-debian-9-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-ubuntu-2004-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-ubuntu-1804-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-centos-stream8-3004-0-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
# default-centos-8-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-centos-7-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-fedora-34-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-fedora-33-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-leap-153-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-leap-152-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-tmbl-latest-3004-0-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
# default-amazonlinux-2-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-oraclelinux-8-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-oraclelinux-7-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-arch-base-latest-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-gentoo-stage3-latest-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-gentoo-stage3-systemd-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-almalinux-8-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-rockylinux-8-3004-0-py3: {extends: '.test_instance'} |
|
|
|
|
# default-debian-11-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-debian-10-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-debian-9-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-ubuntu-2004-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-ubuntu-1804-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-centos-stream8-3003-3-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
# default-centos-8-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-centos-7-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-fedora-34-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-fedora-33-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-leap-153-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-leap-152-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-tmbl-latest-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-tmbl-latest-3003-3-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
# default-amazonlinux-2-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-oraclelinux-8-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
# default-oraclelinux-7-3003-3-py3: {extends: '.test_instance'} |
|
|
|
@ -225,7 +258,7 @@ rockylinux-8-master-py3: {extends: '.test_instance'} |
|
|
|
|
# default-fedora-33-3002-7-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-leap-153-3002-7-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-leap-152-3002-7-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-tmbl-latest-3002-7-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-tmbl-latest-3002-7-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
# default-amazonlinux-2-3002-7-py3: {extends: '.test_instance'} |
|
|
|
|
# default-oraclelinux-8-3002-7-py3: {extends: '.test_instance'} |
|
|
|
|
# default-oraclelinux-7-3002-7-py3: {extends: '.test_instance'} |
|
|
|
@ -242,7 +275,7 @@ rockylinux-8-master-py3: {extends: '.test_instance'} |
|
|
|
|
# default-fedora-33-3001-8-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-leap-153-3001-8-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-leap-152-3001-8-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-tmbl-latest-3001-8-py3: {extends: '.test_instance'} |
|
|
|
|
# default-opensuse-tmbl-latest-3001-8-py3: {extends: '.test_instance_failure_permitted'} |
|
|
|
|
# default-amazonlinux-2-3001-8-py3: {extends: '.test_instance'} |
|
|
|
|
# default-oraclelinux-8-3001-8-py3: {extends: '.test_instance'} |
|
|
|
|
# default-oraclelinux-7-3001-8-py3: {extends: '.test_instance'} |
|
|
|
|