summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2024-03-21 15:09:08 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2024-03-21 15:15:01 +1000
commit703999edec2aab34c126391f32b186031ddf198b (patch)
tree256a6a6bcf5da4238c8dd5bf0223d393d5755c1e
parent5db8e66bd343c4830c1f37e81af1132ac241d4df (diff)
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 <peter.hutterer@who-t.net>
-rw-r--r--.gitlab-ci.yml72
-rw-r--r--.gitlab-ci/ci.template9
2 files changed, 0 insertions, 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 %}