From 717913f90204bbd91a8c1c1b5b9631ea927dc280 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 8 Sep 2022 17:16:33 +0200 Subject: [PATCH] build: adapt to new location of etcdImage variable zeitgeist failed because it expected the variable in the old file. --- build/dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 5e1501c8f7b..3ee493e031d 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -67,7 +67,7 @@ dependencies: match: ETCD_VERSION= - path: staging/src/k8s.io/sample-apiserver/artifacts/example/deployment.yaml match: gcr.io/etcd-development/etcd - - path: test/e2e/framework/nodes_util.go + - path: test/e2e/framework/providers/gcp.go match: const etcdImage - path: test/utils/image/manifest.go match: configs\[Etcd\] = Config{list\.GcEtcdRegistry, "etcd", "\d+\.\d+.\d+(-(alpha|beta|rc).\d+)?(-\d+)?"}