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

Remove xfails from in-tree onnx op test config. #35

Merged
merged 2 commits into from
Oct 25, 2024

Conversation

ScottTodd
Copy link
Member

@ScottTodd ScottTodd commented Oct 24, 2024

This way, we won't need to update the xfails in this repository after nightly releases affect which tests are passing.

Downstream (iree-org/iree) will still use the xfail behavior, while this repository will just report the current status, including all logs for failures.

This also now uploads a HTML report for each run to github actions artifacts. We could host these reports on github pages for easier viewing too.

Signed-off-by: Scott Todd <scott.todd0@gmail.com>
Signed-off-by: Scott Todd <scott.todd0@gmail.com>
@@ -53,25 +54,31 @@ jobs:

# Run tests and output new config files as needed.
- name: Run ONNX ops test suite
continue-on-error: true
Copy link
Member Author

Choose a reason for hiding this comment

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

This workflow will rarely "fail" now. We might want some way to treat test failures as okay, but still report test runner failures (e.g. out of disk space, failed to download files, etc.).

Copy link

@pashu123 pashu123 left a comment

Choose a reason for hiding this comment

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

LGTM!

@ScottTodd ScottTodd merged commit 26ee0c2 into iree-org:main Oct 25, 2024
2 checks passed
@ScottTodd ScottTodd deleted the onnx-xfail-ignore branch October 25, 2024 14:46
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