citemplate: remove fdo.expires-after label
authorJordan Petridis <jordan@centricular.com>
Thu, 15 Oct 2020 14:37:53 +0000 (17:37 +0300)
committerJordan Petridis <jordan@centricular.com>
Thu, 22 Oct 2020 13:10:32 +0000 (16:10 +0300)
This is meant to be used for containers that are going
to be periodically rebuilt. For our usecase specifying
`fdo.upstream-repo` is enough to garbage collect all
the tags from the forks.

We also need to rebuild the images, so they don't have
include the label anymore.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/368>

gitlab/ci_template.yml

index 65e69bd..f0bd2b4 100644 (file)
@@ -18,12 +18,12 @@ variables:
   # If you are hacking on them or need a them to rebuild, its enough
   # to change any part of the string of the image you want.
   ###
-  FEDORA_TAG:  '2020-10-09.0'
-  CERBERO_TAG: '2020-09-09.2'
-  ANDROID_TAG: '2020-09-09.2'
-  MANIFEST_TAG: '2020-06-25.0'
-  TEST_MANIFEST_TAG: '2020-06-25.0'
-  INDENT_TAG: '2020-06-29.0'
+  FEDORA_TAG:  '2020-10-22.0'
+  CERBERO_TAG: '2020-10-22.0'
+  ANDROID_TAG: '2020-10-22.0'
+  MANIFEST_TAG: '2020-10-22.0'
+  TEST_MANIFEST_TAG: '2020-10-22.0'
+  INDENT_TAG: '2020-10-22.0'
 
   GST_UPSTREAM_REPO: 'gstreamer/gst-ci'
 
@@ -250,7 +250,6 @@ default:
       --label gitlab.project_path=$CI_PROJECT_PATH
       --label gitlab.project_url=$CI_PROJECT_URL
       --label fdo.upstream-repo=$GST_UPSTREAM_REPO
-      --label fdo.expires-after="3w"
       -f $DOCKERFILE
       -t $LOCAL_IMAGE
       $CONTEXT_DIR