From 4fd4358ba91d3f4046ba46bbefa2ba917edc9056 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Wed, 1 Jan 2025 14:45:35 +0100 Subject: [PATCH] ci: Add Valentine to the restricted traces access list Signed-off-by: Valentine Burley 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 3e889f945c3..e1c897110af 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -40,7 +40,7 @@ .restricted-rules: 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|gallo|kwg|llanderwelin|zmike|vigneshraman)$/") && + - if: '($GITLAB_USER_LOGIN !~ "/^(robclark|anholt|flto|cwabbott0|Danil|tomeu|okias|gallo|kwg|llanderwelin|zmike|vigneshraman|Valentine)$/") && ($GITLAB_USER_LOGIN != "marge-bot" || $CI_COMMIT_BRANCH)' when: never