[gnome-settings-daemon/benzea/try-running-non-priviliged: 6/6] ci: Update CI template and runner tags
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/benzea/try-running-non-priviliged: 6/6] ci: Update CI template and runner tags
- Date: Fri, 11 Dec 2020 09:30:22 +0000 (UTC)
commit 1dbadb9326bc18c06cd06504c46f16f41302753f
Author: Benjamin Berg <bberg redhat com>
Date: Tue Nov 3 00:24:17 2020 +0100
ci: Update CI template and runner tags
The new FDO templates do not need privileged runners anymore. Also,
those do not exist and the asan should be run on the asan runner
instead.
.gitlab-ci.yml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 346f189e..89e54681 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
include:
- - remote:
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/59de540b620c45739871d1a073d76d5521989d11/templates/fedora.yml'
+ - remote:
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/5888c7388134cbe4661600222fe9befb10441f6e/templates/fedora.yml'
variables:
FDO_DISTRIBUTION_TAG: latest
@@ -217,7 +217,7 @@ pages:
asan:
<<: *sanitizer
# ASAN requires debugging capabilities
- tags: [ privileged ]
+ tags: [ asan ]
variables:
BUILD_OPTS: "-Db_sanitize=address"
@@ -243,10 +243,7 @@ msan:
# See also https://gitlab.freedesktop.org/freedesktop/ci-templates
container_fedora_build:
- tags: [ privileged ]
extends: .fdo.container-build@fedora
- # The templates reference the local registry, but we need the fdo one
- image: registry.freedesktop.org/freedesktop/ci-templates/buildah:2020-03-24
only:
variables:
- $CI_PIPELINE_SOURCE == "schedule" && $CRON_TASK == "BUILD_CI_IMAGES"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]