ci: Remove the unused .test-manual
Everyone uses .test-manual-mr now, retire the one you don't want. Acked-by: Juan A. Suarez <jasuarez@igalia.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17096>
This commit is contained in:
@@ -294,25 +294,9 @@ sanity:
|
|||||||
reports:
|
reports:
|
||||||
junit: check-*.xml
|
junit: check-*.xml
|
||||||
|
|
||||||
# Rules for tests that should not be present in MRs or the main
|
# Rules for tests that should not block merging, but should be available to
|
||||||
# project's pipeline (don't block marge or report red on
|
# optionally run with the "play" button in the UI in pre-merge non-marge
|
||||||
# mesa/mesa main) but should be present on pipelines in personal
|
# pipelines.
|
||||||
# branches (so you can opt in to running the flaky test when you want
|
|
||||||
# to).
|
|
||||||
.test-manual:
|
|
||||||
rules:
|
|
||||||
- *ignore_scheduled_pipelines
|
|
||||||
- if: *is-forked-branch
|
|
||||||
changes:
|
|
||||||
*all_paths
|
|
||||||
when: manual
|
|
||||||
- when: never
|
|
||||||
variables:
|
|
||||||
GIT_STRATEGY: none
|
|
||||||
JOB_TIMEOUT: 80
|
|
||||||
|
|
||||||
# The above .test-manual rules doesn't allow the jobs to be available for MRs
|
|
||||||
# but we should have an option to have manual jobs in MRs as well.
|
|
||||||
.test-manual-mr:
|
.test-manual-mr:
|
||||||
rules:
|
rules:
|
||||||
- *ignore_scheduled_pipelines
|
- *ignore_scheduled_pipelines
|
||||||
|
Reference in New Issue
Block a user