mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 15:10:37 +01: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> |
||
|---|---|---|
| .. | ||
| ci | ||
| pick | ||
| .editorconfig | ||
| __init__.py | ||
| commit_in_branch.py | ||
| commit_in_branch_test.py | ||
| gen_calendar_entries.py | ||
| gen_calendar_entries_test.py | ||
| gen_release_notes.py | ||
| gen_release_notes_test.py | ||
| gen_vs_module_defs.py | ||
| git_sha1_gen.py | ||
| install_megadrivers.py | ||
| khronos-update.py | ||
| meson-cmd-extract.py | ||
| meson.build | ||
| perf-annotate-jit.py | ||
| pick-ui.py | ||
| pick-ui.sh | ||
| post_version.py | ||
| post_version_test.py | ||
| python-venv.sh | ||
| refcnt-log-helper.py | ||
| renderdoc-update.py | ||
| symbols-check.py | ||
| update-android-headers.sh | ||