[all-commits] [llvm/llvm-project] 3c5189: [CI] Make Metrics Container Use Python Logging

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Feb 28 19:09:23 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c518940b0bdb7acd0692d280e1b4e2337fb5236
      https://github.com/llvm/llvm-project/commit/3c518940b0bdb7acd0692d280e1b4e2337fb5236
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-03-01 (Sat, 01 Mar 2025)

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

  Log Message:
  -----------
  [CI] Make Metrics Container Use Python Logging

This patch makes the metrics container use the python logging library. This
is more of what we want given we're essentially just logging the status of
things. It also means we do not have to explicitly specify an output file
and lets us control verbosity a bit more cleanly.


  Commit: cef6dbbe544ff4c49fca65cdc50df783d8c39c28
      https://github.com/llvm/llvm-project/commit/cef6dbbe544ff4c49fca65cdc50df783d8c39c28
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-03-01 (Sat, 01 Mar 2025)

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

  Log Message:
  -----------
  [CI] Add Logging for Workflow Jobs

This patch adds some logging information for individual workflow jobs inside
the metrics container. This is mainly intended for debugging why we seem to be
missing metrics from some workflows within Grafana.


Compare: https://github.com/llvm/llvm-project/compare/78de27aac6b3...cef6dbbe544f

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