-
Notifications
You must be signed in to change notification settings - Fork 168
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
add support for snoozing tests #2237
Comments
Tangentially related I'd like to add tiers to our tests, like |
Good idea. Mind opening a separate issue for that? |
One idea for how to implement this feature: We already have a kola-denylist.yaml. We could add an extra entry in there. Something like:
So this test would be snoozed until the end of july on the |
I think we should really fold the denylist stuff into kola proper before we start adding more sophistication to it (that's #1165). |
After a quick discussion a rough summary of the steps that would need to be taken are:
then we can get back to this RFE:
|
Feature Request
It would be nice to be able to snooze a CI test for a period of time. In this case the failure is a known issue and is the cause of something else (like a transient infrastructure issue) or being worked on upstream.
Something like this could be really useful for our
rawhide
stream where we'll see failures often and need to temporarily ignore issues while we work with upstream to get them fixed.The text was updated successfully, but these errors were encountered: