ci/freedreno: add Guilherme Gallo into restricted traces access list
authorDavid Heidelberg <david.heidelberg@collabora.com>
Thu, 20 Oct 2022 23:05:34 +0000 (01:05 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 21 Oct 2022 15:22:26 +0000 (15:22 +0000)
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19210>

.gitlab-ci/test-source-dep.yml

index 855f51d..5d720ca 100644 (file)
   stage: freedreno
   rules:
     # If the triggerer has access to the restricted traces and if it is pre-merge
-    - if: '($GITLAB_USER_LOGIN !~ "/^(robclark|anholt|flto|cwabbott0|Danil|tomeu|okias)$/") &&
+    - if: '($GITLAB_USER_LOGIN !~ "/^(robclark|anholt|flto|cwabbott0|Danil|tomeu|okias|gallo)$/") &&
            ($GITLAB_USER_LOGIN != "marge-bot" || $CI_COMMIT_BRANCH)'
       when: never
     - !reference [.freedreno-rules, rules]