|
|
|
|
|
|
|
|
############################################################################### |
|
|
############################################################################### |
|
|
# Define `test` template |
|
|
# Define `test` template |
|
|
############################################################################### |
|
|
############################################################################### |
|
|
.test_instance: |
|
|
|
|
|
|
|
|
.test_instance: &test_instance |
|
|
stage: *stage_test |
|
|
stage: *stage_test |
|
|
image: *image_dindruby |
|
|
image: *image_dindruby |
|
|
services: *services_docker_dind |
|
|
services: *services_docker_dind |
|
|
|
|
|
|
|
|
# Alternative value to consider: `${CI_JOB_NAME}` |
|
|
# Alternative value to consider: `${CI_JOB_NAME}` |
|
|
- 'bin/kitchen verify "${DOCKER_ENV_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 |
|
|
# `test` stage: each instance below uses the `test` template above |
|
|
############################################################################### |
|
|
############################################################################### |
|
|
|
|
|
|
|
|
# default-debian-9-tiamat-py3: {extends: '.test_instance'} |
|
|
# default-debian-9-tiamat-py3: {extends: '.test_instance'} |
|
|
# default-ubuntu-2004-tiamat-py3: {extends: '.test_instance'} |
|
|
# default-ubuntu-2004-tiamat-py3: {extends: '.test_instance'} |
|
|
# default-ubuntu-1804-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-8-tiamat-py3: {extends: '.test_instance'} |
|
|
# default-centos-7-tiamat-py3: {extends: '.test_instance'} |
|
|
# default-centos-7-tiamat-py3: {extends: '.test_instance'} |
|
|
# default-amazonlinux-2-tiamat-py3: {extends: '.test_instance'} |
|
|
# default-amazonlinux-2-tiamat-py3: {extends: '.test_instance'} |
|
|
|
|
|
|
|
|
default-debian-9-master-py3: {extends: '.test_instance'} |
|
|
default-debian-9-master-py3: {extends: '.test_instance'} |
|
|
default-ubuntu-2004-master-py3: {extends: '.test_instance'} |
|
|
default-ubuntu-2004-master-py3: {extends: '.test_instance'} |
|
|
default-ubuntu-1804-master-py3: {extends: '.test_instance'} |
|
|
default-ubuntu-1804-master-py3: {extends: '.test_instance'} |
|
|
|
|
|
default-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'} |
|
|
default-centos-8-master-py3: {extends: '.test_instance'} |
|
|
default-centos-8-master-py3: {extends: '.test_instance'} |
|
|
default-centos-7-master-py3: {extends: '.test_instance'} |
|
|
default-centos-7-master-py3: {extends: '.test_instance'} |
|
|
default-fedora-34-master-py3: {extends: '.test_instance'} |
|
|
default-fedora-34-master-py3: {extends: '.test_instance'} |
|
|
default-fedora-33-master-py3: {extends: '.test_instance'} |
|
|
default-fedora-33-master-py3: {extends: '.test_instance'} |
|
|
default-opensuse-leap-153-master-py3: {extends: '.test_instance'} |
|
|
default-opensuse-leap-153-master-py3: {extends: '.test_instance'} |
|
|
default-opensuse-leap-152-master-py3: {extends: '.test_instance'} |
|
|
default-opensuse-leap-152-master-py3: {extends: '.test_instance'} |
|
|
default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'} |
|
|
|
|
|
|
|
|
default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'} |
|
|
default-amazonlinux-2-master-py3: {extends: '.test_instance'} |
|
|
default-amazonlinux-2-master-py3: {extends: '.test_instance'} |
|
|
default-oraclelinux-8-master-py3: {extends: '.test_instance'} |
|
|
default-oraclelinux-8-master-py3: {extends: '.test_instance'} |
|
|
default-oraclelinux-7-master-py3: {extends: '.test_instance'} |
|
|
default-oraclelinux-7-master-py3: {extends: '.test_instance'} |
|
|
|
|
|
|
|
|
default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'} |
|
|
default-gentoo-stage3-systemd-master-py3: {extends: '.test_instance'} |
|
|
default-almalinux-8-master-py3: {extends: '.test_instance'} |
|
|
default-almalinux-8-master-py3: {extends: '.test_instance'} |
|
|
default-rockylinux-8-master-py3: {extends: '.test_instance'} |
|
|
default-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-11-3003-3-py3: {extends: '.test_instance'} |
|
|
# default-debian-10-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-debian-9-3003-3-py3: {extends: '.test_instance'} |
|
|
# default-ubuntu-2004-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-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-8-3003-3-py3: {extends: '.test_instance'} |
|
|
# default-centos-7-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-34-3003-3-py3: {extends: '.test_instance'} |
|
|
# default-fedora-33-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-153-3003-3-py3: {extends: '.test_instance'} |
|
|
# default-opensuse-leap-152-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-amazonlinux-2-3003-3-py3: {extends: '.test_instance'} |
|
|
# default-oraclelinux-8-3003-3-py3: {extends: '.test_instance'} |
|
|
# default-oraclelinux-8-3003-3-py3: {extends: '.test_instance'} |
|
|
# default-oraclelinux-7-3003-3-py3: {extends: '.test_instance'} |
|
|
# default-oraclelinux-7-3003-3-py3: {extends: '.test_instance'} |
|
|
|
|
|
|
|
|
# default-fedora-33-3002-7-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-153-3002-7-py3: {extends: '.test_instance'} |
|
|
# default-opensuse-leap-152-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-amazonlinux-2-3002-7-py3: {extends: '.test_instance'} |
|
|
# default-oraclelinux-8-3002-7-py3: {extends: '.test_instance'} |
|
|
# default-oraclelinux-8-3002-7-py3: {extends: '.test_instance'} |
|
|
# default-oraclelinux-7-3002-7-py3: {extends: '.test_instance'} |
|
|
# default-oraclelinux-7-3002-7-py3: {extends: '.test_instance'} |
|
|
|
|
|
|
|
|
# default-fedora-33-3001-8-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-153-3001-8-py3: {extends: '.test_instance'} |
|
|
# default-opensuse-leap-152-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-amazonlinux-2-3001-8-py3: {extends: '.test_instance'} |
|
|
# default-oraclelinux-8-3001-8-py3: {extends: '.test_instance'} |
|
|
# default-oraclelinux-8-3001-8-py3: {extends: '.test_instance'} |
|
|
# default-oraclelinux-7-3001-8-py3: {extends: '.test_instance'} |
|
|
# default-oraclelinux-7-3001-8-py3: {extends: '.test_instance'} |