ci: opt-in config-server pairing for integration tests (sdc-pair)#447
Open
steiler wants to merge 1 commit into
Open
ci: opt-in config-server pairing for integration tests (sdc-pair)#447steiler wants to merge 1 commit into
steiler wants to merge 1 commit into
Conversation
Integration tests now use config-server main by default, same-named upstream branch tip only when the PR is labeled sdc-pair, plus optional workflow_dispatch override. Avoids accidental pairing with unrelated branches; drops releases/latest for config-server. Co-authored-by: Cursor <cursoragent@cursor.com>
3 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! 🚀 New features to boost your workflow:
|
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
sdcio/integration-testsreusable workflow) now receive config-servermainby default instead of the latest GitHub Release tag.sdcio/config-serveris used only when this PR has the labelsdc-pair(avoids accidental pairing with unrelated branches that share a name).workflow_dispatch: optional inputconfigserver_versionpins config-server (checkout + GHCR image tag) when you need an explicit ref (main, full SHA,v0.0.0-PR…, etc.).pull-requests: readis required sopushruns can detect an open PR on this branch and whether it carriessdc-pair(same behaviour as thepull_requestevent).How to use cross-repo (data-server + config-server)
sdc-pairlabel in this repo (Settings → Labels) if it does not exist yet.sdc-pairto this PR when you want integration to resolve config-server to that same-named branch tip; otherwise integration stays on config-servermain.Mirror PR (config-server): sdcio/config-server#455
Test plan
sdc-pairuses config-servermainin integration.sdc-pairand matching upstream branch resolves to expected SHA / passes integration when images exist.configserver_versionset overrides auto resolution.