Add serial jenkins job.

pull/6/head
Random-Liu 2016-07-29 19:27:51 -07:00
parent 5ab082dc14
commit 08850cccca
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
GCE_HOSTS=
GCE_IMAGE_CONFIG_PATH=test/e2e_node/jenkins/image-config.yaml
GCE_ZONE=us-central1-f
GCE_PROJECT=kubernetes-jenkins
CLEANUP=true
GINKGO_FLAGS='--focus="\[Serial\]" --skip="\[Flaky\]"'
SETUP_NODE=false
TEST_ARGS=--cgroups-per-qos=true
PARALLELISM=1