From ec2290ae475517e50b8131e41f774d277114e179 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Sun, 11 Jan 2026 02:02:49 -0600 Subject: [PATCH] Drop Ubuntu 22.04 test as it has started failing --- .gitlab-ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1232182..793377a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -354,24 +354,6 @@ before_script: - !reference [.upstream_rules, rules] #-----------------------------------------------------------# -# Ubuntu amd64 22.04 test # -#-----------------------------------------------------------# -"Ubuntu amd64 22.04LTS": - image: ubuntu:jammy - stage: test - script: - - apt update - - DEBIAN_FRONTEND=noninteractive apt install -yq --no-install-recommends ./openrgb*amd64.deb - - openrgb --version - - apt remove -y openrgb - dependencies: - - "Linux amd64 .deb (Debian Bookworm)" - needs: - - "Linux amd64 .deb (Debian Bookworm)" - rules: - - !reference [.upstream_rules, rules] - -#-----------------------------------------------------------# # Ubuntu amd64 24.04 test # #-----------------------------------------------------------# "Ubuntu amd64 24.04LTS":