Skip to content

Commit 498a2f5

Browse files
boomanaiden154github-actions[bot]
authored andcommitted
Automerge: [CI][NFC] Reformat Python Files in .ci directory
Reviewers: Pull Request: llvm/llvm-project#166587
2 parents dd8b4e2 + 0b5a00a commit 498a2f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci/generate_test_report_github.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import generate_test_report_lib
1010

11+
1112
def compute_platform_title() -> str:
1213
logo = ":window:" if platform.system() == "Windows" else ":penguin:"
1314
# On Linux the machine value is x86_64 on Windows it is AMD64.

.ci/generate_test_report_lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def _format_ninja_failures(ninja_failures: list[tuple[str, str]]) -> list[str]:
100100
)
101101
return output
102102

103+
103104
def get_failures(junit_objects) -> dict[str, list[tuple[str, str]]]:
104105
failures = {}
105106
for results in junit_objects:

0 commit comments

Comments
 (0)