-
Notifications
You must be signed in to change notification settings - Fork 345
ci(workflows): update runner type to oracle-vm-24cpu-96gb-x86-64 #4367
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
b545cc4
to
0ccc7fb
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4367 +/- ##
==========================================
- Coverage 32.63% 32.62% -0.02%
==========================================
Files 349 349
Lines 41502 41502
==========================================
- Hits 13546 13540 -6
- Misses 27074 27078 +4
- Partials 882 884 +2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
0ccc7fb
to
4e19e12
Compare
Signed-off-by: chlins <[email protected]>
4e19e12
to
51d21d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This pull request updates all GitHub Actions workflow files to use a more powerful runner for CI/CD jobs. The main change is switching from the default
ubuntu-latest
runner tooracle-24cpu-384gb-x86-64
, which provides significantly more CPU and memory resources. This should help improve build and test performance, especially for resource-intensive jobs.CI/CD Runner Upgrades:
test
,e2e_tests
,e2e_tests_nydus
,e2e_tests
in rate-limit, and compatibility E2E tests) in their respective workflow files tooracle-24cpu-384gb-x86-64
for improved performance. [1] [2] [3] [4] [5]ci.yml
anddocker.yml
to use the new runner, ensuring faster builds and deployments. [1] [2]goreleaser
, final release steps) to the upgraded runner for more reliable and faster release processes. [1] [2]Description
Related Issue
Motivation and Context
Screenshots (if appropriate)
Types of changes
Checklist