mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
ci/yaml-toml-shell-py-test: run on direct push pipelines
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33412>
(cherry picked from commit 7b018945e8)
This commit is contained in:
parent
b01077c27a
commit
90e72c54d8
2 changed files with 9 additions and 1 deletions
|
|
@ -75,6 +75,14 @@ yaml-toml-shell-py-test:
|
|||
- .gitlab-ci/tests/**/*
|
||||
- bin/ci/**/*
|
||||
when: on_success
|
||||
# direct pushes that bypassed the CI
|
||||
- if: $CI_PROJECT_NAMESPACE == "mesa" && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
changes: *lint_files
|
||||
when: on_success
|
||||
# direct pushes from release manager
|
||||
- if: $CI_PROJECT_NAMESPACE == "mesa" && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF_NAME =~ /^staging\//
|
||||
changes: *lint_files
|
||||
when: on_success
|
||||
- changes: *lint_files
|
||||
when: manual
|
||||
tags:
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
"description": "ci/yaml-toml-shell-py-test: run on direct push pipelines",
|
||||
"nominated": false,
|
||||
"nomination_type": 0,
|
||||
"resolution": 4,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue