mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Test Ubuntu image using GKE image spec
This commit is contained in:
parent
d20414e2b6
commit
c979d7f167
@ -8,3 +8,5 @@ CLEANUP=true
|
|||||||
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
|
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
|
||||||
KUBELET_ARGS='--cgroups-per-qos=true --cgroup-root=/'
|
KUBELET_ARGS='--cgroups-per-qos=true --cgroup-root=/'
|
||||||
TIMEOUT=1h
|
TIMEOUT=1h
|
||||||
|
# Use the system spec defined in test/e2e_node/system/specs/gke.yaml.
|
||||||
|
SYSTEM_SPEC_NAME=gke
|
||||||
|
@ -10,3 +10,5 @@ TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'
|
|||||||
KUBELET_ARGS='--cgroups-per-qos=true --cgroup-root=/'
|
KUBELET_ARGS='--cgroups-per-qos=true --cgroup-root=/'
|
||||||
PARALLELISM=1
|
PARALLELISM=1
|
||||||
TIMEOUT=3h
|
TIMEOUT=3h
|
||||||
|
# Use the system spec defined at test/e2e_node/system/specs/gke.yaml.
|
||||||
|
SYSTEM_SPEC_NAME=gke
|
||||||
|
Loading…
Reference in New Issue
Block a user