mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Merge pull request #46229 from crassirostris/sd-logging-e2e-less-restrictive
Automatic merge from submit-queue Make Stackdriver Logging e2e tests less restrictive To reduce flakiness, as described in https://github.com/kubernetes/kubernetes/issues/45998, until further investigation /cc @fgrzadkowski
This commit is contained in:
commit
c717a0ee2b
@ -27,7 +27,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
loadTestMaxAllowedLostFraction = 0.001
|
||||
loadTestMaxAllowedLostFraction = 0.01
|
||||
loadTestMaxAllowedFluentdRestarts = 1
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user