Skip to content

Conversation

@boomanaiden154
Copy link
Contributor

No description provided.

Created using spr 1.3.7
@llvmbot llvmbot added the infrastructure Bugs about LLVM infrastructure label Nov 5, 2025
@boomanaiden154 boomanaiden154 merged commit 0b5a00a into main Nov 5, 2025
8 of 12 checks passed
@boomanaiden154 boomanaiden154 deleted the users/boomanaiden154/cinfc-reformat-python-files-in-ci-directory branch November 5, 2025 16:40
@llvmbot
Copy link
Member

llvmbot commented Nov 5, 2025

@llvm/pr-subscribers-infrastructure

Author: Aiden Grossman (boomanaiden154)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/166587.diff

2 Files Affected:

  • (modified) .ci/generate_test_report_github.py (+1)
  • (modified) .ci/generate_test_report_lib.py (+1)
diff --git a/.ci/generate_test_report_github.py b/.ci/generate_test_report_github.py
index 6785e82f3440b..08387de817467 100644
--- a/.ci/generate_test_report_github.py
+++ b/.ci/generate_test_report_github.py
@@ -8,6 +8,7 @@
 
 import generate_test_report_lib
 
+
 def compute_platform_title() -> str:
     logo = ":window:" if platform.system() == "Windows" else ":penguin:"
     # On Linux the machine value is x86_64 on Windows it is AMD64.
diff --git a/.ci/generate_test_report_lib.py b/.ci/generate_test_report_lib.py
index 7820fbda803d7..0c025c561f6f7 100644
--- a/.ci/generate_test_report_lib.py
+++ b/.ci/generate_test_report_lib.py
@@ -100,6 +100,7 @@ def _format_ninja_failures(ninja_failures: list[tuple[str, str]]) -> list[str]:
         )
     return output
 
+
 def get_failures(junit_objects) -> dict[str, list[tuple[str, str]]]:
     failures = {}
     for results in junit_objects:

llvm-sync bot pushed a commit to arm/arm-toolchain that referenced this pull request Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure Bugs about LLVM infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants