Skip to content

Conversation

chlins
Copy link
Member

@chlins chlins commented Oct 13, 2025

This pull request updates the GitHub Actions workflow configurations to use a more powerful runner for all major jobs. Instead of running CI, build, test, and release jobs on the default Ubuntu runners, these workflows will now use an oracle-vm-32cpu-128gb-x86-64 runner, which should provide significantly more CPU and memory resources for faster and more reliable execution.

Workflow runner changes:

  • All CI jobs in .github/workflows/CI.yml now use oracle-vm-32cpu-128gb-x86-64 instead of ubuntu-latest for unit tests, API tests, LDAP tests, offline tests, and UI unit tests. [1] [2] [3] [4] [5] [6]
  • The build package workflow in .github/workflows/build-package.yml now uses oracle-vm-32cpu-128gb-x86-64 instead of ubuntu-22.04.
  • The conformance test workflow in .github/workflows/conformance_test.yml now uses oracle-vm-32cpu-128gb-x86-64 instead of ubuntu-latest.
  • The release publishing workflow in .github/workflows/publish_release.yml now uses oracle-vm-32cpu-128gb-x86-64 instead of ubuntu-22.04.Thank you for contributing to Harbor!

Comprehensive Summary of your change

Issue being fixed

Fixes #(issue)

Please indicate you've done the following:

  • Well Written Title and Summary of the PR
  • Label the PR as needed. "release-note/ignore-for-release, release-note/new-feature, release-note/update, release-note/enhancement, release-note/community, release-note/breaking-change, release-note/docs, release-note/infra, release-note/deprecation"
  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Made sure tests are passing and test coverage is added if needed.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed in website repository.

@chlins chlins requested a review from a team as a code owner October 13, 2025 06:26
@chlins chlins added the release-note/ignore-for-release Do not include PR or Issue for release notes label Oct 13, 2025
@chlins chlins force-pushed the chore/cncf-runner branch from eb979e4 to 96b329e Compare October 13, 2025 09:36
@chlins chlins changed the title ci(workflows): update runner to oracle-vm-32cpu-128gb-x86-64 ci(workflows): update runner to oracle-vm-24cpu-96gb-x86-64 Oct 13, 2025
@chlins chlins force-pushed the chore/cncf-runner branch from 96b329e to 28ad415 Compare October 13, 2025 12:09
Copy link

codecov bot commented Oct 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.85%. Comparing base (c8c11b4) to head (620b3ea).
⚠️ Report is 575 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main   #22455       +/-   ##
===========================================
+ Coverage   45.36%   65.85%   +20.49%     
===========================================
  Files         244     1073      +829     
  Lines       13333   116036   +102703     
  Branches     2719     2931      +212     
===========================================
+ Hits         6049    76421    +70372     
- Misses       6983    35377    +28394     
- Partials      301     4238     +3937     
Flag Coverage Δ
unittests 65.85% <ø> (+20.49%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 987 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@chlins chlins force-pushed the chore/cncf-runner branch from 28ad415 to 022a834 Compare October 16, 2025 10:30
@OrlinVasilev
Copy link
Member

There are ubuntu runners with more memory as well, why do we need to change the OS, as this can cause some complications?

@chlins
Copy link
Member Author

chlins commented Oct 16, 2025

There are ubuntu runners with more memory as well, why do we need to change the OS, as this can cause some complications?

These runners were provided by CNCF enterprise, since if we can choose more CPU & Memory and if the CI can pass, that means no complication issue, do we need to care the OS?

@chlins chlins force-pushed the chore/cncf-runner branch from 022a834 to 620b3ea Compare October 17, 2025 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-note/ignore-for-release Do not include PR or Issue for release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants