[all-commits] [llvm/llvm-project] 4aeb2f: [CI] Remove Duplicate Heartbeat in Metrics Script

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Feb 14 19:11:12 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4aeb2f1c7980918b41c380253eff4726482622a2
      https://github.com/llvm/llvm-project/commit/4aeb2f1c7980918b41c380253eff4726482622a2
  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] Remove Duplicate Heartbeat in Metrics Script

This patch removes an extra heartbeat metric in the metrics python file. Before
it was performed twice, once in the main function, and once in the
get_sampled_workflow_metrics function. We only need one to keep everything
happy, and I've chosen to keep the one in get_sampled_workflow_metrics as it
seems a more appropriate place to keep it.

Reviewers: Keenuts, lnihlen

Reviewed By: lnihlen

Pull Request: https://github.com/llvm/llvm-project/pull/127275



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