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

Commits on Mar 19, 2024

  1. [CI] Create Github Job Summary for failing E2E tasks

    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 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e58cdfc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    5eb1ea0 View commit details
    Browse the repository at this point in the history