Skip to content

Commit

Permalink
Test PVC Protection in ci-kubernetes-e2e-gci-gce-alpha-features
Browse files Browse the repository at this point in the history
PVC Protection alpha feature was merged in PRs:
- kubernetes/kubernetes#55824
- kubernetes/kubernetes#55873

PVC Protection E2E tests are in PR: kubernetes/kubernetes#56931

Adding the PVC Protection tests into the list of Alpha feature tests that are run.
  • Loading branch information
pospispa committed Dec 7, 2017
1 parent 47f68ba commit b883fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4114,7 +4114,7 @@
"--gcp-node-image=gci",
"--gcp-zone=us-central1-f",
"--provider=gce",
"--test_args=--ginkgo.focus=\\[Feature:(Audit|LocalPersistentVolumes|FlexVolume|PodPreset|MountPropagation)\\]|Networking --ginkgo.skip=Networking-Performance|IPv6|StatefulSet --minStartupPods=8",
"--test_args=--ginkgo.focus=\\[Feature:(Audit|LocalPersistentVolumes|FlexVolume|PodPreset|MountPropagation|PVCProtection)\\]|Networking --ginkgo.skip=Networking-Performance|IPv6|StatefulSet --minStartupPods=8",
"--timeout=180m"
],
"scenario": "kubernetes_e2e",
Expand Down

0 comments on commit b883fc5

Please sign in to comment.