From 50d2264c77e0ecd1dcc76403ea9e3768ab027d9a Mon Sep 17 00:00:00 2001 From: pospispa Date: Thu, 7 Dec 2017 17:34:21 +0100 Subject: [PATCH] Test PVC Protection in ci-kubernetes-e2e-gci-gce-alpha-features PVC Protection alpha feature was merged in PRs: - https://github.com/kubernetes/kubernetes/pull/55824 - https://github.com/kubernetes/kubernetes/pull/55873 PVC Protection E2E tests are in PR: https://github.com/kubernetes/kubernetes/pull/56931 Adding the PVC Protection tests into the list of Alpha feature tests that are run. --- jobs/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/config.json b/jobs/config.json index a69c543d265d..1db48d11929d 100644 --- a/jobs/config.json +++ b/jobs/config.json @@ -4099,7 +4099,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 --minStartupPods=8", + "--test_args=--ginkgo.focus=\\[Feature:(Audit|LocalPersistentVolumes|FlexVolume|PodPreset|MountPropagation|PVCProtection)\\]|Networking --ginkgo.skip=Networking-Performance|IPv6 --minStartupPods=8", "--timeout=180m" ], "scenario": "kubernetes_e2e",