diff options
author | Maria Matejka <mq@ucw.cz> | 2022-02-04 17:04:18 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-02-04 17:04:18 +0100 |
commit | 3f6462ad35ca49dc4898546bba59147792481b25 (patch) | |
tree | a3ca5f549d4b7607291411c4aa635c5b4a3e43b7 | |
parent | c9aa53eaf5d10b37c6f056b6aec156c60ef91b9c (diff) |
Dropping (end-of-life) Debian 8 automated tests
-rw-r--r-- | .gitlab-ci.yml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59add088..fefb6fa6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,16 +32,6 @@ stages: # That's Docker in Docker - dind -docker_debian-8-amd64: - variables: - IMG_NAME: "debian-8-amd64" - <<: *docker_build - -docker_debian-8-i386: - variables: - IMG_NAME: "debian-8-i386" - <<: *docker_build - docker_debian-9-amd64: variables: IMG_NAME: "debian-9-amd64" @@ -222,14 +212,6 @@ docker_opensuse-15.3-amd64: - linux - 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-linux image: registry.nic.cz/labs/bird:debian-9-amd64 @@ -387,18 +369,6 @@ build-freebsd-11-i386: - 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 - -# Dpkg error: PATH is not set pkg-debian-9-amd64: <<: *pkg-deb needs: [build-debian-9-amd64] |