-
Notifications
You must be signed in to change notification settings - Fork 171
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
kola: Move kola-denylist.yaml related sugar from cmd-kola to kola #2296
kola: Move kola-denylist.yaml related sugar from cmd-kola to kola #2296
Conversation
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.
Nice work @saqibali-2k. A few comments inline
For your first commit message I'd break it up slightly:
We try to have a single title line, then a blank line, then a description.
|
Thanks for pointing that out! I'll try to follow that format from now on. |
a660ddc
to
99e00be
Compare
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.
LGTM
A few optional suggestions (comments).
99e00be
to
2f1a501
Compare
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.
This looks really good, thanks a lot for tackling this! A few nits, but overall LGTM!
Added functionality to parse deny listed tests from a `kola-denylist.yaml` file if found. This moves the functionality from cmd-kola (python) into kola proper (golang).
…in kola-denylist.yaml are skipped
2f1a501
to
234b9fc
Compare
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.
LGTM
/lgtm |
/override ci/prow/sanity |
@dustymabe: Overrode contexts on behalf of dustymabe: ci/prow/sanity In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
overriding the shellcheck CI issue that's been plaguing us. |
Before introducing more functionality to deny listed tests, we want to have the deny list logic contained in a single location (kola).