-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Emergency fix for RHEL8 gating tests #17311
Emergency fix for RHEL8 gating tests #17311
Conversation
...because systemd on RHEL8 is too old, has no -P Signed-off-by: Ed Santiago <[email protected]>
LGTM |
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
/hold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
Did you open a PR for main? We should not merge stuff that has no main PR otherwise we just regress with the next release again. |
quadlet tests were using 'systemctl show -P', a shortcut that doesn't exist on RHEL8. Translate to old-systemd language. And, minor tweaks to make future test diagnosing easier. This is a frontport of containers#17311; bringing from release branch to main. Except that was an emergency, so it was a one-line fix. This is a better long-term fix, not as trivial to review. Signed-off-by: Ed Santiago <[email protected]>
#17320 on main. That's what this PR started off as, before I decided to make it simple. |
...because systemd on RHEL8 is too old, has no -P
Signed-off-by: Ed Santiago [email protected]