[llvm] [Github] Add LLVM Premerge Checks to the watchlist (PR #120230)
Nathan Gauër via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 05:18:00 PST 2024
https://github.com/Keenuts created https://github.com/llvm/llvm-project/pull/120230
LLVM Premerge Checks is running on the new GCP cluster. Tracking its metrics will allow us to determine the stability of the presubmit and make sure the new infra is working as intended.
>From 3c765fafe2c2738db678560726102cc98fc1c0ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nathan=20Gau=C3=ABr?= <brioche at google.com>
Date: Tue, 17 Dec 2024 14:14:41 +0100
Subject: [PATCH] [Github] Add LLVM Premerge Checks to the watchlist
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
LLVM Premerge Checks is running on the new GCP cluster. Tracking its
metrics will allow us to determine the stability of the presubmit and
make sure the new infra is working as intended.
Signed-off-by: Nathan Gauër <brioche at google.com>
---
.ci/metrics/metrics.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.ci/metrics/metrics.py b/.ci/metrics/metrics.py
index deb36bc1689a00..53a8ff64baf5ca 100644
--- a/.ci/metrics/metrics.py
+++ b/.ci/metrics/metrics.py
@@ -12,7 +12,10 @@
"https://influx-prod-13-prod-us-east-0.grafana.net/api/v1/push/influx/write"
)
GITHUB_PROJECT = "llvm/llvm-project"
-WORKFLOWS_TO_TRACK = ["Check code formatting"]
+WORKFLOWS_TO_TRACK = [
+ "Check code formatting",
+ "LLVM Premerge Checks"
+]
SCRAPE_INTERVAL_SECONDS = 5 * 60
More information about the llvm-commits
mailing list