Skip to content

Conversation

boomanaiden154
Copy link
Contributor

This enables storing the results in Prometheus/Visualizing them in Grafana.

This enables storing the results in Prometheus/Visualizing them in
Grafana.
@llvmbot llvmbot added the infrastructure Bugs about LLVM infrastructure label Oct 13, 2025
@llvmbot
Copy link
Member

llvmbot commented Oct 13, 2025

@llvm/pr-subscribers-infrastructure

Author: Aiden Grossman (boomanaiden154)

Changes

This enables storing the results in Prometheus/Visualizing them in Grafana.


Full diff: https://github.com/llvm/llvm-project/pull/163257.diff

1 Files Affected:

  • (modified) .ci/metrics/metrics.py (+1)
diff --git a/.ci/metrics/metrics.py b/.ci/metrics/metrics.py
index 82158ff598ebb..a6d6edbd547e7 100644
--- a/.ci/metrics/metrics.py
+++ b/.ci/metrics/metrics.py
@@ -40,6 +40,7 @@
 GITHUB_JOB_TO_TRACK = {
     "github_llvm_premerge_checks": {
         "Build and Test Linux": "premerge_linux",
+        "Build and Test Linux AArch64": "premerge_linux_aarch64",
         "Build and Test Windows": "premerge_windows",
     },
     "github_libcxx_premerge_checks": {

@boomanaiden154 boomanaiden154 merged commit 0ceb32d into llvm:main Oct 13, 2025
15 checks passed
@boomanaiden154 boomanaiden154 deleted the aarch64-premerge-metrics branch October 13, 2025 21:23
akadutta pushed a commit to akadutta/llvm-project that referenced this pull request Oct 14, 2025
This enables storing the results in Prometheus/Visualizing them in
Grafana.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure Bugs about LLVM infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants