|
40 | 40 |
|
41 | 41 | var _ = Describe("When testing clusterctl upgrades for CAPO (v0.11=>current) and ORC (v1.0.2=>current) [clusterctl-upgrade]", func() { |
42 | 42 | BeforeEach(func(ctx context.Context) { |
43 | | - setDownloadE2EImageEnvVar() |
44 | 43 | // Note: This gives the version without the 'v' prefix, so we need to add it below. |
45 | 44 | capoRelease011, err = clusterctl.ResolveRelease(ctx, "go://github.com/kubernetes-sigs/cluster-api-provider-openstack@v0.11") |
46 | 45 | Expect(err).ToNot(HaveOccurred(), "failed to get stable release of CAPO") |
@@ -75,7 +74,6 @@ var _ = Describe("When testing clusterctl upgrades for CAPO (v0.11=>current) and |
75 | 74 |
|
76 | 75 | var _ = Describe("When testing clusterctl upgrades for CAPO (v0.12=>current) and ORC (v1.0.2=>current)[clusterctl-upgrade]", func() { |
77 | 76 | BeforeEach(func(ctx context.Context) { |
78 | | - setDownloadE2EImageEnvVar() |
79 | 77 | // Note: This gives the version without the 'v' prefix, so we need to add it below. |
80 | 78 | capoRelease012, err = clusterctl.ResolveRelease(ctx, "go://github.com/kubernetes-sigs/cluster-api-provider-openstack@v0.12") |
81 | 79 | Expect(err).ToNot(HaveOccurred(), "failed to get stable release of CAPO") |
@@ -110,7 +108,6 @@ var _ = Describe("When testing clusterctl upgrades for CAPO (v0.12=>current) and |
110 | 108 |
|
111 | 109 | var _ = Describe("When testing clusterctl upgrades for CAPO (v0.13=>current) and ORC (v1.0.2=>current)[clusterctl-upgrade]", func() { |
112 | 110 | BeforeEach(func(ctx context.Context) { |
113 | | - setDownloadE2EImageEnvVar() |
114 | 111 | // Note: This gives the version without the 'v' prefix, so we need to add it below. |
115 | 112 | capoRelease013, err = clusterctl.ResolveRelease(ctx, "go://github.com/kubernetes-sigs/cluster-api-provider-openstack@v0.13") |
116 | 113 | Expect(err).ToNot(HaveOccurred(), "failed to get stable release of CAPO") |
|
0 commit comments