
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>
13 lines
206 B
Plaintext
13 lines
206 B
Plaintext
colorama==0.4.5
|
|
filecache==0.81
|
|
gql==3.4.0
|
|
kaleido==0.2.1
|
|
python-dateutil==2.8.2
|
|
pandas==2.1.1
|
|
plotly==5.17.0
|
|
python-gitlab==3.5.0
|
|
PyYAML==6.0.1
|
|
ruamel.yaml.clib==0.2.8
|
|
ruamel.yaml==0.17.21
|
|
tabulate==0.9.0
|