Skip to content

Comments

Adding Helm Parameter CI Tests#2868

Open
mdzraf wants to merge 1 commit intokubernetes-sigs:masterfrom
mdzraf:AddHelmParamCITests
Open

Adding Helm Parameter CI Tests#2868
mdzraf wants to merge 1 commit intokubernetes-sigs:masterfrom
mdzraf:AddHelmParamCITests

Conversation

@mdzraf
Copy link
Member

@mdzraf mdzraf commented Feb 17, 2026

What type of PR is this?

/kind feature

What is this PR about? / Why do we need it?

This PR adds individual tests for the various helm parameters that can be configured when deploying the driver.

How was this change tested?

Tested manually by running:

mkdir -p /tmp/e2e-results && export REPORT_DIR=/tmp/e2e-results  && make e2e/parameters-all

Also ran in CI under the existing single-az testing grid. It will have it's own test grid after this merges but put under single-az for reviewers to see results and JUnit outputs.

Does this PR introduce a user-facing change?

NONE

@k8s-ci-robot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 17, 2026
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign connorjc3 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Feb 17, 2026
@github-actions
Copy link

Code Coverage Diff

This PR does not change the code coverage

@mdzraf mdzraf changed the title Adding Helm Parameter CI Tests [WIP] Adding Helm Parameter CI Tests Feb 17, 2026
@mdzraf mdzraf force-pushed the AddHelmParamCITests branch from b3ad7d8 to b074ab6 Compare February 17, 2026 18:16
@mdzraf
Copy link
Member Author

mdzraf commented Feb 17, 2026

/test pull-aws-ebs-csi-driver-e2e-single-az

@mdzraf
Copy link
Member Author

mdzraf commented Feb 17, 2026

/test pull-aws-ebs-csi-driver-verify

@mdzraf mdzraf force-pushed the AddHelmParamCITests branch from b074ab6 to 3334fde Compare February 17, 2026 20:27
@mdzraf
Copy link
Member Author

mdzraf commented Feb 17, 2026

/test pull-aws-ebs-csi-driver-e2e-single-az
/test pull-aws-ebs-csi-driver-verify

Comment on lines +57 to +65
param_set_legacy-compat() {
GINKGO_FOCUS="\[param:(useOldCSIDriver|legacyXFS)\]"
HELM_EXTRA_FLAGS="--set=useOldCSIDriver=true,node.legacyXFS=true"
}

param_set_selinux() {
GINKGO_FOCUS="\[param:selinux\]"
HELM_EXTRA_FLAGS="--set=node.selinux=true"
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are not in the PARAMETERS_ALL test for now, I will see if they need a separate cluster or not.

@mdzraf
Copy link
Member Author

mdzraf commented Feb 17, 2026

/hold

Have to reverse single-az makefile target before merging

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 17, 2026
@mdzraf mdzraf force-pushed the AddHelmParamCITests branch from 3334fde to 976d61c Compare February 17, 2026 21:06
@mdzraf
Copy link
Member Author

mdzraf commented Feb 17, 2026

/test pull-aws-ebs-csi-driver-e2e-single-az
/test pull-aws-ebs-csi-driver-verify

@mdzraf mdzraf changed the title [WIP] Adding Helm Parameter CI Tests Adding Helm Parameter CI Tests Feb 17, 2026
@mdzraf mdzraf marked this pull request as ready for review February 17, 2026 21:11
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 17, 2026
@mdzraf
Copy link
Member Author

mdzraf commented Feb 18, 2026

Noticed some tests are being skipped, looking into it.

# standard - Behavioral params (tagging, metrics, logging, storage classes, etc.)
# other - Volume modification, volume attach limit, and metadata labeler
# debug - debugLogs=true overrides individual logLevel settings
# infra - Infrastructure/deployment params (resources, security, strategy, etc.)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is storage classes in standard and not in infra it is a cluster resource

Copy link
Member

@ElijahQuinones ElijahQuinones Feb 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also why are we dividing these into categories at all ? If we end up running them all anyways

@mdzraf mdzraf force-pushed the AddHelmParamCITests branch 2 times, most recently from 21ccf1e to 8437c58 Compare February 19, 2026 17:11
@mdzraf mdzraf force-pushed the AddHelmParamCITests branch from 8437c58 to 68a45c5 Compare February 19, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. kind/feature Categorizes issue or PR as related to a new feature. release-note-none Denotes a PR that doesn't merit a release note. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants