-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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] Assert some tests are not skipped in the CI #12915
Conversation
9647d80
to
e010e84
Compare
b5bb4f1
to
b1eb3bb
Compare
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.
Generated by tvm-bot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if we need to do this right away but ideally this would be part of the singular tvm-bot comment that is generated by tlc-pack/ci#52 eventually
…required_tests_to_run` file are not skipped.
b1eb3bb
to
62a3c1b
Compare
In this PR, the skipped tests script will also check if tests in the `required_tests_to_run.json` have not been skipped. If there are skipped tests, they will be added to the returned comment. I am not entirely sure where it's best to place the `required_tests_to_run` file, so I left it in `tvm/ci/scripts/`. I am happy to take suggestions. Aims to prevent situations such as apache#12529
In this PR, the skipped tests script will also check if tests in the
required_tests_to_run.json
have not been skipped. If there are skipped tests, they will be added to the returned comment.I am not entirely sure where it's best to place the
required_tests_to_run
file, so I left it intvm/ci/scripts/
. I am happy to take suggestions.Aims to prevent situations such as #12529