-
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
Flake: bud-multiple-platform-with-base-as-default-arg: duplicate 'arm' #4520
Comments
edsantiago
added a commit
to edsantiago/buildah
that referenced
this issue
Jan 16, 2023
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 <[email protected]>
Submitted #4521 as possible fix. I'll leave it to others to understand what actually went wrong; all I care about is eliminating flakes. |
edsantiago
added a commit
to edsantiago/buildah
that referenced
this issue
Jan 17, 2023
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 <[email protected]>
Per discussion on IRC: the two |
@nalind is this the flake you were referring to in libimage? It is suuuuuper flaky in Podman at the moment. |
Yes, I believe that this is also containers/common#1295 (comment). |
vrothberg
added a commit
to vrothberg/buildah
that referenced
this issue
Jan 18, 2023
A combination of yet-to-be-resolved containers/common/issues/1295 and a non-deterministic processing of the platforms on the Buildah side caused heavy flakes, so make it deterministic. [NO NEW TESTS NEEDED] - the expected absence of the flake will tell. Fixes: containers#4520 Signed-off-by: Valentin Rothberg <[email protected]>
vrothberg
added a commit
to vrothberg/buildah
that referenced
this issue
Jan 18, 2023
A combination of yet-to-be-resolved containers/common/issues/1295 and a non-deterministic processing of the platforms on the Buildah side caused heavy flakes, so make it deterministic. [NO NEW TESTS NEEDED] - the expected absence of the flake will tell. Fixes: containers#4520 Signed-off-by: Valentin Rothberg <[email protected]>
vrothberg
added a commit
to vrothberg/buildah
that referenced
this issue
Jan 18, 2023
By vendoring c/common (see containers/common/pull/1299). Fixes: containers#4520 Signed-off-by: Valentin Rothberg <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
New flake blowing up in podman-land today:
Culprit seems to be the duplicate "arm" here:
buildah/tests/bud.bats
Line 5314 in 9d987b9
No idea why it's a flake: it seems like the sort of thing that should always fail.
[bud] bud-multiple-platform-with-base-as-default-arg
The text was updated successfully, but these errors were encountered: