Revert "ci: fail pipeline for users who got access to restricted traces"
Both new rules turn out to be causing issues, effectively making
every pipeline run everything, which is causing job failures and
pipeline timeouts when trying to merge MRs.
This reverts commit 754ad73b8b
.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29159>
This commit is contained in:

committed by
Marge Bot

parent
985ee5441a
commit
3ab023edee
@@ -38,9 +38,6 @@
|
||||
- if: '($GITLAB_USER_LOGIN !~ "/^(robclark|anholt|flto|cwabbott0|Danil|tomeu|okias|gallo|kwg|llanderwelin|zmike|vigneshraman)$/") &&
|
||||
($GITLAB_USER_LOGIN != "marge-bot" || $CI_COMMIT_BRANCH)'
|
||||
when: never
|
||||
- if: '($GITLAB_USER_LOGIN != "marge-bot" || $CI_COMMIT_BRANCH)' # so it's invoked by user
|
||||
allow_failure: false
|
||||
- allow_failure: true
|
||||
|
||||
# Mesa core source file dependencies that may impact any test job
|
||||
# ---------------------------------------------------------------
|
||||
|
@@ -269,6 +269,7 @@ a630-traces-restricted:
|
||||
variables:
|
||||
PIGLIT_TRACES_FILE: restricted-traces-freedreno.yml
|
||||
PIGLIT_REPLAY_EXTRA_ARGS: "--download-caching-proxy-url=http://10.42.0.1:8888/cache/?uri= --db-path ${CI_PROJECT_DIR}/replayer-db/ --minio_bucket=${S3_TRACIE_PRIVATE_BUCKET} --jwt-file=${S3_JWT_FILE}"
|
||||
allow_failure: true
|
||||
|
||||
a630-traces-performance:
|
||||
extends:
|
||||
|
@@ -79,6 +79,7 @@ zink-anv-tgl-traces-restricted:
|
||||
variables:
|
||||
PIGLIT_TRACES_FILE: traces-zink-restricted.yml
|
||||
PIGLIT_REPLAY_EXTRA_ARGS: --db-path ${CI_PROJECT_DIR}/replayer-db/ --minio_bucket=${S3_TRACIE_PRIVATE_BUCKET} --jwt-file=${S3_JWT_FILE}
|
||||
allow_failure: true
|
||||
|
||||
zink-tu-a618:
|
||||
extends:
|
||||
|
Reference in New Issue
Block a user