You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #11020 a smoke test job for the arm64 arch was added that to builds and runs docker smoke tests for arm64. Currently it uses an emulation layer to build and run for the arm64 architecture, this results in nearly double the runtime compared to the same job running for amd64.
This the objective of this issue is to make use of t2a nodes on GKE to run the arm64 smoke test job.
11191: ci(arm64): native arm64 runner for smoke test r=megglos a=megglos
## Description
Makes use of [native arm runners](https://github.com/zeebe-io/infra/pull/27) to build zeebe and run arm64 smoke test.
Additionally added an amd64 label to previous self-hosted runners, to prevent accidental use in case runners with same core count are added.
## Related issues
relates #11189
Co-authored-by: Meggle (Sebastian Bathke) <[email protected]>
With #11020 a smoke test job for the arm64 arch was added that to builds and runs docker smoke tests for arm64. Currently it uses an emulation layer to build and run for the arm64 architecture, this results in nearly double the runtime compared to the same job running for amd64.
This the objective of this issue is to make use of t2a nodes on GKE to run the arm64 smoke test job.
The text was updated successfully, but these errors were encountered: