mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Turn on flake mitigation for the node e2e test
This commit is contained in:
parent
91a3930331
commit
b8dc23d0c1
@ -3,6 +3,6 @@ GCE_IMAGE_CONFIG_PATH=test/e2e_node/jenkins/image-config.yaml
|
|||||||
GCE_ZONE=us-central1-f
|
GCE_ZONE=us-central1-f
|
||||||
GCE_PROJECT=k8s-jkns-pr-node-e2e
|
GCE_PROJECT=k8s-jkns-pr-node-e2e
|
||||||
CLEANUP=true
|
CLEANUP=true
|
||||||
GINKGO_FLAGS='--skip="\[Flaky\]|\[Slow\]|\[Serial\]"'
|
GINKGO_FLAGS='--skip="\[Flaky\]|\[Slow\]|\[Serial\]" --flakeAttempts=2'
|
||||||
SETUP_NODE=false
|
SETUP_NODE=false
|
||||||
TEST_ARGS=--cgroups-per-qos=true
|
TEST_ARGS=--cgroups-per-qos=true
|
||||||
|
Loading…
Reference in New Issue
Block a user