From: Peter Hutterer Date: Thu, 21 Mar 2024 06:04:12 +0000 (+1000) Subject: gitlab CI: drop Ubuntu 22.10 X-Git-Tag: accepted/tizen/unified/20250224.161828~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41ee654afd4261d53ba6ccf0a1c8252bb33989fd;p=platform%2Fupstream%2Flibevdev.git gitlab CI: drop Ubuntu 22.10 Repos are 404 Signed-off-by: Peter Hutterer --- 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: @@ -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 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