-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Dockerfile(arm64): Remove ETCD_UNSUPPORTED_ARCH #13847
Conversation
Remove ETCD_UNSUPPORTED_ARCH, since the platform is supported. See https://etcd.io/docs/v3.5/op-guide/supported-platform/
CI failure
|
@serathius git blame on github help me to identity it. Look on the merge commit at that time, arm64 was not supported Lines 467 to 469 in 7296a07
Since arm64 is fully supported (#12929) now, I will consider this as leftover. |
Reading #13181
Is was only temporary.? Tests should be re-enabled again? Anyway. s390x is tier 3, but marked a supported. The discussion, if arm64 is tier 2 or tier 3 support does not relevant to this PR. The Dockerfile for the s390x arch does not have the ENV variable, too. |
@serathius What did you think? i guess the discussion about the support tier is not affected by the change. See last post. |
Those tests run on custom workers provided by one of the maintainers that is no longer active. To re-enable those tests we would need to find an alternative way to get arm64 workers.
I don't know if the tiers listed on https://etcd.io/docs/v3.5/op-guide/supported-platform/ are up to date. cc @spzala |
@serathius sorry, missed it earlier, here is a related PR - #12557 |
Yes, agree. Those tests couldn't be re-enabled for a security reason and cannot be enabled any more. |
@serathius yes. I saw you have made doc changes which makes sense, thanks! |
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.
@jkroepke thanks for the PR and discussion. Considering the removal of related tests and unstable support, I think we should not make any changes as they were added to fix a real issue in the past. cc @serathius
Is there a reason, why the sx390 and ppc images are not flagged as unsupported? |
I think we just forgot to make it consistent across images. #12543 |
Okay, I got it. In conclusion, I will close this PR now. |
Remove ETCD_UNSUPPORTED_ARCH, since the platform is supported. See https://etcd.io/docs/v3.5/op-guide/supported-platform/