From 4b74d7ea2779bea6e20c5f330565f82a6f9ab36e Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 12 Oct 2020 20:39:09 +0200 Subject: [PATCH] Stop building & testing for EOL Fedora 30 in CI --- .gitlab-ci.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index acf038d4f..15ab4a1c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,12 +203,6 @@ centos8-build: - linux image: "graphviz/graphviz:centos8" -fedora30-build: - <<: *rpm_build_definition - tags: - - linux - image: "graphviz/graphviz:fedora30" - fedora31-build: <<: *rpm_build_definition tags: @@ -443,19 +437,6 @@ centos8-test: - linux image: "graphviz/graphviz:centos8" -fedora30-test: - <<: *test_definition - before_script: - - export build_system="autotools" - needs: - - job: portable-source - artifacts: true - - job: "fedora30-build" - artifacts: true - tags: - - linux - image: "graphviz/graphviz:fedora30" - fedora31-test: <<: *test_definition before_script: -- 2.40.0