-
Notifications
You must be signed in to change notification settings - Fork 802
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
[release-1.29] conformance test: ignore file type bits when comparing layers #5257
[release-1.29] conformance test: ignore file type bits when comparing layers #5257
Conversation
/retitle [release-1.29] conformance test: ignore file type bits when comparing layers |
When comparing layer payloads during conformance tests, mask off any file type bits that the tar headers in the layers might have included. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
c7016df
to
32ebf99
Compare
/cc @cevich |
Great! Thanks for doing this. May I help backport it to the other 5 afflicted release branches? Or is there a way to make the bot do it? |
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: cevich, 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 |
The bot has a "/cherry-pick" command for that - it posted the link for the full list of commands it supports, but the short version is that the command expects the target branch as an argument. |
(If you "/lgtm", the bot will add this PR to its merge queue.) |
Oh, right, yeah that's it. I seem to remember this PR needs to merge first in order for /lgtm |
/cherry-pick release-1.24 |
@cevich: only containers org members may request cherry picks. You can still do the cherry-pick manually. 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. |
WTF?!?!?!? I'm an org-admin!?!?!?!?! Sheesh, let me see if I can add myself... |
Ha! Nope, github says "already a member" 😢 @nalind would you mind doing the bot commands. I can help with the PRs it creates as needed. |
/cherry-pick release-1.24 |
@nalind: #5257 failed to apply on top of branch "release-1.24":
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. |
Your membership is set to "private", so the bot might not know you're in the org. |
Oh! That could be, I don't ever remember setting that. Thanks, I'll fix. |
/cherry-pick release-1.21 |
@cevich: #5257 failed to apply on top of branch "release-1.21":
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. |
Bah, oh well, guess we gotta do it manually. |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
When comparing layer payloads during conformance tests, mask off any file type bits that the tar headers in the layers might have included. Extracted from #4829.
How to verify it
Conformance tests!
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?