Automated moxygen sync + auto-merge workflows - #56
Closed
gmarzot wants to merge 1 commit into
Closed
Conversation
Contributor
Author
Replace manual update-moxygen-submodule.yml with event-driven sync: - moxygen-sync.yml: triggered by repository_dispatch (from moxygen ci-main) or manual workflow_dispatch. Checks for blocking sync-moxygen/* PR, bumps submodule, creates PR with dual-identity approval (bot creates, PAT approves). - auto-merge-moxygen.yml: fires on ci-pr completion for sync-moxygen/* branches. Merges on success, notifies on failure. - ci-pr.yml: fallback to standalone source build when prebuilt moxygen tarball not available (enables cross-repo dev PRs). - CI_OVERVIEW.md: updated with new workflow descriptions and fully automated flow diagram.
2 tasks
Contributor
Author
|
Reopening from |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace the manual
update moxygen submoduleworkflow with an event-drivenautomated sync chain:
moxygen-sync.yml— Triggered byrepository_dispatchfrom moxygen'sci main(or manualworkflow_dispatch). Checks for blockingsync-moxygen/*PR, bumps submodule, creates PR with dual-identityapproval (bot creates, PAT approves). Notifies Slack + email on block
or failure.
auto-merge-moxygen.yml— Fires whenci prcompletes onsync-moxygen/*branches. Merges on success, notifies on failure.Single job with step-level conditions (no skipped job noise).
ci-pr.yml— Fallback to standalone source build when prebuiltmoxygen tarball is not available. Enables cross-repo development PRs
where both moxygen and o-rly changes are in flight.
CI_OVERVIEW.md— Updated workflow descriptions and flow diagramshowing the fully automated chain from upstream commit to Docker image.
Companion PR: openmoq/moxygen#82
Test plan
This change is