-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix broken CI test #14163
fix broken CI test #14163
Conversation
Commit b58e7e7 was not fully rebased before merging and is now breaking CI because commit 69c479b made the underlying error visible. Using journald inside the container tests is not supported. Fixes containers#14162 Signed-off-by: Paul Holzinger <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Luap99 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 |
LGTM |
/lgtm Thank you @Luap99 |
Let's see how this works, given I am still in the process of cherry picking the commit this is based on /cherry-pick v4.1 |
@mheon: #14163 failed to apply on top of branch "v4.1":
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. |
Ah, lovely. |
Commit b58e7e7 was not fully rebased before merging and is now
breaking CI because commit 69c479b made the underlying error
visible. Using journald inside the container tests is not supported.
Fixes #14162
Does this PR introduce a user-facing change?