Logo
Explore Help
Register Sign In
OpenHarmony/third_party_mesa3d
2
0
Fork 0
You've already forked third_party_mesa3d
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
2329276dddeae1e548861a8455180f7bbebd4e7d
third_party_mesa3d/bin/ci/nightly_compare.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
224 B
Bash
Raw Normal View History

ci: introduce tool for comparing nightly runs 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>
2024-05-24 15:13:32 -07:00
#!/usr/bin/env bash
set -eu
this_dir=$(dirname -- "$(readlink -f -- "${BASH_SOURCE[0]}")")
readonly this_dir
exec \
"$this_dir/../python-venv.sh" \
"$this_dir/requirements.txt" \
"$this_dir/nightly_compare.py" "$@"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 95ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API