Skip to content

Commit

Permalink
Temporarily disable local PV statefulset e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
msau42 committed Nov 27, 2017
1 parent 1e5e44f commit 8cf526d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4135,7 +4135,7 @@
"--gcp-node-image=gci",
"--gcp-zone=us-central1-f",
"--provider=gce",
"--test_args=--ginkgo.focus=\\[Feature:(Audit|LocalPersistentVolumes|FlexVolume|PodPreset)\\]|Networking --ginkgo.skip=Networking-Performance|IPv6 --minStartupPods=8",
"--test_args=--ginkgo.focus=\\[Feature:(Audit|LocalPersistentVolumes|FlexVolume|PodPreset)\\]|Networking --ginkgo.skip=Networking-Performance|IPv6|StatefulSet --minStartupPods=8",
"--timeout=180m"
],
"scenario": "kubernetes_e2e",
Expand Down Expand Up @@ -4604,7 +4604,7 @@
"--gke-create-command=container clusters create --quiet --enable-kubernetes-alpha",
"--gke-environment=test",
"--provider=gke",
"--test_args=--ginkgo.focus=\\[Feature:(DynamicKubeletConfig|LocalPersistentVolumes)\\]|Networking --ginkgo.skip=Networking-Performance|IPv6 --minStartupPods=8",
"--test_args=--ginkgo.focus=\\[Feature:(DynamicKubeletConfig|LocalPersistentVolumes)\\]|Networking --ginkgo.skip=Networking-Performance|IPv6|StatefulSet --minStartupPods=8",
"--timeout=180m"
],
"scenario": "kubernetes_e2e",
Expand Down

0 comments on commit 8cf526d

Please sign in to comment.