mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #49064 from yguo0905/ubuntu-gke
Automatic merge from submit-queue (batch tested with PRs 49316, 46117, 49064, 48073, 49323) Test Ubuntu image using GKE image spec on master Ref: https://github.com/kubernetes/kubernetes/issues/46891 This PR changes the files referenced in test-infra for running Ubuntu image tests against GKE system spec on master. The two properties files are shared by the tests against all k8s branches but the `SYSTEM_SPEC_NAME` is only available on master. This should be fine because the tests in the non master branches will just ignore the unknown env variable. **Release note**: ``` None ``` /assign @yujuhong
This commit is contained in:
commit
6c5b24b564
@ -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