Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Create Github Job Summary for failing E2E tasks #13069

Merged
merged 2 commits into from
Mar 20, 2024
Merged

Conversation

aelovikov-intel
Copy link
Contributor

Unfortunately, our E2E tests use custom LIT format so I wasn't able to make llvm-lit generate the results into a JSON file. That meant that I have to redirect the entire output into a log file and Github Actions won't be able to show intermediate progress until llvm-lit finishes execution.

Another thing worth mentioning is that these summaries aren't "searchable" via Github's search queries (unlike comments), but I think it's still a usability improvement because it would allow to see all the failures on a single page.

Unfortunately, our E2E tests use custom LIT format so I wasn't able to
make `llvm-lit` generate the results into a JSON file. That meant that I
have to redirect the entire output into a log file and Github Actions
won't be able to show intermediate progress until `llvm-lit` finishes
execution.

Another thing worth mentioning is that these summaries aren't
"searchable" via Github's search queries (unlike comments), but I think
it's still a usability improvement because it would allow to see all the
failures on a single page.
@aelovikov-intel
Copy link
Contributor Author

Copy link
Contributor

@steffenlarsen steffenlarsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool stuff! ⭐

@aelovikov-intel aelovikov-intel merged commit a4334da into sycl Mar 20, 2024
15 of 17 checks passed
@aelovikov-intel aelovikov-intel deleted the e2e-summary branch March 20, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants