mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-18 17:00:24 +00:00
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