[all-commits] [llvm/llvm-project] b24e14: [CI] Keep Track of Workflow Name Instead of Job Name
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Feb 14 22:16:38 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b24e14093dae04440f22a2da128ba29576f5b3c3
https://github.com/llvm/llvm-project/commit/b24e14093dae04440f22a2da128ba29576f5b3c3
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-02-15 (Sat, 15 Feb 2025)
Changed paths:
M .ci/metrics/metrics.py
Log Message:
-----------
[CI] Keep Track of Workflow Name Instead of Job Name
The metrics script includes some logic to only read look at workflows up
to the most recent workflow it has seen previously. This was broken in a
previous patch when workflow metrics began to be emitted per job. The
logic ending the metrics gathering would never trigger, so we would
continually fetch more and more workflows until OOM.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list