mirror of https://github.com/k3s-io/k3s
Test Ubuntu image using GKE image spec
parent
d20414e2b6
commit
c979d7f167
|
@ -8,3 +8,5 @@ CLEANUP=true
|
|||
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
|
||||
KUBELET_ARGS='--cgroups-per-qos=true --cgroup-root=/'
|
||||
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=/'
|
||||
PARALLELISM=1
|
||||
TIMEOUT=3h
|
||||
# Use the system spec defined at test/e2e_node/system/specs/gke.yaml.
|
||||
SYSTEM_SPEC_NAME=gke
|
||||
|
|
Loading…
Reference in New Issue