[llvm] [CI] Rework github workflow processing (PR #130317)

Nathan Gauër via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 01:44:42 PDT 2025


================
@@ -12,9 +13,29 @@
 GRAFANA_URL = (
     "https://influx-prod-13-prod-us-east-0.grafana.net/api/v1/push/influx/write"
 )
-GITHUB_PROJECT = "llvm/llvm-project"
-WORKFLOWS_TO_TRACK = ["LLVM Premerge Checks"]
-SCRAPE_INTERVAL_SECONDS = 5 * 60
+SCRAPE_INTERVAL_SECONDS = 60
----------------
Keenuts wrote:

Forgot to revert this, used 60s locally for testing, but 5mn is enough for what we need.

https://github.com/llvm/llvm-project/pull/130317


More information about the llvm-commits mailing list