[gjs/barthalion/asan-runner] CI: Switch ASAN jobs to runners tagged so



commit 25bb247ef72cf4e05fb9911f352970f9fdbe70f4
Author: Bartłomiej Piotrowski <b bpiotrowski pl>
Date:   Mon Jul 20 16:31:26 2020 +0200

    CI: Switch ASAN jobs to runners tagged so

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c6725cce..230ce056 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,7 @@ sanitizer_gcc:
   <<: *build
   stage: test
   tags:
-    - privileged  # LSAN needs CAP_SYS_PTRACE
+    - asan # LSAN needs CAP_SYS_PTRACE
   image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs68-debug
   variables:
     TASK_ID: "fedora-x86_64-gcc-default-ubsan_asan-check"
@@ -224,7 +224,7 @@ sanitizer_clang:
   <<: *build
   stage: manual
   tags:
-    - privileged  # LSAN needs CAP_SYS_PTRACE
+    - asan # LSAN needs CAP_SYS_PTRACE
   image: registry.gitlab.gnome.org/gnome/gjs:fedora.mozjs68-debug
   variables:
     TASK_ID: "fedora-x86_64-clang_ubsan_asan-default-default-check"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]