[all-commits] [llvm/llvm-project] f7a2d7: Make llvm::telemetry::Manager::preDispatch protect...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Feb 14 19:13:50 PST 2025
Branch: refs/heads/users/boomanaiden154/main.ci-do-not-consider-a-job-failed-if-steps-were-skipped
Home: https://github.com/llvm/llvm-project
Commit: f7a2d70bd91094e7a85f7e189602c826a3eeb6cd
https://github.com/llvm/llvm-project/commit/f7a2d70bd91094e7a85f7e189602c826a3eeb6cd
Author: Vy Nguyen <vyng at google.com>
Date: 2025-02-14 (Fri, 14 Feb 2025)
Changed paths:
M llvm/include/llvm/Telemetry/Telemetry.h
M llvm/lib/Telemetry/Telemetry.cpp
Log Message:
-----------
Make llvm::telemetry::Manager::preDispatch protected. (#127114)
The method was meant to be overriden by subclasses only.
It should not be called directly by users
Commit: 97d2cfeab3dc938f28e2af4f2deff6a82ac58c5e
https://github.com/llvm/llvm-project/commit/97d2cfeab3dc938f28e2af4f2deff6a82ac58c5e
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-02-14 (Fri, 14 Feb 2025)
Changed paths:
M .ci/metrics/metrics.py
Log Message:
-----------
[CI] Try Moving Github Object Into Loop
Currently the metrics container is crashing reasonably often with
incomplete read/connection broken errors. Try moving the creation of the
Github Object into the main loop to see if recreating the object that
maybe handles some connection state fixes the issue.
Reviewers: Keenuts, lnihlen
Reviewed By: lnihlen
Pull Request: https://github.com/llvm/llvm-project/pull/127276
Commit: 21a858cd8f0a96015fbf098eac644f8f3123c661
https://github.com/llvm/llvm-project/commit/21a858cd8f0a96015fbf098eac644f8f3123c661
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-02-15 (Sat, 15 Feb 2025)
Changed paths:
M llvm/include/llvm/Telemetry/Telemetry.h
M llvm/lib/Telemetry/Telemetry.cpp
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4
[skip ci]
Compare: https://github.com/llvm/llvm-project/compare/4e60b4bfe1bf...21a858cd8f0a
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