summaryrefslogtreecommitdiff
path: root/gitlab
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2020-10-15 17:37:53 +0300
committerJordan Petridis <jordan@centricular.com>2020-10-22 16:10:32 +0300
commitaead7b4eb70fd7823fad26f1efd24f131091229e (patch)
treec1b0a023233cfc7b493d8c56ef8235c77f4b289a /gitlab
parent3b59f3ebcb87249539a0ba9f75e3aa0ab292348f (diff)
citemplate: remove fdo.expires-after label
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>
Diffstat (limited to 'gitlab')
-rw-r--r--gitlab/ci_template.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml
index 65e69bd..f0bd2b4 100644
--- a/gitlab/ci_template.yml
+++ b/gitlab/ci_template.yml
@@ -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