Skip to content

Commit 93dc0ca

Browse files
authored
Merge pull request kubernetes-sigs#10214 from Nordix/revert-ginkgo-deprec/adil
🐛 Reverting ginkgo.show-node-events to ginkgo.progress
2 parents 36a54ad + 35c2606 commit 93dc0ca

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

test/e2e/data/kubetest/conformance.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
ginkgo.focus: \[Conformance\]
22
ginkgo.skip: \[Serial\]
33
disable-log-dump: true
4-
ginkgo.show-node-events: true
4+
# ginkgo.progress flag is deprecated but its still used in
5+
# k8s versions <= v1.26, we have to keep it as long as we
6+
# support these versions.
7+
ginkgo.progress: true
58
ginkgo.slow-spec-threshold: 120s
69
ginkgo.flake-attempts: 3
710
ginkgo.trace: true

test/e2e/data/kubetest/dualstack.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
ginkgo.focus: \[Feature\:IPv6DualStack\]
22
ginkgo.skip: \[Feature\:SCTPConnectivity\]
33
disable-log-dump: true
4-
ginkgo.show-node-events: true
4+
# ginkgo.progress flag is deprecated but its still used when
5+
# we run kubetest on K8s versions <= v1.26, we have to keep it
6+
# as long as we support these versions.
7+
ginkgo.progress: true
58
ginkgo.slow-spec-threshold: 120s
69
ginkgo.flake-attempts: 3
710
ginkgo.trace: true

0 commit comments

Comments
 (0)