You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve handling of parallel repo management (#155)
* Implement new parallel repository workflow in GitHub Actions
Updated infrastructure-repository-update.yml to use the new 3-step
parallel repository architecture that eliminates duplicate work.
Workflow changes:
- Step 1: main job builds common component with update-main
- Step 2: postclean jobs build release-specific components in parallel
using -R flag (isolated DBs, no publishing)
- Step 3: NEW merge job combines common + release-specific components
and publishes complete repositories
- Updated cleanup job dependency to wait for merge
Benefits:
- Common packages added once instead of per-release
- True parallelism across multiple releases
- Better error isolation between releases
- Scalable architecture for adding more releases
Signed-off-by: Igor Pecovnik <igor@armbian.com>
* Use dev branch
* Revert "Use dev branch"
This reverts commit 7f06a08.
---------
Signed-off-by: Igor Pecovnik <igor@armbian.com>
0 commit comments