Skip to content

Commit 84380ad

Browse files
authored
Merge pull request #136 from sylvainfaivre/ci-no-failure-permitted
ci: remove "failure permitted" on all vms
2 parents 855e139 + d2c97ef commit 84380ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .gitlab-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ ubuntu-2004-master-py3: {extends: '.test_instance'}
162162
ubuntu-1804-master-py3: {extends: '.test_instance'}
163163
# default-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'}
164164
# nopillars-centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'}
165-
centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'}
165+
centos-stream8-master-py3: {extends: '.test_instance'}
166166
# default-centos-7-master-py3: {extends: '.test_instance'}
167167
# nopillars-centos-7-master-py3: {extends: '.test_instance'}
168168
# centos-7-master-py3: {extends: '.test_instance'}
169-
default-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
169+
default-fedora-36-master-py3: {extends: '.test_instance'}
170170
# nopillars-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
171171
# fedora-36-master-py3: {extends: '.test_instance_failure_permitted'}
172172
default-fedora-35-master-py3: {extends: '.test_instance'}
@@ -175,7 +175,7 @@ default-fedora-35-master-py3: {extends: '.test_instance'}
175175
default-opensuse-leap-153-master-py3: {extends: '.test_instance'}
176176
# nopillars-opensuse-leap-153-master-py3: {extends: '.test_instance'}
177177
# opensuse-leap-153-master-py3: {extends: '.test_instance'}
178-
default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
178+
default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance'}
179179
# nopillars-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
180180
# opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permitted'}
181181
# default-amazonlinux-2-master-py3: {extends: '.test_instance'}

0 commit comments

Comments
 (0)