-
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
vendor: bump c/buildah
to v1.30.1-0.20230522160735-eda32d4a2c72
#18579
Conversation
30d0e39
to
aed2f24
Compare
c/buildah
to flouthoc/buildah
c/buildah
to v1.30.1-0.20230516202929-8ca9e72f2c47
@containers/podman-maintainers PTAL |
aed2f24
to
e7b8f7d
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
/hold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, 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 |
Can you add a test for it? If you require two systems (with different directories) you could use the machine tests for it. |
05441fc
to
60ed2d5
Compare
Okay @Luap99 @containers/podman-maintainers PTAL again, last two failures are flakes. |
No clue why is it fetching
|
@vrothberg @mtrmac Any clue how could this be happening ? fetching image from a different repo and performing lookup in |
That means there is a redirect or a mirror set up in Lines 15 to 17 in a58ea23
|
test/e2e/build_test.go
Outdated
@@ -267,6 +267,23 @@ var _ = Describe("Podman build", func() { | |||
Expect(session.OutputToString()).To(ContainSubstring("hello")) | |||
}) | |||
|
|||
It("podman build test volume mount on server end", func() { |
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 passes on main which means you are not testing the bug!
The issue #17139 shows that you need to have client and server on different machines. You can never test it like this. You need to have a client where the given -v path does not exist and it only exist on the serve side.
You can add a test like this in pkg/machine/e2e as this runs on actually runs two different systems.
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.
Yes adding a mount on machine side and then using it in build SGTM, let me amend this.
LGTM |
5c999eb
to
505866d
Compare
/lgtm |
505866d
to
76d2a6c
Compare
New changes are detected. LGTM label has been removed. |
Signed-off-by: Aditya R <[email protected]>
Volume mount on remote must be validated on backend. Signed-off-by: Aditya R <[email protected]>
76d2a6c
to
ae748a2
Compare
c/buildah
to v1.30.1-0.20230516202929-8ca9e72f2c47
c/buildah
to v1.30.1-0.20230522160735-eda32d4a2c72
This must not merge. See #18631. |
PR needs rebase. 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. |
I don't believe this is still needed, since I am working on a separate PR. |
Does this PR introduce a user-facing change?
Add changes after: containers/buildah#4792