commit | b6435207ab8afcdb4798115598a46a6dca8ce33e | [log] [tgz] |
---|---|---|
author | Deborah Brouwer <deborah.brouwer@collabora.com> | Mon Nov 25 01:18:46 2024 -0800 |
committer | Deborah Brouwer <deborah.brouwer@collabora.com> | Fri Dec 13 10:04:03 2024 -0800 |
tree | fa1abff16896dee21c217ae57096b36ac170c963 | |
parent | dca63101828bd623d9c4eff3a486312326535424 [diff] |
ci: python-test rename artifacts The current python-test job creates and compresses python related artifacts for use by future jobs. The artifacts are currently named `mesa-python-test` which is somewhat misleading because they are not needed for testing python scripts or libraries. Rename the artifacts generated by the python-test job to be more descriptive of their purpose. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32340>