-
-
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] Try runner Ubuntu 24.04 #2560
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Failure Feedback 🧐(Checks updated until commit c5bdc16)
✨ 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 |
Signed-off-by: Viet Nguyen Duc <[email protected]>
c5bdc16
to
376388e
Compare
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
In few workflows can see the message
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
To make workflow get ready with ubuntu-24.04, switch to it earlier for checking.
Motivation and Context
Types of changes
Checklist
PR Type
enhancement, configuration changes
Description
Updated GitHub Actions workflows to use
ubuntu-24.04
runner.Replaced
ubuntu-latest
withubuntu-24.04
across multiple workflows.Ensured compatibility with the new runner version.
Improved CI/CD pipeline consistency and future-proofing.
Changes walkthrough 📝
11 files
Updated runner to `ubuntu-24.04` in build-test workflow
Updated runner to `ubuntu-24.04` in docker-test workflow
Updated runner to `ubuntu-24.04` in helm-chart-release workflow
Updated runner to `ubuntu-24.04` in helm-chart-test workflow
Updated runner to `ubuntu-24.04` in k8s-scaling-test workflow
Updated runner to `ubuntu-24.04` in label-commenter workflow
Updated runner to `ubuntu-24.04` in lock workflow
Updated runner to `ubuntu-24.04` in rerun-failed workflow
Updated runner to `ubuntu-24.04` in scan-dockerfile workflow
Updated runner to `ubuntu-24.04` in update-chart-readme workflow
Updated runner to
ubuntu-24.04
in update-dev-beta-browser-imagesworkflow