From 696069bc0d15d59bbdc1a62f51f9ddad0d4df1d2 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Wed, 18 Jan 2023 08:56:05 -0800 Subject: [PATCH] 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: --- .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