From: Magnus Jacobsson Date: Mon, 12 Oct 2020 18:37:05 +0000 (+0200) Subject: Stop building & testing for EOL Fedora 29 in CI X-Git-Tag: 2.46.0~20^2^2~34^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3dee1f7ff7d6e8f7ed13648366cc7d6c41e6df7;p=graphviz Stop building & testing for EOL Fedora 29 in CI --- 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: