Skip to content

Conversation

@sh4shv4t
Copy link
Contributor

@sh4shv4t sh4shv4t commented Jan 14, 2026

What this PR does:
This PR updates the test job in the CI workflow to support ARM64 architecture, ensuring unit tests are run on both amd64 and arm64.

Changes:

  • Updated .github/workflows/test-build-deploy.yml
  • Added a matrix strategy to the test job to run on ubuntu-24.04 (amd64) and ubuntu-24.04-arm (arm64).

Which issue(s) this PR fixes:
Fixes #6897

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@friedrichg
Copy link
Member

@sh4shv4t looks good. Could you add test-no-race too? 🙏

test-no-race:
runs-on: ubuntu-24.04

@sh4shv4t
Copy link
Contributor Author

@friedrichg Done! I've applied the same matrix strategy to test-no-race.
Please let me know if you'd like me to make any other changes.

Copy link
Member

@friedrichg friedrichg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep the same checkout version

sh4shv4t and others added 2 commits January 15, 2026 23:06
Co-authored-by: Friedrich Gonzalez <[email protected]>
Signed-off-by: Shashvat Singh <[email protected]>
Co-authored-by: Friedrich Gonzalez <[email protected]>
Signed-off-by: Shashvat Singh <[email protected]>
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 15, 2026
@friedrichg friedrichg merged commit 2e4bc85 into cortexproject:master Jan 15, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/cd lgtm This PR has been approved by a maintainer size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run tests with arm64 architecture

2 participants