]> granicus.if.org Git - graphviz/commitdiff
Stop building & testing EOL Ubuntu 19.04
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 20 Apr 2020 10:28:32 +0000 (12:28 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 22 Apr 2020 04:33:41 +0000 (06:33 +0200)
.gitlab-ci.yml

index a21c81d37987ca5ce679677e4022995f72651842..58b5d61429e8d7cd37324ec7b82442f931b3bf16 100644 (file)
@@ -128,12 +128,6 @@ ubuntu18-04-build:
         #only:
         #- master@graphviz/graphviz
 
-ubuntu19-04-build:
-    <<: *deb_build_definition
-    tags:
-        - linux
-    image: "graphviz/graphviz:ubuntu-19.04"
-
 ubuntu19-10-build:
     <<: *deb_build_definition
     tags:
@@ -157,17 +151,6 @@ ubuntu18-04-test:
         - linux
     image: "graphviz/graphviz:ubuntu-18.04"
 
-ubuntu19-04-test:
-    <<: *test_definition
-    needs:
-        - job: portable-source
-          artifacts: true
-        - job: "ubuntu19-04-build"
-          artifacts: true
-    tags:
-        - linux
-    image: "graphviz/graphviz:ubuntu-19.04"
-
 ubuntu19-10-test:
     <<: *test_definition
     needs: