mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
CI: Remove obsolete CI targets
Remove build-debian-8, build-ubuntu-14_04, build-centos-7, pkg-debian-9, and pkg-centos-7 targets. Debian 8, Ubuntu 14.04, and CentOS 7 have unsupported kernels, Debian 9 has okay kernel, but is EOL.
This commit is contained in:
parent
69372dc9aa
commit
90f4176045
@ -60,14 +60,6 @@ stages:
|
|||||||
- linux
|
- linux
|
||||||
- amd64
|
- amd64
|
||||||
|
|
||||||
build-debian-8-amd64:
|
|
||||||
<<: *build-linux
|
|
||||||
image: registry.nic.cz/labs/bird:debian-8-amd64
|
|
||||||
|
|
||||||
build-debian-8-i386:
|
|
||||||
<<: *build-linux
|
|
||||||
image: registry.nic.cz/labs/bird:debian-8-i386
|
|
||||||
|
|
||||||
build-debian-9-amd64:
|
build-debian-9-amd64:
|
||||||
<<: *build-linux
|
<<: *build-linux
|
||||||
image: registry.nic.cz/labs/bird:debian-9-amd64
|
image: registry.nic.cz/labs/bird:debian-9-amd64
|
||||||
@ -140,18 +132,14 @@ build-fedora-34-amd64:
|
|||||||
<<: *build-linux
|
<<: *build-linux
|
||||||
image: registry.nic.cz/labs/bird:fedora-33-amd64
|
image: registry.nic.cz/labs/bird:fedora-33-amd64
|
||||||
|
|
||||||
build-centos-7-amd64:
|
#build-centos-7-amd64:
|
||||||
<<: *build-linux
|
# <<: *build-linux
|
||||||
image: registry.nic.cz/labs/bird:centos-7-amd64
|
# image: registry.nic.cz/labs/bird:centos-7-amd64
|
||||||
|
|
||||||
build-centos-8-amd64:
|
build-centos-8-amd64:
|
||||||
<<: *build-linux
|
<<: *build-linux
|
||||||
image: registry.nic.cz/labs/bird:centos-8-amd64
|
image: registry.nic.cz/labs/bird:centos-8-amd64
|
||||||
|
|
||||||
build-ubuntu-14_04-amd64:
|
|
||||||
<<: *build-linux
|
|
||||||
image: registry.nic.cz/labs/bird:ubuntu-14.04-amd64
|
|
||||||
|
|
||||||
build-ubuntu-16_04-amd64:
|
build-ubuntu-16_04-amd64:
|
||||||
<<: *build-linux
|
<<: *build-linux
|
||||||
image: registry.nic.cz/labs/bird:ubuntu-16.04-amd64
|
image: registry.nic.cz/labs/bird:ubuntu-16.04-amd64
|
||||||
@ -232,28 +220,6 @@ build-opensuse-15.3-amd64:
|
|||||||
paths:
|
paths:
|
||||||
- pkg/pkgs/*
|
- pkg/pkgs/*
|
||||||
|
|
||||||
# Dpkg error: PATH is not set
|
|
||||||
#pkg-debian-8-amd64:
|
|
||||||
# <<: *pkg-deb
|
|
||||||
# needs: [build-debian-8-amd64]
|
|
||||||
# image: registry.nic.cz/labs/bird:debian-8-amd64
|
|
||||||
|
|
||||||
# Dpkg error: PATH is not set
|
|
||||||
#pkg-debian-8-i386:
|
|
||||||
# <<: *pkg-deb
|
|
||||||
# needs: [build-debian-8-i386]
|
|
||||||
# image: registry.nic.cz/labs/bird:debian-8-i386
|
|
||||||
|
|
||||||
pkg-debian-9-amd64:
|
|
||||||
<<: *pkg-deb
|
|
||||||
needs: [build-debian-9-amd64]
|
|
||||||
image: registry.nic.cz/labs/bird:debian-9-amd64
|
|
||||||
|
|
||||||
pkg-debian-9-i386:
|
|
||||||
<<: *pkg-deb
|
|
||||||
needs: [build-debian-9-i386]
|
|
||||||
image: registry.nic.cz/labs/bird:debian-9-i386
|
|
||||||
|
|
||||||
pkg-debian-10-amd64:
|
pkg-debian-10-amd64:
|
||||||
<<: *pkg-deb
|
<<: *pkg-deb
|
||||||
needs: [build-debian-10-amd64]
|
needs: [build-debian-10-amd64]
|
||||||
@ -294,12 +260,12 @@ pkg-fedora-34-amd64:
|
|||||||
needs: [build-fedora-34-amd64]
|
needs: [build-fedora-34-amd64]
|
||||||
image: registry.nic.cz/labs/bird:fedora-34-amd64
|
image: registry.nic.cz/labs/bird:fedora-34-amd64
|
||||||
|
|
||||||
pkg-centos-7-amd64:
|
#pkg-centos-7-amd64:
|
||||||
<<: *pkg-rpm-wa
|
# <<: *pkg-rpm-wa
|
||||||
variables:
|
# variables:
|
||||||
LC_ALL: en_US.UTF-8
|
# LC_ALL: en_US.UTF-8
|
||||||
needs: [build-centos-7-amd64]
|
# needs: [build-centos-7-amd64]
|
||||||
image: registry.nic.cz/labs/bird:centos-7-amd64
|
# image: registry.nic.cz/labs/bird:centos-7-amd64
|
||||||
|
|
||||||
pkg-centos-8-amd64:
|
pkg-centos-8-amd64:
|
||||||
<<: *pkg-rpm-wa
|
<<: *pkg-rpm-wa
|
||||||
|
Loading…
Reference in New Issue
Block a user