From 2bbb11eca233fa88b4281c29e2fd993982829bda Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Tue, 14 Jun 2022 00:03:34 +0200 Subject: [PATCH] ci/freedreno: smuggle myself into restricted traces access list Already have access into traces-db-restricted repository, so this just allow me to trigger the job without patching. 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 1322164b21d..242754ddd8a 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -182,7 +182,7 @@ - if: '$COLLABORA_FARM == "offline" && $RUNNER_TAG =~ /^mesa-ci-x86-64-lava-/' when: never # 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)$/") && + - if: '($GITLAB_USER_LOGIN !~ "/^(robclark|anholt|flto|cwabbott0|Danil|tomeu|okias)$/") && ($GITLAB_USER_LOGIN != "marge-bot" || $CI_COMMIT_BRANCH)' when: never - *ignore_scheduled_pipelines