aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2019-03-06 21:45:28 +0100
committerMaria Matejka <mq@ucw.cz>2019-03-15 16:34:19 +0100
commitd638c1794a48dec79fa0a6c118296356754a134d (patch)
tree4e42224148ec54b9ba0a2009a7ac7c3b5deae651 /.gitlab-ci.yml
parente1ac6f1e301416037725b631fd6529a805e65d51 (diff)
downloadbird-d638c1794a48dec79fa0a6c118296356754a134d.tar.gz
Gitlab CI: Drop CentOS 6 test build as unsupported.
If someone wants to maintain BIRD for CentOS 6, feel free to send patches.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff11dda0..4efe0fcf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,11 +79,6 @@ docker_fedora-26-amd64:
IMG_NAME: "fedora-26-amd64"
<<: *docker_build
-docker_centos-6-amd64:
- variables:
- IMG_NAME: "centos-6-amd64"
- <<: *docker_build
-
docker_centos-7-amd64:
variables:
IMG_NAME: "centos-7-amd64"
@@ -174,13 +169,6 @@ docker_ubuntu-16_04-amd64:
- linux
- amd64
-.centos-6-amd64: &centos-6-amd64_env
- image: registry.labs.nic.cz/labs/bird:centos-6-amd64
- tags:
- - docker
- - linux
- - amd64
-
.centos-7-amd64: &centos-7-amd64_env
image: registry.labs.nic.cz/labs/bird:centos-7-amd64
tags:
@@ -264,10 +252,6 @@ build-fedora-26-amd64:
<<: *fedora-26-amd64_env
<<: *build_job
-build-centos-6-amd64:
- <<: *centos-6-amd64_env
- <<: *build_job
-
build-centos-7-amd64:
<<: *centos-7-amd64_env
<<: *build_job