]> granicus.if.org Git - graphviz/commitdiff
move Fedora CMake testing to Fedora 32
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 31 Jan 2021 00:56:30 +0000 (16:56 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Feb 2021 05:02:44 +0000 (21:02 -0800)
Fedora 31 was EOLed in November 2020 [0].

  [0]: https://lists.fedoraproject.org/archives/list/announce@lists.fedoraproject.org/thread/NU5AENRUFG4XK5D34SJN5FZPLYMZF6ZQ/

.gitlab-ci.yml

index aed12cd968bf2204895443b636a480d12574b3a6..a07375ebed0ab5e1affb83c39bfe39c8a2e84e6f 100644 (file)
@@ -306,7 +306,7 @@ centos7-cmake-build:
         - linux
     image: "graphviz/graphviz:centos7"
 
-fedora31-cmake-build:
+fedora32-cmake-build:
     <<: *rpm_build_definition
     before_script:
         - export build_system="cmake"
@@ -316,7 +316,7 @@ fedora31-cmake-build:
         - echo experimental > COLLECTION
     tags:
         - linux
-    image: "graphviz/graphviz:fedora31"
+    image: "graphviz/graphviz:fedora32"
 
 macos-cmake-build:
     <<: *macos_build_definition
@@ -563,7 +563,7 @@ centos7-cmake-test:
         - linux
     image: "graphviz/graphviz:centos7"
 
-fedora31-cmake-test:
+fedora32-cmake-test:
     <<: *test_definition
     before_script:
         - export build_system="cmake"
@@ -571,11 +571,11 @@ fedora31-cmake-test:
     needs:
         - job: portable-source
           artifacts: true
-        - job: "fedora31-cmake-build"
+        - job: "fedora32-cmake-build"
           artifacts: true
     tags:
         - linux
-    image: "graphviz/graphviz:fedora31"
+    image: "graphviz/graphviz:fedora32"
 
 macos-cmake-test:
     <<: *test_definition