Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Fixing kubetest warnings for deprecations #10172

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test/e2e/data/kubetest/conformance.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ginkgo.focus: \[Conformance\]
ginkgo.skip: \[Serial\]
disable-log-dump: true
ginkgo.progress: true
ginkgo.slowSpecThreshold: 120.0
ginkgo.flakeAttempts: 3
ginkgo.show-node-events: true
ginkgo.slow-spec-threshold: 120s
ginkgo.flake-attempts: 3
ginkgo.trace: true
ginkgo.v: true
# Use 5m instead of the default 10m to fail faster
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/data/kubetest/dualstack.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ginkgo.focus: \[Feature\:IPv6DualStack\]
ginkgo.skip: \[Feature\:SCTPConnectivity\]
disable-log-dump: true
ginkgo.progress: true
ginkgo.slowSpecThreshold: 120.0
ginkgo.flakeAttempts: 3
ginkgo.show-node-events: true
ginkgo.slow-spec-threshold: 120s
ginkgo.flake-attempts: 3
ginkgo.trace: true
ginkgo.v: true
ginkgo.no-color: true
Expand Down