gitlab ci: drop EOL'd ubuntu 21.10
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 3 Aug 2022 03:42:47 +0000 (13:42 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 3 Aug 2022 03:43:32 +0000 (13:43 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/config.yml

index 58faa7d..886874c 100644 (file)
@@ -269,17 +269,6 @@ debian:stable@container-prep:
     FDO_DISTRIBUTION_PACKAGES: $DEBIAN_PACKAGES
     FDO_DISTRIBUTION_TAG: $DEBIAN_TAG
 
-ubuntu:21.10@container-prep:
-  extends:
-    - .fdo.container-build@ubuntu
-    - .policy
-  stage: prep
-  variables:
-    GIT_STRATEGY: none
-    FDO_DISTRIBUTION_VERSION: '21.10'
-    FDO_DISTRIBUTION_PACKAGES: $UBUNTU_PACKAGES
-    FDO_DISTRIBUTION_TAG: $UBUNTU_TAG
-
 ubuntu:22.04@container-prep:
   extends:
     - .fdo.container-build@ubuntu
@@ -375,16 +364,6 @@ debian:stable@container-clean:
     FDO_DISTRIBUTION_VERSION: 'stable'
     FDO_DISTRIBUTION_TAG: $DEBIAN_TAG
 
-ubuntu:21.10@container-clean:
-  extends:
-    - .policy
-    - .container-clean
-  variables:
-    GIT_STRATEGY: none
-    CURRENT_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/ubuntu/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG
-    FDO_DISTRIBUTION_VERSION: '21.10'
-    FDO_DISTRIBUTION_TAG: $UBUNTU_TAG
-
 ubuntu:22.04@container-clean:
   extends:
     - .policy
@@ -951,18 +930,6 @@ debian:stable@default-build:
     - "debian:stable@container-prep"
 
 
-ubuntu:21.10@default-build:
-  stage: distro
-  extends:
-    - .build@template
-    - .fdo.distribution-image@ubuntu
-  variables:
-    FDO_DISTRIBUTION_VERSION: '21.10'
-    FDO_DISTRIBUTION_TAG: $UBUNTU_TAG
-  needs:
-    - "ubuntu:21.10@container-prep"
-
-
 ubuntu:22.04@default-build:
   stage: distro
   extends:
index f5ddf8e..17446b8 100644 (file)
@@ -65,7 +65,6 @@ distributions:
   - name: ubuntu
     tag: *default_tag
     versions:
-      - '21.10'
       - '22.04'
     packages:
       - git