Add arm64 image testing to pipeline
What does this MR do?
Add cpuarm64 testing to pipeline.
For us to be able to release cpuarm64 images we need to have some level of certainty that those images are functional. While we do test extensively cpuamd64 images - up until now we didn't have capabilities to extend this beyond single architecture.
This MR adds single-platform test for cpuarm64 images. Since we're testing various k8s versions already with cpuamd64 images we can safely test cpuarm64 images against single k8s cluster.
NOTE: some images lack cpuarm64 builds and this MR reflects that. We can work on providing relevant cpuarm64 images later and update provisioning scripting to match.
Related issues
Closes #5621 (closed)
Acceptance criteria
-
No negative impact on release/autodeploy
Author checklist
For general guidance, please follow our Contributing guide.
Required
For anything in this list which will not be completed, please provide a reason in the MR discussion.
-
Merge Request Title and Description are up to date, accurate, and descriptive. -
MR targeting the appropriate branch. -
MR has a green pipeline. -
Documentation created/updated. -
Tests added/updated, and test plan for scenarios not covered by automated tests. -
Equivalent MR/issue for omnibus-gitlab opened.
Reviewers checklist
-
MR has a green pipeline on https://gitlab.com/gitlab-org/charts/gitlab. -
Consider downstream impact to the Operator, as per evaluating impact from changes to GitLab Chart.