summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2024-03-21 16:04:12 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2024-03-21 16:04:44 +1000
commit8d8a3d8fc72501c19fe6be40915c319e38e7d919 (patch)
treed608add8a2361f4439a9e4304bafbd3ce26fe73c
parentcd9bea914ce8443501e77eae1dc1266dc1383329 (diff)
gitlab CI: drop Ubuntu 22.10
Repos are 404 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--.gitlab-ci.yml39
-rw-r--r--.gitlab-ci/config.yml1
2 files changed, 0 insertions, 40 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d6f2881..2557c93 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
@@ -234,17 +228,6 @@ ubuntu:23.04@container-prep:
# 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:
- .debian:stable
@@ -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
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index 47257bc..ad7df68 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -43,7 +43,6 @@ distributions:
tag: *default_tag
versions:
- '23.04'
- - '22.10'
packages:
- git
- gcc