-
Notifications
You must be signed in to change notification settings - Fork 787
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
bud-...-base-as-default : fix dup-arm flake #4521
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: 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 |
restarted the flaked jobs |
They're not flakes. Buildah is actually broken: #4503 |
@flouthoc PTAL |
Some sort of weird error with duplicate "arm" string in manifest output. Started blowing up in podman CI today. Fixes: containers#4520 Signed-off-by: Ed Santiago <santiago@redhat.com>
86c298a
to
836f021
Compare
No, the two "arm" values are pulled out of "linux/arm/v6" and "linux/arm/v7" stanzas, respectively. The test is right. |
Thanks. Closing, and leaving this in the hands of someone else. |
Some sort of weird error with duplicate "arm" string in
manifest output. Started blowing up in podman CI today.
Fixes: #4520
Signed-off-by: Ed Santiago santiago@redhat.com