Add node e2e flaky suite.

This commit is contained in:
Random-Liu 2016-09-28 14:56:27 -07:00
parent 5780022b0d
commit 55dc9311ed

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