gitlab CI: drop Ubuntu 22.10
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 21 Mar 2024 06:04:12 +0000 (16:04 +1000)
committerduna.oh <duna.oh@samsung.com>
Thu, 20 Feb 2025 01:53:49 +0000 (10:53 +0900)
Repos are 404

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/config.yml

index d6f28818ef0ab44913fc12b714e46d6c2b661369..2557c93cb9824debfdcfcc2f0d7c0af3c423fba0 100644 (file)
@@ -88,12 +88,6 @@ variables:
     FDO_DISTRIBUTION_TAG: '2023-05-08.0'
     FDO_DISTRIBUTION_VERSION: '23.04'
 
-.ubuntu:22.10:
-  extends: .fdo.distribution-image@ubuntu
-  variables:
-    FDO_DISTRIBUTION_TAG: '2023-05-08.0'
-    FDO_DISTRIBUTION_VERSION: '22.10'
-
 .debian:stable:
   extends: .fdo.distribution-image@debian
   variables:
@@ -233,17 +227,6 @@ ubuntu:23.04@container-prep:
     GIT_STRATEGY: none
 
 
-# Pulls in the container from upstream or rebuilds it if missing
-ubuntu:22.10@container-prep:
-  extends:
-    - .ubuntu:22.10
-    - .ubuntu.packages
-    - .fdo.container-build@ubuntu
-  stage: prep
-  variables:
-    GIT_STRATEGY: none
-
-
 # Pulls in the container from upstream or rebuilds it if missing
 debian:stable@container-prep:
   extends:
@@ -338,13 +321,6 @@ ubuntu:23.04@container-clean:
     - .container-clean
   needs: ["ubuntu:23.04@container-prep"]
 
-### ubuntu 22.10
-ubuntu:22.10@container-clean:
-  extends:
-    - .ubuntu:22.10
-    - .container-clean
-  needs: ["ubuntu:22.10@container-prep"]
-
 ### debian stable
 debian:stable@container-clean:
   extends:
@@ -440,21 +416,6 @@ ubuntu:23.04@meson-build:
   needs: ['ubuntu:23.04@container-prep']
 
 
-ubuntu:22.10@autotools-build:
-  extends:
-    - .ubuntu:22.10
-    - .autotools-build@template
-  stage: autotools
-  needs: ['ubuntu:22.10@container-prep']
-
-ubuntu:22.10@meson-build:
-  extends:
-    - .ubuntu:22.10
-    - .meson-build@template
-  stage: meson
-  needs: ['ubuntu:22.10@container-prep']
-
-
 debian:stable@autotools-build:
   extends:
     - .debian:stable
index 47257bc8510d5212c3b0425de0dc22c73c2ec15d..ad7df6803196a72246b12c52fe93d28ffaac024f 100644 (file)
@@ -43,7 +43,6 @@ distributions:
     tag: *default_tag
     versions:
       - '23.04'
-      - '22.10'
     packages:
       - git
       - gcc