Skip to content
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

workflows: use self-hosted runners #3058

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

gsora
Copy link
Collaborator

@gsora gsora commented Apr 29, 2024

Use self-hosted runners for compute-heavy actions like tests and Docker image builds.

Streamline the test.yml action so that its steps aren't executed in parallel but rather sequentially from top to bottom.

category: misc
ticket: none

Use self-hosted runners for compute-heavy actions like tests and Docker image builds.

Streamline the `test.yml` action so that its steps aren't executed in parallel but rather sequentially from top to bottom.
Copy link

sonarcloud bot commented Apr 29, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.64%. Comparing base (fff580a) to head (b334321).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3058      +/-   ##
==========================================
+ Coverage   54.63%   54.64%   +0.01%     
==========================================
  Files         207      207              
  Lines       29145    29145              
==========================================
+ Hits        15922    15925       +3     
+ Misses      11383    11379       -4     
- Partials     1840     1841       +1     

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

@gsora gsora added the merge when ready Indicates bulldozer bot may merge when all checks pass label Apr 30, 2024
@obol-bulldozer obol-bulldozer bot merged commit b3c54f1 into main Apr 30, 2024
12 checks passed
@obol-bulldozer obol-bulldozer bot deleted the gsora/self-hosted-runners branch April 30, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants