]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove CentOS 6 from GitLab CI
authorOndřej Surý <ondrej@isc.org>
Thu, 2 Jul 2020 09:27:39 +0000 (11:27 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 31 Jul 2020 10:09:17 +0000 (12:09 +0200)
CentOS 6 will reach EoL on November 30th, 2020, i.e. before BIND 9.18
will be released.  Remove it from GitLab CI.

.gitlab-ci.yml

index 3763dd88717c0b3f69080feb801fbb812e20df03..7566a9bf24e7ced352ff77c0eda191fb3dcb8ac8 100644 (file)
@@ -74,10 +74,6 @@ stages:
 
 # CentOS
 
-.centos-centos6-amd64: &centos_centos6_amd64_image
-  image: "$CI_REGISTRY_IMAGE:centos-centos6-amd64"
-  <<: *linux_amd64
-
 .centos-centos7-amd64: &centos_centos7_amd64_image
   image: "$CI_REGISTRY_IMAGE:centos-centos7-amd64"
   <<: *linux_amd64
@@ -536,30 +532,6 @@ unit:gcc:alpine3.12:amd64:
     - job: gcc:alpine3.12:amd64
       artifacts: true
 
-# Jobs for regular GCC builds on CentOS 6 (amd64)
-
-gcc:centos6:amd64:
-  variables:
-    CC: gcc
-    CFLAGS: "${CFLAGS_COMMON}"
-    EXTRA_CONFIGURE: "--with-libidn2 --disable-warn-error"
-  <<: *centos_centos6_amd64_image
-  <<: *build_job
-
-system:gcc:centos6:amd64:
-  <<: *centos_centos6_amd64_image
-  <<: *system_test_job
-  needs:
-    - job: gcc:centos6:amd64
-      artifacts: true
-
-unit:gcc:centos6:amd64:
-  <<: *centos_centos6_amd64_image
-  <<: *unit_test_job
-  needs:
-    - job: gcc:centos6:amd64
-      artifacts: true
-
 # Jobs for regular GCC builds on CentOS 7 (amd64)
 
 gcc:centos7:amd64: