mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 14:50:10 +01:00
nightly_compare. Compare the two latest scheduled pipelines and provide information about the jobs you're interested in. The job part reports: - RED previously passing jobs - YELLOW jobs which failed before, but continue to fail here is also available link to the previous failed run - If no job failing, program exits. The test part reports: - everything in lovely table If any failing job is found, after this phase, commit list between these two scheduled run is printed (you can also use the WebUI link). Example: I care about all Adreno jobs passing and one Radeon (r300) with gallium-nine tests. ``` ./bin/ci/nightly_compare.py --target "a[3-7][0-9][0-9].*|r300-rv530-nine" ``` Co-authored-by: Sergi Blanch Torne <sergi.blanch.torne@collabora.com> Signed-off-by: David Heidelberg <david@ixit.cz> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29392> |
||
|---|---|---|
| .. | ||
| 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 | ||
| symbols-check.py | ||
| update-android-headers.sh | ||