ci/lava: Make performance jobs use pyutils artifact
Following the merge of Merge Request !31151 (merged), we encountered an issue
where the performance jobs were failing silently. Although these
failures did not cause the pipeline to fail, they resulted in warnings
for all merge requests that ran the .*-traces-performance jobs
, making
performance data for the Mesa Performance Driver
dashboard
missing for the affected drivers.
To resolve this issue, this commit updates the LAVA performance jobs to
utilize the Pyutils artifact package (mesa-python-test
), which is now the only required
artifact for the jobs that run the LAVA job submitter.
Fixes: dd5d737e ("ci/lava: Use new pyutils container")