-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[ci] Tests run on Linux arm64 hosted runners #2592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
08e3ad1
to
2508746
Compare
CI Failure Feedback 🧐(Checks updated until commit e4d92d4)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
c9d2ce5
to
71fcc7e
Compare
Signed-off-by: Viet Nguyen Duc <[email protected]>
Signed-off-by: Viet Nguyen Duc <[email protected]>
[skip ci] Signed-off-by: Viet Nguyen Duc <[email protected]>
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
Tests, Enhancement
Description
Added support for running tests on Linux arm64 hosted runners.
Updated
docker-test.yml
to includeubuntu-24.04-arm64
inruns-on
.Updated
helm-chart-test.yml
to includeubuntu-24.04-arm64
inruns-on
.Improved CI configuration for multi-architecture testing.
Changes walkthrough 📝
docker-test.yml
Add arm64 support to Docker test workflow
.github/workflows/docker-test.yml
runs-on
to includeubuntu-24.04-arm64
.helm-chart-test.yml
Add arm64 support to Helm chart test workflow
.github/workflows/helm-chart-test.yml
runs-on
to includeubuntu-24.04-arm64
.