mirror of https://github.com/k3s-io/k3s
Merge pull request #45179 from yguo0905/ubuntu-node-e2e-test
Automatic merge from submit-queue adds Ubuntu node e2e test **What this PR does / why we need it**: Add node e2e test for Ubuntu image. **Special notes for your reviewer**: **Release note**: ```NONE```pull/6/head
commit
07424af12b
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue