[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:22:31 PST 2024
https://github.com/Keenuts updated https://github.com/llvm/llvm-project/pull/120230
>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 1/2] [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
>From c2fe2747468365031a487608b31b3b2a8e8ae152 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:22:13 +0100
Subject: [PATCH 2/2] clang-format
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Nathan Gauër <brioche at google.com>
---
.ci/metrics/metrics.py | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.ci/metrics/metrics.py b/.ci/metrics/metrics.py
index 53a8ff64baf5ca..55025e50d1081f 100644
--- a/.ci/metrics/metrics.py
+++ b/.ci/metrics/metrics.py
@@ -12,10 +12,7 @@
"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",
- "LLVM Premerge Checks"
-]
+WORKFLOWS_TO_TRACK = ["Check code formatting", "LLVM Premerge Checks"]
SCRAPE_INTERVAL_SECONDS = 5 * 60
More information about the llvm-commits
mailing list