Module: Mesa Branch: main Commit: 95c9d3db32bd581adb52c7736801fd5f27d0332d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=95c9d3db32bd581adb52c7736801fd5f27d0332d
Author: Vignesh Raman <[email protected]> Date: Thu Jul 20 09:35:53 2023 +0530 ci: add Vignesh Raman into restricted traces access list Signed-off-by: Vignesh Raman <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24247> --- .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 3b10829f7e4..67115fd13b2 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -35,7 +35,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|majanes|llanderwelin|zmike)$/") && + - if: '($GITLAB_USER_LOGIN !~ "/^(robclark|anholt|flto|cwabbott0|Danil|tomeu|okias|gallo|kwg|majanes|llanderwelin|zmike|vigneshraman)$/") && ($GITLAB_USER_LOGIN != "marge-bot" || $CI_COMMIT_BRANCH)' when: never
