-
Notifications
You must be signed in to change notification settings - Fork 783
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
Re-enable two conformance tests #5566
Re-enable two conformance tests #5566
Conversation
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, nalind 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 |
Ephemeral COPR build failed. @containers/packit-build please check. |
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
@lsm5 is it safe to ignore the test issues here?
This looks like the relevant log section:
|
a1a6930
to
b20dbf0
Compare
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Pass the test registry password to `docker login` using stdin instead of passing it on the command line. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Check "WORKDIR" both with and without path separators at the end of the instruction argument (e.g. "/foo" and "/foo/"). Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Newer docker build doesn't set it, so we need to stop. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Renovate updated references "FROM centos:7" to "FROM centos:8", but we changed various others references to it to quay.io/libpod/centos:7 some time ago. Update these stragglers. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
The conformance tests use the default temporary directory for storing content when running, and the vfs driver easily needs more than the size of the tmpfs we have on /tmp when we're running conformance tests. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
b20dbf0
to
8b0ecd7
Compare
/lgtm |
dd6be38
into
containers:main
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
How to verify it
New conformance tests for the bits we changed in imagebuilder! Also, the ones we already had should all be passing again!
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?