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

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 8 01:09:46 PST 2025


Nathan =?utf-8?q?Gauër?= <brioche at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/130317 at github.com>


================
@@ -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
----------------
boomanaiden154 wrote:

I'm assuming you've tested for this one hour plus to ensure we don't hit any API rate limits?

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


More information about the llvm-commits mailing list