From 7c0580759ade2cebd6266db94eed96c5d7a39c4e Mon Sep 17 00:00:00 2001 From: sylvainfaivre Date: Wed, 29 Nov 2023 16:45:21 +0100 Subject: [PATCH] ci: disable unsupported OS releases --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcef4c3..7ca4c77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -149,7 +149,7 @@ rubocop: debian-11-master-py3: {extends: '.test_instance'} # default-debian-10-master-py3: {extends: '.test_instance'} # nopillars-debian-10-master-py3: {extends: '.test_instance'} -debian-10-master-py3: {extends: '.test_instance'} +# debian-10-master-py3: {extends: '.test_instance'} # default-debian-9-master-py3: {extends: '.test_instance'} # nopillars-debian-9-master-py3: {extends: '.test_instance'} # debian-9-master-py3: {extends: '.test_instance'} @@ -167,7 +167,7 @@ ubuntu-1804-master-py3: {extends: '.test_instance'} centos-stream8-master-py3: {extends: '.test_instance_failure_permitted'} # default-centos-7-master-py3: {extends: '.test_instance'} # nopillars-centos-7-master-py3: {extends: '.test_instance'} -centos-7-master-py3: {extends: '.test_instance'} +# centos-7-master-py3: {extends: '.test_instance'} default-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'} # nopillars-fedora-36-master-py3: {extends: '.test_instance_failure_permitted'} # fedora-36-master-py3: {extends: '.test_instance_failure_permitted'} @@ -188,7 +188,7 @@ default-opensuse-tmbl-latest-master-py3: {extends: '.test_instance_failure_permi oraclelinux-8-master-py3: {extends: '.test_instance'} # default-oraclelinux-7-master-py3: {extends: '.test_instance'} # nopillars-oraclelinux-7-master-py3: {extends: '.test_instance'} -oraclelinux-7-master-py3: {extends: '.test_instance'} +# oraclelinux-7-master-py3: {extends: '.test_instance'} # default-arch-base-latest-master-py3: {extends: '.test_instance'} # nopillars-arch-base-latest-master-py3: {extends: '.test_instance'} # arch-base-latest-master-py3: {extends: '.test_instance'}