Skip to content

Commit

Permalink
Merge pull request #10214 from Nordix/revert-ginkgo-deprec/adil
Browse files Browse the repository at this point in the history
🐛 Reverting ginkgo.show-node-events to ginkgo.progress
  • Loading branch information
k8s-ci-robot committed Feb 29, 2024
2 parents 36a54ad + 35c2606 commit 93dc0ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion test/e2e/data/kubetest/conformance.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
ginkgo.focus: \[Conformance\]
ginkgo.skip: \[Serial\]
disable-log-dump: true
ginkgo.show-node-events: true
# ginkgo.progress flag is deprecated but its still used in
# k8s versions <= v1.26, we have to keep it as long as we
# support these versions.
ginkgo.progress: true
ginkgo.slow-spec-threshold: 120s
ginkgo.flake-attempts: 3
ginkgo.trace: true
Expand Down
5 changes: 4 additions & 1 deletion test/e2e/data/kubetest/dualstack.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
ginkgo.focus: \[Feature\:IPv6DualStack\]
ginkgo.skip: \[Feature\:SCTPConnectivity\]
disable-log-dump: true
ginkgo.show-node-events: true
# ginkgo.progress flag is deprecated but its still used when
# we run kubetest on K8s versions <= v1.26, we have to keep it
# as long as we support these versions.
ginkgo.progress: true
ginkgo.slow-spec-threshold: 120s
ginkgo.flake-attempts: 3
ginkgo.trace: true
Expand Down

0 comments on commit 93dc0ca

Please sign in to comment.