-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[ci] Fix workflows stable for ARM64 tests #2553
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
cc2c034
to
5bc1328
Compare
CI Failure Feedback 🧐(Checks updated until commit 32996d3)
✨ 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 |
8423ab4
to
31a5b54
Compare
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
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
Bug fix, Tests
Description
Fixed Selenium test to include explicit wait for title.
Increased
no_output_timeout
to 60 minutes in CircleCI jobs.Removed redundant conditional logic in Kubernetes test command.
Enhanced ARM64 test stability in CI workflows.
Changes walkthrough 📝
__init__.py
Added explicit wait in Selenium test
tests/SeleniumTests/init.py
test_title
.config.yml
Updated CircleCI configuration for ARM64 stability
.circleci/config.yml
no_output_timeout
to 60 minutes for Docker and Kubernetestests.