kubernetes-on-aws icon indicating copy to clipboard operation
kubernetes-on-aws copied to clipboard

Run e2e tests against a separate cluster with arm64 master nodes

Open linki opened this issue 3 years ago • 1 comments

This runs the entire test suite again against a cluster using arm64 master nodes.

It's quite overkill as it 2x the time to run e2e tests and increases the potential to fail due to flakes. I didn't find a more clever way to do that but if we had more arm64 related stuff to test, e.g. skipper-ingress on arm64, we could test that here as well.

One idea to improve would be to run this "full" test suite only on channel propagation, e.g. dev->alpha, alpha->beta and so on. This way we have everything tested when it matters but don't impact every feature branch.

Eventually we can get rid of it but currently it's easy to make mistakes mixing up container images for x86 and arm64.

Let me know what you think.

linki avatar Mar 30 '22 15:03 linki

Looks good. Maybe the part where we say "we will get rid of this later" we can add as a comment in the delivery.yaml? 🤔

demonCoder95 avatar Jun 28 '22 10:06 demonCoder95

Solved via https://github.com/zalando-incubator/kubernetes-on-aws/pull/6251

linki avatar Aug 28 '23 08:08 linki