From d621749fa74596f4404415ae2ae616d41ed93af8 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Fri, 10 Apr 2026 15:38:50 -0700 Subject: [PATCH] ci/update_traces_checksum: Make it work on restricted traces jobs, too. Part-of: --- bin/ci/update_traces_checksum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ci/update_traces_checksum.py b/bin/ci/update_traces_checksum.py index e5d251a33f9..de711dfa5e6 100755 --- a/bin/ci/update_traces_checksum.py +++ b/bin/ci/update_traces_checksum.py @@ -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":