Module: Mesa Branch: main Commit: 696069bc0d15d59bbdc1a62f51f9ddad0d4df1d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=696069bc0d15d59bbdc1a62f51f9ddad0d4df1d2
Author: Emma Anholt <[email protected]> Date: Wed Jan 18 08:56:05 2023 -0800 ci: Add some new folks to the restricted-traces access list. They should now get pre-merge gated on the restricted traces passing. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20771> --- .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 fbe2dbb6bdb..2ec79f0d282 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -24,7 +24,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)$/") && + - if: '($GITLAB_USER_LOGIN !~ "/^(robclark|anholt|flto|cwabbott0|Danil|tomeu|okias|gallo|kwg|majanes|llanderwelin|zmike)$/") && ($GITLAB_USER_LOGIN != "marge-bot" || $CI_COMMIT_BRANCH)' when: never
