ci(e2e): enable Commander-driven e2e run (pinned to storage-e2e #33)#20
Open
duckhawk wants to merge 1 commit into
Open
ci(e2e): enable Commander-driven e2e run (pinned to storage-e2e #33)#20duckhawk wants to merge 1 commit into
duckhawk wants to merge 1 commit into
Conversation
The commander provider, enable-modules job, kubeconfig connect mode and the cluster_provider/module_image_tag/storage_e2e_ref inputs live on the storage-e2e branch feat/commander-e2e-enable-modules (PR #33), not yet on main. Pin both the reusable-workflow ref and storage_e2e_ref to that branch so the pipeline is runnable now; revert both to @main after #33 merges. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Prepares the
sds-objecte2e suite (merged in #19) to actually run in CI via the Commander-driven storage-e2e pipeline.Since the required storage-e2e capabilities are still on a branch (PR deckhouse/storage-e2e#33 — commander provider,
enable-modulesjob, kubeconfig connect mode, thecluster_provider/module_image_tag/storage_e2e_refinputs) and not yet onmain, this pins both:uses: …/e2e.yml@feat/commander-e2e-enable-modulesstorage_e2e_ref: feat/commander-e2e-enable-modules(scripts /cmd/ Go)Both should be reverted to
@mainonce #33 merges.The pipeline runs on the
e2e/runlabel:resolve → bootstrap (Commander create + kubeconfig) → enable-modules (install sds-object pr<N>) → run-tests (connect via kubeconfig) → teardown (delete cluster).To actually trigger a run
See the checklist in the PR discussion /
e2e/README.md. In short: merge or keep #33 available, ensure the PR dev imagepr<N>is built, configure the Commander secrets/vars, then add thee2e/runlabel.🤖 Generated with Claude Code