mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-07 12:38:27 +02:00
The skip_follow_statuses variable, used to check if we need to stay monitoring the pipeline instead of jumping to the target job traces, is based on COMPLETED_STATUSES set. But, in Python, we do shallow copies by default, and changes on skip_follow_statuses reflected on COMPLETED_STATUSES, which was making manual dependencies stop playing when --force-manual was not given. Fixes: 84d401aebf0832741716f947dd7e2e9aac1221ac Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30526> |
||
|---|---|---|
| .. | ||
| test | ||
| .gitignore | ||
| ci_gantt_chart.py | ||
| ci_gantt_chart.sh | ||
| ci_post_gantt.py | ||
| ci_post_gantt.sh | ||
| ci_run_n_monitor.py | ||
| ci_run_n_monitor.sh | ||
| custom_logger.py | ||
| download_gl_schema.sh | ||
| gitlab_common.py | ||
| gitlab_gql.py | ||
| gitlab_gql.sh | ||
| job_details.gql | ||
| marge_queue.py | ||
| marge_queue.sh | ||
| nightly_compare.py | ||
| nightly_compare.sh | ||
| pipeline_details.gql | ||
| pipeline_utils.gql | ||
| requirements.txt | ||
| structured_logger.py | ||
| update_traces_checksum.py | ||
| update_traces_checksum.sh | ||