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

ci: multi-arch-build: run one job at a time #1099

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

a-gave
Copy link
Contributor

@a-gave a-gave commented Mar 21, 2024

Quick fix for Error: Action failed with "The process '/usr/bin/git' failed with exit code 1" caused by the fact that the next job does checkout before the previous one has pushed.
It could be restructured as described here, but for now there is not much need, just do one at a time.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.49%. Comparing base (4be8f34) to head (d33d4f7).

❗ Current head d33d4f7 differs from pull request most recent head fea8ed2. Consider uploading reports for the commit fea8ed2 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1099      +/-   ##
==========================================
- Coverage   79.51%   79.49%   -0.03%     
==========================================
  Files          53       53              
  Lines        4599     4599              
==========================================
- Hits         3657     3656       -1     
- Misses        942      943       +1     

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

@ilario
Copy link
Member

ilario commented Mar 24, 2024

One at a time seems enough :) Thanks!

@ilario ilario merged commit f5c5285 into libremesh:master Mar 24, 2024
1 check passed
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.

3 participants