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