[gcr/wip/nielsdg/privileged-ci] ci: Asan jobs need a privileged tag



commit 572a35626625d0a2cd0be54124e402d6bcb43898
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Thu Mar 5 16:15:04 2020 +0100

    ci: Asan jobs need a privileged tag
    
    No idea why though. See
    https://mail.gnome.org/archives/desktop-devel-list/2020-February/msg00055.html
    for more context.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 63c48d9..2f6ae33 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,6 +50,7 @@ fedora:Werror:
 fedora:asan:
   image: fedora:latest
   stage: build
+  tags: [ privileged ]
   before_script:
     - dnf install -y 'dnf-command(builddep)'
     - dnf builddep -y gcr


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