Skip to content

fix: use file selector for avoiding parallel processing#2797

Merged
merll merged 3 commits intomainfrom
APL-1383
Dec 16, 2025
Merged

fix: use file selector for avoiding parallel processing#2797
merll merged 3 commits intomainfrom
APL-1383

Conversation

@merll
Copy link
Contributor

@merll merll commented Dec 15, 2025

📌 Summary

Parallel processing of Helmfile was introduced for performance gains. However, it frequently stalls the installation process, as Gitea attempts to start before its database. Modelling the dependencies using needs did not succeed, as it is not supported across multiple files. Therefore, the parallel processing is circumvented using a file selector.

🔍 Reviewer Notes

🧹 Checklist

  • Code is readable, maintainable, and robust.
  • Unit tests added/updated

@merll merll marked this pull request as ready for review December 15, 2025 09:38
Copy link
Contributor

@CasLubbers CasLubbers left a comment

Choose a reason for hiding this comment

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

Validated on cluster that core apps now get installed before the rest. ✅

@merll merll enabled auto-merge (squash) December 16, 2025 07:38
@merll merll merged commit 40f3c97 into main Dec 16, 2025
12 checks passed
@merll merll deleted the APL-1383 branch December 16, 2025 07:40
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