[llvm] [Github] Add LLVM Premerge Checks to the watchlist (PR #120230)

via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 05:21:20 PST 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r 1157187496afbbb203b8ec7aa320769ec6eed8c4...3c765fafe2c2738db678560726102cc98fc1c0ec .ci/metrics/metrics.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- metrics.py	2024-12-17 13:14:41.000000 +0000
+++ metrics.py	2024-12-17 13:20:52.148468 +0000
@@ -10,14 +10,11 @@
 
 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 = [
-    "Check code formatting",
-    "LLVM Premerge Checks"
-]
+WORKFLOWS_TO_TRACK = ["Check code formatting", "LLVM Premerge Checks"]
 SCRAPE_INTERVAL_SECONDS = 5 * 60
 
 
 @dataclass
 class JobMetrics:

``````````

</details>


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


More information about the llvm-commits mailing list