Merge pull request #33695 from Random-Liu/add-flaky-node-e2e-suite

Automatic merge from submit-queue

Node E2E: Add node e2e flaky suite.

Addresses #33692.

I've tested locally, this should work.
This commit is contained in:
Kubernetes Submit Queue 2016-09-28 21:22:40 -07:00 committed by GitHub
commit a771063928

View File

@ -0,0 +1,12 @@
GCE_HOSTS=
GCE_IMAGE_CONFIG_PATH=test/e2e_node/jenkins/image-config.yaml
GCE_ZONE=us-central1-f
GCE_PROJECT=k8s-jkns-ci-node-e2e
CLEANUP=true
GINKGO_FLAGS='--focus="\[Flaky\]"'
SETUP_NODE=false
# DISABLED --cgroups-per-qos flag until feature stabilized.
#TEST_ARGS=--cgroups-per-qos=false
TEST_ARGS=
# Run flaky test sequentially
PARALLELISM=1