]> granicus.if.org Git - graphviz/commitdiff
CI: rename ubuntu22-04* jobs to ubuntu-22.04*
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 28 Sep 2022 11:45:09 +0000 (13:45 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 29 Sep 2022 04:36:30 +0000 (06:36 +0200)
This is the naming scheme that the Docker images use.

.gitlab-ci.yml

index 602f809a5c7a8b34fc0c276aae9b7dc05aedc73f..6271bb567bc50172226380d5fdaf8a91a6ce98b2 100644 (file)
@@ -335,7 +335,7 @@ ubuntu-20.04-build:
     variables:
       IMAGE: ubuntu-20.04
 
-ubuntu22-04-build:
+ubuntu-22.04-build:
     <<: *deb_build_definition
     needs:
         - job: docker_build_ubuntu-22.04
@@ -347,7 +347,7 @@ ubuntu22-04-build:
     variables:
       IMAGE: ubuntu-22.04
 
-ubuntu22-04-static-build:
+ubuntu-22.04-static-build:
     <<: *deb_build_definition
     before_script:
         - export CONFIGURE_OPTIONS="--disable-shared --enable-static"
@@ -678,7 +678,7 @@ ubuntu-18.04-cmake-build:
     variables:
       IMAGE: ubuntu-18.04
 
-ubuntu22-04-cmake-build:
+ubuntu-22.04-cmake-build:
     <<: *deb_build_definition
     needs:
         - job: docker_build_ubuntu-22.04
@@ -695,7 +695,7 @@ ubuntu22-04-cmake-build:
     variables:
       IMAGE: ubuntu-22.04
 
-ubuntu22-04-cmake-minimal-build:
+ubuntu-22.04-cmake-minimal-build:
     <<: *deb_build_definition
     needs:
         - job: docker_build_ubuntu-22.04
@@ -719,7 +719,7 @@ ubuntu22-04-cmake-minimal-build:
     variables:
       IMAGE: ubuntu-22.04
 
-ubuntu22-04-cmake-ASan-build-for-ctest:
+ubuntu-22.04-cmake-ASan-build-for-ctest:
     <<: *deb_build_definition
     needs:
         - job: docker_build_ubuntu-22.04
@@ -956,12 +956,12 @@ ubuntu-20.04-test:
     variables:
       IMAGE: ubuntu-20.04
 
-ubuntu22-04-test:
+ubuntu-22.04-test:
     <<: *linux_test_definition
     before_script:
         - export build_system="autotools"
     needs:
-        - job: "ubuntu22-04-build"
+        - job: "ubuntu-22.04-build"
           artifacts: true
     tags:
         - linux
@@ -1037,13 +1037,13 @@ ubuntu-18.04-cmake-test:
     variables:
       IMAGE: ubuntu-18.04
 
-ubuntu22-04-cmake-test:
+ubuntu-22.04-cmake-test:
     <<: *linux_test_definition
     before_script:
         - export build_system="cmake"
         - python3 gen_version.py --output GRAPHVIZ_VERSION
     needs:
-        - job: "ubuntu22-04-cmake-build"
+        - job: "ubuntu-22.04-cmake-build"
           artifacts: true
     tags:
         - linux
@@ -1059,7 +1059,7 @@ ubuntu22.04-cmake-ASan-test-including-ctest:
         - export LDFLAGS=" -g -fsanitize=address,undefined"
         - python3 gen_version.py --output GRAPHVIZ_VERSION
     needs:
-        - job: "ubuntu22-04-cmake-ASan-build-for-ctest"
+        - job: "ubuntu-22.04-cmake-ASan-build-for-ctest"
           artifacts: true
     tags:
         - linux