|
13 | 13 | stage_release: &stage_release 'release' |
14 | 14 | stage_test: &stage_test 'test' |
15 | 15 | # `image` |
16 | | - image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.76' |
17 | | - image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.45' |
18 | | - image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.45' |
19 | | - image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.4.10' |
20 | | - image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest' |
21 | | - image_semantic-release: &image_semanticrelease 'myii/ssf-semantic-release:15.14' |
| 16 | + # yamllint disable rule:line-length |
| 17 | + image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.87@sha256:7d88b7ea69f3cd917995d0e7ea5ce7aae97383db95003319d0c43a1d68372402' |
| 18 | + image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.56@sha256:ff9bbcb82cc2b4ce5c322e45a5afe2a952cf2a418e13aa4b57bf5609f854a0d4' |
| 19 | + image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.56@sha256:ff9bbcb82cc2b4ce5c322e45a5afe2a952cf2a418e13aa4b57bf5609f854a0d4' |
| 20 | + image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.4.21@sha256:620cdfaa9c45b4941090e2b557f5f551fbc1189caf13689e5bbfbd5c76885400' |
| 21 | + image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:fe69f9642c7edde46bbd78326d2c42c6e13fc73694efb142e92e206725479328' |
| 22 | + image_semantic-release: &image_semanticrelease 'myii/ssf-semantic-release:15.14@sha256:374f588420087517a3cc0235e11293bffd72d7a59da3d98d5e69f014ff2a7761' |
22 | 23 | # `services` |
23 | 24 | services_docker_dind: &services_docker_dind |
24 | | - - 'docker:dind' |
| 25 | + - 'docker:dind@sha256:3a861ec98623bd6014610291123751dc19e0c6d474ac3b38767771791ac0eb5e' |
| 26 | + # yamllint enable rule:line-length |
25 | 27 | # `variables` |
26 | 28 | # https://forum.gitlab.com/t/gitlab-com-ci-caching-rubygems/5627/3 |
27 | 29 | # https://bundler.io/v1.16/bundle_config.html |
@@ -130,27 +132,42 @@ rubocop: |
130 | 132 | # Make sure the instances listed below match up with |
131 | 133 | # the `platforms` defined in `kitchen.yml` |
132 | 134 | # yamllint disable rule:line-length |
| 135 | +# Fedora 41+ will permit failure until this PR is merged into kitchen-docker |
| 136 | +# https://github.com/test-kitchen/kitchen-docker/pull/427 is merged |
| 137 | +# OpenSUSE master branch will fail until zypperpkg module is back in salt core |
| 138 | +# https://github.com/saltstack/great-module-migration/issues/14 |
133 | 139 | # |
134 | 140 | # The alias states were removed in the great module migration, causing the tests to fail with Salt master branch |
135 | 141 | # See https://github.com/saltstack-formulas/postfix-formula/issues/134 |
136 | | -default-debian-12-master-py3: {extends: '.test_instance_failure_permitted'} |
137 | | -default-debian-11-master-py3: {extends: '.test_instance_failure_permitted'} |
138 | | -default-ubuntu-2404-master-py3: {extends: '.test_instance_failure_permitted'} |
139 | | -default-ubuntu-2204-master-py3: {extends: '.test_instance_failure_permitted'} |
140 | | -default-opensuse-leap-155-master-py3: {extends: '.test_instance_failure_permitted'} |
141 | | -default-fedora-40-master-py3: {extends: '.test_instance_failure_permitted'} |
142 | | -default-debian-12-3007-1-py3: {extends: '.test_instance'} |
143 | | -default-debian-11-3007-1-py3: {extends: '.test_instance'} |
144 | | -default-ubuntu-2404-3007-1-py3: {extends: '.test_instance'} |
145 | | -default-ubuntu-2204-3007-1-py3: {extends: '.test_instance'} |
146 | | -default-opensuse-leap-155-3007-1-py3: {extends: '.test_instance'} |
147 | | -default-fedora-40-3007-1-py3: {extends: '.test_instance'} |
148 | | -default-debian-12-3006-10-py3: {extends: '.test_instance'} |
149 | | -default-debian-11-3006-10-py3: {extends: '.test_instance'} |
150 | | -default-ubuntu-2404-3006-10-py3: {extends: '.test_instance'} |
151 | | -default-ubuntu-2204-3006-10-py3: {extends: '.test_instance'} |
152 | | -default-opensuse-leap-155-3006-10-py3: {extends: '.test_instance'} |
153 | | -default-fedora-40-3006-10-py3: {extends: '.test_instance'} |
| 142 | +debian-12-master-py3: {extends: '.test_instance_failure_permitted'} |
| 143 | +debian-11-master-py3: {extends: '.test_instance_failure_permitted'} |
| 144 | +ubuntu-2404-master-py3: {extends: '.test_instance_failure_permitted'} |
| 145 | +ubuntu-2204-master-py3: {extends: '.test_instance_failure_permitted'} |
| 146 | +ubuntu-2004-master-py3: {extends: '.test_instance_failure_permitted'} |
| 147 | +centos-stream9-master-py3: {extends: '.test_instance_failure_permitted'} |
| 148 | +opensuse-leap-156-master-py3: {extends: '.test_instance_failure_permitted'} |
| 149 | +opensuse-leap-155-master-py3: {extends: '.test_instance_failure_permitted'} |
| 150 | +fedora-41-master-py3: {extends: '.test_instance_failure_permitted'} |
| 151 | +fedora-40-master-py3: {extends: '.test_instance_failure_permitted'} |
| 152 | +debian-12-3007-1-py3: {extends: '.test_instance'} |
| 153 | +debian-11-3007-1-py3: {extends: '.test_instance'} |
| 154 | +ubuntu-2404-3007-1-py3: {extends: '.test_instance'} |
| 155 | +ubuntu-2204-3007-1-py3: {extends: '.test_instance'} |
| 156 | +ubuntu-2004-3007-1-py3: {extends: '.test_instance'} |
| 157 | +centos-stream9-3007-1-py3: {extends: '.test_instance'} |
| 158 | +opensuse-leap-156-3007-1-py3: {extends: '.test_instance'} |
| 159 | +opensuse-leap-155-3007-1-py3: {extends: '.test_instance'} |
| 160 | +fedora-41-3007-1-py3: {extends: '.test_instance_failure_permitted'} |
| 161 | +fedora-40-3007-1-py3: {extends: '.test_instance'} |
| 162 | +debian-12-3006-10-py3: {extends: '.test_instance'} |
| 163 | +debian-11-3006-10-py3: {extends: '.test_instance'} |
| 164 | +ubuntu-2404-3006-10-py3: {extends: '.test_instance'} |
| 165 | +ubuntu-2204-3006-10-py3: {extends: '.test_instance'} |
| 166 | +ubuntu-2004-3006-10-py3: {extends: '.test_instance'} |
| 167 | +opensuse-leap-156-3006-10-py3: {extends: '.test_instance'} |
| 168 | +opensuse-leap-155-3006-10-py3: {extends: '.test_instance'} |
| 169 | +fedora-41-3006-10-py3: {extends: '.test_instance_failure_permitted'} |
| 170 | +fedora-40-3006-10-py3: {extends: '.test_instance'} |
154 | 171 | # yamllint enable rule:line-length |
155 | 172 |
|
156 | 173 | ############################################################################### |
|
0 commit comments