mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +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 (
|
const (
|
||||||
loadTestMaxAllowedLostFraction = 0.001
|
loadTestMaxAllowedLostFraction = 0.01
|
||||||
loadTestMaxAllowedFluentdRestarts = 1
|
loadTestMaxAllowedFluentdRestarts = 1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user