ci: opt-in data-server pairing for integration tests (sdc-pair)#455
Open
steiler wants to merge 1 commit into
Open
ci: opt-in data-server pairing for integration tests (sdc-pair)#455steiler wants to merge 1 commit into
steiler wants to merge 1 commit into
Conversation
Integration tests now use data-server main by default, same-named branch short SHA only when the PR is labeled sdc-pair, plus optional workflow_dispatch override. Aligns with data-server workflow pairing. Co-authored-by: Cursor <cursoragent@cursor.com>
3 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
mainby default instead of the latest GitHub Release semver for the data-server image.sdcio/data-serveris used only when this PR has the labelsdc-pair. The workflow resolves the branch tip to a short SHA (first 7 hex chars) to matchghcr.io/sdcio/data-servertags published by GoReleaser.workflow_dispatch: optional inputdataserver_versionoverrides the data-server image tag when needed.pull-requests: readallowspushruns to see whether an open PR on this branch hassdc-pair, matchingpull_requestbehaviour.How to use cross-repo (config-server + data-server)
sdc-pairlabel in this repo if needed (Settings → Labels).sdc-pairto this PR when integration should use the matching data-server branch; otherwise integration uses data-servermain.Related PR (data-server): sdcio/data-server#447
Test plan
sdc-pairuses data-servermainin integration.sdc-pairand matching branch onsdcio/data-serveruses the expected short SHA tag when images exist.dataserver_versionoverrides auto resolution.