ci: add builder and prebuilt-runtime Dockerfiles for PR CI - #27181
Merged
Conversation
Prerequisite of the PR-CI speedup (matrixorigin#27076): publishing the nightly ci-builder image requires these files on main, because the nightly job (matrixorigin/CI image-build.yaml, ci-builder job — already merged via matrixorigin/CI#418) checks out main and skips gracefully while they are absent. Zero behavior change for any existing job: nothing on main references either file until the entrypoint wiring in matrixorigin#27077 lands. Merging this first lets the first image publish so the UT/coverage-UT cache seeds (already live in matrixorigin/CI ci.yaml) activate, and enables the canary run matrixorigin#27077's reviewers require before that PR leaves draft. See optools/images/Dockerfile.ci-builder for the warm-flavor design and Dockerfile.prebuilt for the runtime-image assembly contract. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
1 task
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.
What type of PR is this?
Which issue(s) this PR fixes:
issue #27076
What this PR does / why we need it:
Publish-prerequisite split from #27077, per the reviewer-required rollout order there. The nightly
ci-builderjob (already onmatrixorigin/CI@mainvia matrixorigin/CI#418) checks out main and skips gracefully whileoptools/images/Dockerfile.ci-builderis absent — so the first builder image cannot publish until this file lands.Zero behavior change for any existing job: nothing on main references either file until the entrypoint wiring in #27077 merges. What this unblocks, in order:
matrixorigin/matrixone:ci-builder(amd64, Docker Hub + ACR mirror).matrixorigin/CI ci.yamlgo from no-op to active (guarded,continue-on-error, cold-build fallback — validated in ci: shared per-run build + nightly-warmed builder image for PR CI CI#418's review rounds).Both Dockerfiles passed
docker build --check, and a full local image build on current main + fingerprint/warm-status verification is documented in matrixorigin/CI#418.🤖 Generated with Claude Code