mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-22 05:30:31 +01:00
In Mesa MR pipelines, we have the sanity job. This job is not an explicit need for any one job, because only jobs with `- needs: []` ignores previous jobs. If no `needs` is specified, the job will wait until all the jobs of earlier stages are finished before starting. See additional details section at: https://docs.gitlab.com/ee/ci/yaml/index.html#stage-post Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10032 Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25858> |
||
|---|---|---|
| .. | ||
| test | ||
| .gitignore | ||
| ci_run_n_monitor.py | ||
| ci_run_n_monitor.sh | ||
| download_gl_schema.sh | ||
| gitlab_common.py | ||
| gitlab_gql.py | ||
| gitlab_gql.sh | ||
| job_details.gql | ||
| marge_queue.py | ||
| marge_queue.sh | ||
| pipeline_details.gql | ||
| requirements.txt | ||
| structured_logger.py | ||
| update_traces_checksum.py | ||
| update_traces_checksum.sh | ||