Skip to content

Fix runner specification in build-packages.yml workflow - #6213

Merged
soffokl merged 1 commit into
masterfrom
fix/use-bigger-runner
Aug 13, 2026
Merged

Fix runner specification in build-packages.yml workflow#6213
soffokl merged 1 commit into
masterfrom
fix/use-bigger-runner

Conversation

@redhatua

Copy link
Copy Markdown
Contributor

This pull request updates the GitHub Actions workflow configuration to use larger runner machines for all jobs in the build-packages.yml workflow. The main change is switching from ubuntu-latest-m (medium) to ubuntu-latest-l (large) runners, which should provide more resources for CI jobs.

CI/CD Infrastructure Updates:

  • Updated the runs-on parameter from ubuntu-latest-m to ubuntu-latest-l for the following jobs in .github/workflows/build-packages.yml: setup-env, build-packages, build-swagger, and cleanup-env. This ensures all jobs run on larger GitHub-hosted runners, likely improving build performance and reliability. [1] [2] [3] [4]Corrected the runner specification from 'ubuntu-latest-m' to 'ubuntu-latest-l' across multiple jobs in the workflow file.

Corrected the runner specification from 'ubuntu-latest-m' to 'ubuntu-latest-l' across multiple jobs in the workflow file.
@redhatua
redhatua requested a review from soffokl as a code owner August 13, 2026 07:39
Copilot AI lite review requested due to automatic review settings August 13, 2026 07:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the build-packages.yml GitHub Actions workflow to run key jobs on larger runners, aiming to provide more resources for CI packaging and related steps.

Changes:

  • Switched runs-on from ubuntu-latest-m to ubuntu-latest-l for setup-env, build-packages, build-swagger, and cleanup-env.
  • Standardized runner sizing across those jobs within build-packages.yml.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

jobs:
setup-env:
runs-on: ubuntu-latest-m
runs-on: ubuntu-latest-l
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 25.98%. Comparing base (993affc) to head (567bfea).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6213      +/-   ##
==========================================
+ Coverage   25.96%   25.98%   +0.02%     
==========================================
  Files         544      544              
  Lines       31555    31555              
==========================================
+ Hits         8192     8199       +7     
+ Misses      22517    22512       -5     
+ Partials      846      844       -2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 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.

@soffokl
soffokl merged commit 227720f into master Aug 13, 2026
20 checks passed
@soffokl
soffokl deleted the fix/use-bigger-runner branch August 13, 2026 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants