Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade ginkgo to v2 #2114

Merged
merged 2 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/external-e2e/manifest/testdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ DriverInfo:
volumeLimits: true
snapshotDataSource: true
pvcDataSource: true
singleNodeVolume: true
andyzhangx marked this conversation as resolved.
Show resolved Hide resolved
multiplePVsSameID: true
readWriteOncePod: true
SupportedSizeRange:
Min: 1Gi
4 changes: 2 additions & 2 deletions test/external-e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ PROJECT_ROOT=$(git rev-parse --show-toplevel)
DRIVER="test"

install_ginkgo () {
go install github.com/onsi/ginkgo/ginkgo@v1.14.0
go install github.com/onsi/ginkgo/v2/ginkgo@v2.13.2
}

setup_e2e_binaries() {
mkdir /tmp/csi-azuredisk

# download k8s external e2e binary for kubernetes
curl -sL https://dl.k8s.io/release/v1.24.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
curl -sL https://dl.k8s.io/release/v1.26.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
tar -xvf e2e-tests.tar.gz && rm e2e-tests.tar.gz

# test on alternative driver name
Expand Down
Loading