summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2020-11-03 00:24:17 +0100
committerBenjamin Berg <bberg@redhat.com>2020-11-05 18:59:12 +0100
commitbe67290923da506a7703fd419dd9bbda79193df0 (patch)
tree5dcdd4509de8353d95a4f4898e5daa436c3e5637
parente48ac6f519c8353b90d9733e15645dfe5612e656 (diff)
downloadgnome-settings-daemon-benzea/try-running-non-priviliged.tar.gz
ci: Update CI template and runner tagsbenzea/try-running-non-priviliged
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.
-rw-r--r--.gitlab-ci.yml7
1 files 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"