mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #42193 from mml/etcd-upgrade-test
Automatic merge from submit-queue Change etcd test image to 3.0.17. Follow-up from #41540
This commit is contained in:
commit
5891fa021b
@ -55,7 +55,7 @@ func etcdUpgradeGCE(target_storage, target_version string) error {
|
||||
os.Environ(),
|
||||
"TEST_ETCD_VERSION="+target_version,
|
||||
"STORAGE_BACKEND="+target_storage,
|
||||
"TEST_ETCD_IMAGE=3.0.14")
|
||||
"TEST_ETCD_IMAGE=3.0.17")
|
||||
|
||||
_, _, err := RunCmdEnv(env, path.Join(TestContext.RepoRoot, "cluster/gce/upgrade.sh"), "-l", "-M")
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user