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