gitlab CI: remove the jobs for the scheduled forced rebuild
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 21 Mar 2024 05:09:08 +0000 (15:09 +1000)
committerduna.oh <duna.oh@samsung.com>
Thu, 20 Feb 2025 01:53:38 +0000 (10:53 +0900)
This scheduled pipeline no long runs, so let's drop this job.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/ci.template

index 59d31db3893d28e94a771c2eefa5207be83c9e9b..6fa58e2dfcf6d5a55c1774443d8c2663c8160572 100644 (file)
@@ -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
-
 
 #################################################################
 #                                                               #
index 4ee8fb3eab76376955733c76da3033e3a6e4295b..fed6f8a79c4f49bdadd98dd0ad8eea840ef1f625 100644 (file)
@@ -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 %}