[all-commits] [llvm/llvm-project] 7d4443: [Github] Fix TODO after removal of continue on err...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Thu May 29 08:59:12 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d44430f663d6f656b527219bdf2219431967fec
      https://github.com/llvm/llvm-project/commit/7d44430f663d6f656b527219bdf2219431967fec
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-05-29 (Thu, 29 May 2025)

  Changed paths:
    M .ci/metrics/metrics.py

  Log Message:
  -----------
  [Github] Fix TODO after removal of continue on error (#141896)

Previously we were using continue-on-error within the workflows to
prevent sending out notifications for workflow failures. We worked
around this in the metrics container to see what was actually
failing/passing by looking at the individual steps. Now that we have
gotten rid of the continue-on-error flag, we just have to look at the
job status.



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