]> granicus.if.org Git - graphviz/commitdiff
drop Fedora 33 builds from CI
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 10 Dec 2021 15:58:51 +0000 (07:58 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 12 Dec 2021 16:48:25 +0000 (08:48 -0800)
Fedora 33 was EOLed on 2021-11-30.¹

¹ https://docs.fedoraproject.org/en-US/releases/eol/

.gitlab-ci.yml

index ac0f7c070b0abf2393da3697fdf2fbf7349d9b6f..74a56265d6b348649d6dd15da07ca18a986633d7 100644 (file)
@@ -291,18 +291,6 @@ centos8-build:
     variables:
       IMAGE: centos8
 
-fedora33-build:
-    <<: *rpm_build_definition
-    needs:
-        - job: docker_build_fedora33
-          artifacts: false
-        - job: portable-source
-          artifacts: true
-    tags:
-        - linux
-    variables:
-      IMAGE: fedora33
-
 fedora34-build:
     <<: *rpm_build_definition
     needs:
@@ -1071,18 +1059,6 @@ centos8-test:
     variables:
       IMAGE: centos8
 
-fedora33-test:
-    <<: *linux_test_definition
-    before_script:
-        - export build_system="autotools"
-    needs:
-        - job: "fedora33-build"
-          artifacts: true
-    tags:
-        - linux
-    variables:
-      IMAGE: fedora33
-
 fedora34-test:
     <<: *linux_test_definition
     before_script:
@@ -1301,11 +1277,6 @@ docker_build_centos8:
   variables:
     IMAGE: centos8
 
-docker_build_fedora33:
-  <<: *docker_build_definition
-  variables:
-    IMAGE: fedora33
-
 docker_build_fedora34:
   <<: *docker_build_definition
   variables:
@@ -1345,13 +1316,6 @@ docker_push_centos8:
   needs:
     - docker_build_centos8
 
-docker_push_fedora33:
-  <<: *docker_push_definition
-  variables:
-    IMAGE: fedora33
-  needs:
-    - docker_build_fedora33
-
 docker_push_fedora34:
   <<: *docker_push_definition
   variables: