adds Ubuntu node e2e tests
This commit is contained in:
10
test/e2e_node/jenkins/jenkins-ci-ubuntu.properties
Normal file
10
test/e2e_node/jenkins/jenkins-ci-ubuntu.properties
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
GCE_HOSTS=
|
||||||
|
GCE_IMAGE_CONFIG_PATH=
|
||||||
|
GCE_IMAGES=ubuntu-gke-1604-xenial-v20170420-1
|
||||||
|
GCE_IMAGE_PROJECT=ubuntu-os-gke-cloud
|
||||||
|
GCE_ZONE=us-central1-f
|
||||||
|
GCE_PROJECT=k8s-jkns-ubuntu-node
|
||||||
|
CLEANUP=true
|
||||||
|
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
|
||||||
|
KUBELET_ARGS='--cgroups-per-qos=true --cgroup-root=/'
|
||||||
|
TIMEOUT=1h
|
12
test/e2e_node/jenkins/jenkins-serial-ubuntu.properties
Normal file
12
test/e2e_node/jenkins/jenkins-serial-ubuntu.properties
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
GCE_HOSTS=
|
||||||
|
GCE_IMAGE_CONFIG_PATH=
|
||||||
|
GCE_IMAGES=ubuntu-gke-1604-xenial-v20170420-1
|
||||||
|
GCE_IMAGE_PROJECT=ubuntu-os-gke-cloud
|
||||||
|
GCE_ZONE=us-central1-f
|
||||||
|
GCE_PROJECT=k8s-jkns-ubuntu-node-serial
|
||||||
|
CLEANUP=true
|
||||||
|
GINKGO_FLAGS='--focus="\[Serial\]" --skip="\[Flaky\]|\[Benchmark\]"'
|
||||||
|
TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'
|
||||||
|
KUBELET_ARGS='--cgroups-per-qos=true --cgroup-root=/'
|
||||||
|
PARALLELISM=1
|
||||||
|
TIMEOUT=3h
|
Reference in New Issue
Block a user