Skip to content

Commit

Permalink
Fix pdcsi Windows migration test name
Browse files Browse the repository at this point in the history
fix pdcsi Windows migration test script name
  • Loading branch information
jingxu97 committed Feb 11, 2021
1 parent bff05f1 commit 6548943
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ periodics:
- --provider=gce
- --gcp-nodes=2
- --test=false
- --test-cmd=$GOPATH/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/test/run-windows-k8s-migration.sh
- --test-cmd=$GOPATH/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/test/run-k8s-windows-migration.sh
- --timeout=120m
env:
- name: WINDOWS_NODE_OS_DISTRIBUTION
Expand Down Expand Up @@ -163,7 +163,7 @@ periodics:
- --provider=gce
- --gcp-nodes=2
- --test=false
- --test-cmd=$GOPATH/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/test/run-windows-k8s-migration.sh
- --test-cmd=$GOPATH/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver/test/run-k8s-windows-migration.sh
- --timeout=180m
env:
- name: WINDOWS_NODE_OS_DISTRIBUTION
Expand Down

0 comments on commit 6548943

Please sign in to comment.