[ci] Refactor CI: merge-queue-gated pr-check + release pipeline#885
Merged
Conversation
95d3910 to
e1895ae
Compare
e1895ae to
905af3a
Compare
jackblack369
approved these changes
May 15, 2026
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
Refactor dingofs CI/CD to a streamlined 3-workflow architecture gated by GitHub Merge Queue, replacing the current
ci-build.yml+wheels.yml+upload_package.yml+docker-publish.ymlsetup.Workflows after this PR
.github/workflows/pr-check.ymlpull_request+merge_groupunit-test→build→e2e(3 status checks).github/workflows/release.ymlpush: main / tags:v*build→docker-publish+wheels→pypi-publish(tag only).github/workflows/_release-build.ymlworkflow_call:onlyKey design choices
wheels/docker-publish/pypi-publish/unit-test/e2e-smokewere all single-callsite — inlined to their unique caller. Only_release-build.ymlretained as reusable (called by both pr-check + release).Maintainer one-time setup required
Before merging, please configure (full instructions in `.github/README.md`):
Secrets (Settings → Secrets and variables → Actions)
Branch Protection (Settings → Branches → main)
Default Merge Method (Settings → General): Rebase and merge
Verification
Related validation PR on fork: chuandew#1
Test plan (after merging + maintainer setup)