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
Add ARM64 architecture support to integration tests
This commit adds ARM64 runner support to the CI pipeline to ensure
integration tests run on both amd64 and arm64 architectures, as ARM64
images are widely used in production.
Changes:
- Add matrix strategy to integration job with separate runners for
amd64 (ubuntu-24.04) and arm64 (ubuntu-24.04-arm)
- Dynamically set CORTEX_IMAGE based on matrix.arch variable
- Add matrix strategy to integration-configs-db job for both architectures
- Add appropriate timeouts to accommodate ARM64 test execution times
- Set fail-fast: false to ensure all architecture tests complete
All existing amd64 tests remain unchanged, and ARM64 tests use the
same test suites with architecture-appropriate Docker images.
Fixes#6897
0 commit comments