Skip to content

Commit

Permalink
Merge pull request #2485 from chrischdi/pr-test-e2e-fixup
Browse files Browse the repository at this point in the history
🌱 kubetest: add flake attempts configuration to match upstream tests
  • Loading branch information
k8s-ci-robot authored Nov 3, 2023
2 parents 0984b05 + 658ad11 commit 450b09f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/data/kubetest/upstream-e2e-alpha-features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ disable-log-dump: true
ginkgo.focus: \[Feature:(AdmissionWebhookMatchConditions|InPlacePodVerticalScaling|SidecarContainers|StorageVersionAPI|PodPreset|StatefulSetAutoDeletePVC)\]|Networking
ginkgo.skip: \[Feature:(SCTPConnectivity|Volumes|Networking-Performance)\]|IPv6|csi-hostpath-v0
minStartupPods: 8
ginkgo.flake-attempts: 1

ginkgo.trace: true
1 change: 1 addition & 0 deletions test/e2e/data/kubetest/upstream-e2e-serial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ disable-log-dump: true
ginkgo.focus: \[Serial\]|\[Disruptive\]
ginkgo.skip: \[Driver:.gcepd\]|\[Flaky\]|\[Feature:.+\]
minStartupPods: 8
ginkgo.flake-attempts: 1

ginkgo.trace: true
1 change: 1 addition & 0 deletions test/e2e/data/kubetest/upstream-e2e-slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ disable-log-dump: true
ginkgo.focus: \[Slow\]
ginkgo.skip: \[Driver:.gcepd\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]
minStartupPods: 8
ginkgo.flake-attempts: 1

ginkgo.trace: true
1 change: 1 addition & 0 deletions test/e2e/data/kubetest/upstream-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ disable-log-dump: true
# ginkgo.focus:
ginkgo.skip: \[Driver:.gcepd\]|\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]
minStartupPods: 8
ginkgo.flake-attempts: 1

ginkgo.trace: true

0 comments on commit 450b09f

Please sign in to comment.