]> granicus.if.org Git - graphviz/commitdiff
Stop building & testing for EOL Fedora 29 in CI
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 12 Oct 2020 18:37:05 +0000 (20:37 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 19 Oct 2020 16:54:10 +0000 (18:54 +0200)
.gitlab-ci.yml

index fe0a4a89555459af185c08bca9cb0dff87baf280..acf038d4fedbe0e3b6b60d00d5b4c02f5922d4c4 100644 (file)
@@ -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: