libremesh / lime-packages

LibreMesh packages configuring OpenWrt for wireless mesh networking
https://libremesh.org/
GNU Affero General Public License v3.0
274 stars 94 forks source link

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

Closed a-gave closed 3 months ago

a-gave commented 3 months ago

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 commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

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

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ilario commented 3 months ago

One at a time seems enough :) Thanks!