Skip to content

fix(ci): use runner name when starting a new container - #848

Merged
duposyl merged 8 commits into
mainfrom
fix/ci
Oct 3, 2025
Merged

fix(ci): use runner name when starting a new container#848
duposyl merged 8 commits into
mainfrom
fix/ci

Conversation

@jorgepiloto

Copy link
Copy Markdown
Member

This pull-request avoids relying on the random name imposed by Docker when starting a new container. Instead, containers created have in its name the name of the runner, ensuring no name conflicts or race conditions occur.

@jorgepiloto
jorgepiloto requested a review from a team as a code owner October 2, 2025 08:18
@github-actions github-actions Bot added ci Pipelines maintenance related fix Pull requests related to resolving problems or errors labels Oct 2, 2025
@codecov-commenter

codecov-commenter commented Oct 2, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.65%. Comparing base (3bc1d5d) to head (a807cd6).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #848   +/-   ##
=======================================
  Coverage   89.65%   89.65%           
=======================================
  Files          66       66           
  Lines      188712   188712           
  Branches     1360     1360           
=======================================
  Hits       169198   169198           
  Misses      19122    19122           
  Partials      392      392           

☔ View full report in Codecov by Sentry.
📢 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.

Comment thread .github/workflows/ci_cd_release.yml
Comment thread .github/workflows/ci_cd_release.yml

@duposyl duposyl left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM! Thanks!

@MaxJPRey MaxJPRey left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM.

@duposyl
duposyl merged commit ced903f into main Oct 3, 2025
226 of 229 checks passed
@duposyl
duposyl deleted the fix/ci branch October 3, 2025 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Pipelines maintenance related fix Pull requests related to resolving problems or errors

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants