From 5d23c94dd1ac7a2c7a37b37b3ee3718357e0f7d5 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Fri, 21 Oct 2022 01:05:34 +0200 Subject: [PATCH] ci/freedreno: add Guilherme Gallo into restricted traces access list Signed-off-by: David Heidelberg Part-of: --- .gitlab-ci/test-source-dep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 855f51d..5d720ca 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -211,7 +211,7 @@ 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] -- 2.7.4