Skip to content

Commit

Permalink
Merge pull request #922 from wongma7/testcapabilities
Browse files Browse the repository at this point in the history
Update driver capabilities
  • Loading branch information
k8s-ci-robot authored Jun 9, 2021
2 parents 407367a + b7876b7 commit ab70907
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ test-e2e-multi-az:
.PHONY: test-e2e-migration
test-e2e-migration:
AWS_REGION=us-west-2 \
AWS_AVAILABILITY_ZONES=us-west-2a \
AWS_AVAILABILITY_ZONES=us-west-2a,us-west-2b,us-west-2c \
TEST_PATH=./tests/e2e-kubernetes/... \
GINKGO_FOCUS="\[ebs-csi-migration\]" \
EBS_CHECK_MIGRATION=true \
Expand All @@ -102,7 +102,7 @@ test-e2e-migration:
.PHONY: test-e2e-external
test-e2e-external:
AWS_REGION=us-west-2 \
AWS_AVAILABILITY_ZONES=us-west-2a \
AWS_AVAILABILITY_ZONES=us-west-2a,us-west-2b,us-west-2c \
TEST_PATH=./tests/e2e-kubernetes/... \
GINKGO_FOCUS="External.Storage" \
GINKGO_SKIP="\[Disruptive\]|\[Serial\]" \
Expand Down
8 changes: 5 additions & 3 deletions tests/e2e-kubernetes/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ DriverInfo:
fsGroup: true
block: true
exec: true
volumeLimits: false
controllerExpansion: true
nodeExpansion: true
snapshotDataSource: true
pvcDataSource: false
multipods: true
controllerExpansion: true
nodeExpansion: true
volumeLimits: true
topology: true

0 comments on commit ab70907

Please sign in to comment.