mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
ci/update_traces_checksum: Make it work on restricted traces jobs, too.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40959>
This commit is contained in:
parent
946d84bf48
commit
d621749fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ def gather_results(
|
|||
) -> None:
|
||||
"""Gather results"""
|
||||
|
||||
target_jobs_regex = re.compile(".*-traces([:].*)?$")
|
||||
target_jobs_regex = re.compile(".*-traces(-restricted)?([:].*)?$")
|
||||
|
||||
for job in pipeline.jobs.list(all=True, sort="desc"):
|
||||
if target_jobs_regex.match(job.name) and job.status == "failed":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue