-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 43331, 43336) Mark failing PersistentVolumes:GCEPD tests flaky Move failing `PersistentVolumes:GCEPD` tests to flaky, Fixes https://github.com/kubernetes/kubernetes/issues/43200. PR https://github.com/kubernetes/kubernetes/pull/40609 incorrectly removed the flaky tag. PR https://github.com/kubernetes/kubernetes/pull/40924 re-added the flaky tag, but did not get all the tests. This PR marks these as flaky as well: ``` [k8s.io] PersistentVolumes [Volume][Serial] [k8s.io] PersistentVolumes:GCEPD should test that deleting a PVC before the pod does not cause pod deletion to fail on PD detach [k8s.io] PersistentVolumes [Volume][Serial] [k8s.io] PersistentVolumes:GCEPD should test that deleting the Namespace of a PVC and Pod causes the successful detach of Persistent Disk [k8s.io] PersistentVolumes [Volume][Serial] [k8s.io] PersistentVolumes:GCEPD should test that deleting the PV before the pod does not cause pod deletion to fail on PD detach ``` CC @copejon @jeffvance @kubernetes/sig-storage-pr-reviews
b4455b59