From 703999edec2aab34c126391f32b186031ddf198b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 21 Mar 2024 15:09:08 +1000 Subject: gitlab CI: remove the jobs for the scheduled forced rebuild This scheduled pipeline no long runs, so let's drop this job. Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 72 -------------------------------------------------- .gitlab-ci/ci.template | 9 ------- 2 files changed, 81 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59d31db..6fa58e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,15 +210,6 @@ fedora:38@container-prep: variables: GIT_STRATEGY: none -# Always rebuilds the container -fedora:38@container-forced-rebuild: - extends: - - fedora:38@container-prep - only: - - schedules - variables: - FDO_FORCE_REBUILD: 1 - # Pulls in the container from upstream or rebuilds it if missing fedora:39@container-prep: @@ -230,15 +221,6 @@ fedora:39@container-prep: variables: GIT_STRATEGY: none -# Always rebuilds the container -fedora:39@container-forced-rebuild: - extends: - - fedora:39@container-prep - only: - - schedules - variables: - FDO_FORCE_REBUILD: 1 - # Pulls in the container from upstream or rebuilds it if missing ubuntu:23.04@container-prep: @@ -250,15 +232,6 @@ ubuntu:23.04@container-prep: variables: GIT_STRATEGY: none -# Always rebuilds the container -ubuntu:23.04@container-forced-rebuild: - extends: - - ubuntu:23.04@container-prep - only: - - schedules - variables: - FDO_FORCE_REBUILD: 1 - # Pulls in the container from upstream or rebuilds it if missing ubuntu:22.10@container-prep: @@ -270,15 +243,6 @@ ubuntu:22.10@container-prep: variables: GIT_STRATEGY: none -# Always rebuilds the container -ubuntu:22.10@container-forced-rebuild: - extends: - - ubuntu:22.10@container-prep - only: - - schedules - variables: - FDO_FORCE_REBUILD: 1 - # Pulls in the container from upstream or rebuilds it if missing debian:stable@container-prep: @@ -290,15 +254,6 @@ debian:stable@container-prep: variables: GIT_STRATEGY: none -# Always rebuilds the container -debian:stable@container-forced-rebuild: - extends: - - debian:stable@container-prep - only: - - schedules - variables: - FDO_FORCE_REBUILD: 1 - # Pulls in the container from upstream or rebuilds it if missing debian:sid@container-prep: @@ -310,15 +265,6 @@ debian:sid@container-prep: variables: GIT_STRATEGY: none -# Always rebuilds the container -debian:sid@container-forced-rebuild: - extends: - - debian:sid@container-prep - only: - - schedules - variables: - FDO_FORCE_REBUILD: 1 - # Pulls in the container from upstream or rebuilds it if missing arch:rolling@container-prep: @@ -330,15 +276,6 @@ arch:rolling@container-prep: variables: GIT_STRATEGY: none -# Always rebuilds the container -arch:rolling@container-forced-rebuild: - extends: - - arch:rolling@container-prep - only: - - schedules - variables: - FDO_FORCE_REBUILD: 1 - # Pulls in the container from upstream or rebuilds it if missing alpine:latest@container-prep: @@ -350,15 +287,6 @@ alpine:latest@container-prep: variables: GIT_STRATEGY: none -# Always rebuilds the container -alpine:latest@container-forced-rebuild: - extends: - - alpine:latest@container-prep - only: - - schedules - variables: - FDO_FORCE_REBUILD: 1 - ################################################################# # # diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 4ee8fb3..fed6f8a 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -163,15 +163,6 @@ check-merge-request: variables: GIT_STRATEGY: none -# Always rebuilds the container -{{ distro.name }}:{{ version }}@container-forced-rebuild: - extends: - - {{ distro.name }}:{{ version }}@container-prep - only: - - schedules - variables: - FDO_FORCE_REBUILD: 1 - {% endfor %} {% endfor %} -- cgit v1.2.3