-
Notifications
You must be signed in to change notification settings - Fork 11
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
Allow to specify which sanity tests to run / skip / enable #73
Conversation
4c8a42e
to
a4a6bce
Compare
@felixfontein sorry, I only now noticed this PR. Could you separate refactoring/restructuring, linter adjustments and actual functional changes so they could be accepted/reviewed separately? |
973da73
to
0f8ef12
Compare
This is useful when tests totally fail (skipping tests), or when sanity tests take too long and should be split up into parallel jobs (skipping and explicitly picking tests), or to enable tests that are disabled by default (like deprecation by date expiry).
FTR I clicked the "rebase" button on GH UI. |
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <sviat@redhat.com>
@felixfontein are you making any more changes here or should I consider merging? |
|
@webknjaz yes, sorry, I was done here :) Thanks for reviewing and merging! |
Includes a refactor to generate all ansible-test parameters with Python code.
Skipping specific sanity tests is needed when these totally break due to bugs, see for example ansible/ansible#82574. There is no way to ignore the failure fixed by that PR with
ignore.txt
.