Mesa (main): ci/freedreno: smuggle myself into restricted traces access list

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 20 13:19:35 UTC 2022


Module: Mesa
Branch: main
Commit: 2bbb11eca233fa88b4281c29e2fd993982829bda
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2bbb11eca233fa88b4281c29e2fd993982829bda

Author: David Heidelberg <david.heidelberg at collabora.com>
Date:   Tue Jun 14 00:03:34 2022 +0200

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 <david.heidelberg at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17016>

---

 .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



More information about the mesa-commit mailing list