-
Notifications
You must be signed in to change notification settings - Fork 125
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
Install dependencies of upgrade tasks #2866
Conversation
@martinhoyer, could you please include a simple test checking that tmt/tests/execute/upgrade/simple.sh Lines 13 to 18 in 159b37c
|
Just a note that 'upgrade path' doesn't need to run distro update - it can be any plan. E.g. in #2643 (comment) it is quite fast. |
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.
IMO also worth of release note
Thanks @lukaszachy , I'm trying to adapt your reproducer, but I'm not super sure how to modify it so it passes the tmt lint. btw, I've found a small |
It smells with linter bug. I have same 'warn' reported for in plans for |
Yes, and
Which should be fast enough and would verify that |
ac3a670
to
0000771
Compare
/packit test |
Yeah, makes sense, added one in 376efe0 with some minor adjustments. |
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.
Looks good, thanks for working on this. Added just a few minor suggestions.
sanity tested this functionality with following copr builds:
did run an upgrade test that require beakerlib in the pre-upgrade test already at the beginning, and second one where requirement is added only at the upgrade phase. Both tests passed. |
Fixes #2643.
Pull Request Checklist