e2e: add acceptance minikube quick e2e smoke gate - #6437
Draft
Rakshith-R wants to merge 1 commit into
Draft
Conversation
Rakshith-R
force-pushed
the
e2e-minikube-tier1
branch
2 times, most recently
from
July 29, 2026 13:27
c95b027 to
916dba7
Compare
Rakshith-R
marked this pull request as draft
July 29, 2026 13:32
Rakshith-R
force-pushed
the
e2e-minikube-tier1
branch
from
July 30, 2026 08:05
916dba7 to
0168d44
Compare
Add a lightweight acceptance e2e workflow that runs on every PR via
GitHub Actions using minikube + Rook Ceph. This gates basic
provisioning, snapshot, and clone operations across RBD, CephFS, and
NFS drivers (12 specs total) before the heavier CentOS mini-e2e suite.
The acceptance suite uses ceph-csi-operator deployment mode, where
the operator deploys ceph-csi drivers via CRDs (Driver, OperatorConfig)
instead of manual manifests.
Key changes:
- Add e2e-minikube-acceptance.yaml workflow with operator deployment
- Tag 12 core specs with Label("acceptance") across drivers
- Add skip-vault flag to skip Vault KMS in smoke runs
- Add KUBE_VERSION to build.env as single source of truth
- Add github-action-helper.sh with install_minikube_prereqs,
prepare_disk, and collect_logs functions
- Tolerate pre-existing KMS configmap in operator mode
- Document acceptance suite in e2e/README.md and AGENTS.md
- Contributors can label new feature specs with acceptance and run
the gate in their own fork for quick e2e verification loops
Assisted-by: Claude <noreply@anthropic.com>
Signed-off-by: Rakshith R <rar@redhat.com>
Rakshith-R
force-pushed
the
e2e-minikube-tier1
branch
from
July 30, 2026 08:07
0168d44 to
db186af
Compare
Contributor
Author
|
/test ci/centos/mini-e2e/k8s-1.36 |
1 similar comment
Contributor
Author
|
/test ci/centos/mini-e2e/k8s-1.36 |
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
Add a lightweight acceptance e2e workflow that runs on every PR via
GitHub Actions using minikube + Rook Ceph. This gates basic
provisioning, snapshot, and clone operations across RBD, CephFS, and
NFS drivers (12 specs total) before the heavier CentOS mini-e2e suite.
instead of manual manifests
Label("acceptance")— contributors can addthe label to new feature specs for quick e2e verification loops in
their fork
KUBE_VERSIONtobuild.envas single source of truthscripts/github-action-helper.shwithinstall_minikube_prereqs,prepare_disk, andcollect_logsfunctionsskip-vaultflag to skip Vault KMS deployment for faster runse2e/README.mdandAGENTS.mdAcceptance specs (12 total)
Test plan
green runs verified on upstream PR)
🤖 Generated with Claude Code