-
Notifications
You must be signed in to change notification settings - Fork 148
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 isccfg manual running mode #1125
Conversation
Thank you for contributing to the Leapp project!Please note that every PR needs to comply with the Leapp Guidelines and must pass all tests in order to be mergeable.
Packit will automatically schedule regression tests for this PR's build and latest upstream leapp build. If you need a different version of leapp from PR#42, use It is possible to schedule specific on-demand tests as well. Currently 2 test sets are supported,
[Deprecated] To launch on-demand regression testing public members of oamg organization can leave the following comment:
Please open ticket in case you experience technical problem with the CI. (RH internal only) Note: In case there are problems with tests not being triggered automatically on new PR/commit or pending for a long time, please contact leapp-infra. |
7742de8
to
6faaca3
Compare
For simplified manual testing add waking mode to parser script. Allows direct test run displaying just chosen statements or blocks.
6faaca3
to
5b1ca66
Compare
Is there a correct way to use print() in rhel7, without getting it reported by lint on el7? |
5b972e6
to
e7979ad
Compare
/packit test --labels sanity |
Use python3 compatible print function
e7979ad
to
91db1e9
Compare
/packit test --labels sanity |
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. Out of curiosity, do you have another pr that uses this script?
No, those changes were made for my manual testing only. |
For simplified manual testing add waking mode to parser script. Allows direct test run displaying just chosen statements or blocks.
Related: #1124