Skip to content

Commit

Permalink
add nodeoutofservicevolumedetach e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Ashutosh Kumar <sonasingh46@gmail.com>
  • Loading branch information
sonasingh46 committed Sep 22, 2022
1 parent a12c1b1 commit 4a054dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/jobs/kubernetes/sig-cloud-provider/gcp/gcp-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ presubmits:
- --timeout=200
- --scenario=kubernetes_e2e
- --
- --ginkgo-parallel=1
- --build=quick
- --cluster=
- --env=KUBE_FEATURE_GATES=AllAlpha=true,InTreePluginGCEUnregister=false,DisableCloudProviders=false
Expand All @@ -372,7 +373,7 @@ presubmits:
- --provider=gce
- --runtime-config=api/all=true
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-alpha-features
- --test_args=--ginkgo.focus=\[Feature:(GRPCContainerProbe|InPlacePodVerticalScaling|ProbeTerminationGracePeriod|APIServerTracing|APISelfSubjectReview|StorageVersionAPI|PodPreset|StatefulSetMinReadySeconds|ProxyTerminatingEndpoints)\]|Networking --ginkgo.skip=\[Feature:(SCTPConnectivity|Volumes|Networking-Performance)\]|IPv6|csi-hostpath-v0 --minStartupPods=8
- --test_args=--ginkgo.focus=\[Feature:(GRPCContainerProbe|InPlacePodVerticalScaling|ProbeTerminationGracePeriod|APIServerTracing|APISelfSubjectReview|StorageVersionAPI|PodPreset|StatefulSetMinReadySeconds|ProxyTerminatingEndpoints|NodeOutOfServiceVolumeDetach)\]|Networking --ginkgo.skip=\[Feature:(SCTPConnectivity|Volumes|Networking-Performance)\]|IPv6|csi-hostpath-v0 --minStartupPods=8
- --timeout=180m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220922-dcf27e1579-master
resources:
Expand Down

0 comments on commit 4a054dc

Please sign in to comment.