From da1560e4aa906ba0b525a2973b7bf214be060081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 8 Feb 2019 16:48:09 +0000 Subject: .gitlab-ci.yml: Remove testing on Fedora 27 Fedora 27 is EOL since 2018-11-30 See https://fedoraproject.org/wiki/End_of_life --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1656c4ac5..b4608c783 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,10 +49,6 @@ tests-debian-9: image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-debian:9-master-46405991 <<: *tests -tests-fedora-27: - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:27-master-46405991 - <<: *tests - tests-fedora-28: image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991 <<: *tests @@ -95,7 +91,7 @@ overnight-fedora-28-aarch64: tests-unix: # Use fedora here, to a) run a test on fedora and b) ensure that we # can get rid of ostree - this is not possible with debian-8 - image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:27-master-46405991 + image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:28-master-46405991 <<: *tests variables: BST_FORCE_BACKEND: "unix" @@ -291,7 +287,6 @@ coverage: - cp -a .coverage-reports/ ./coverage-report dependencies: - tests-debian-9 - - tests-fedora-27 - tests-fedora-28 - tests-fedora-missing-deps - tests-ubuntu-18.04 -- cgit v1.2.1