You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expect(ctx).NotTo(BeNil(), "ctx is required for %s spec", specName)
93
93
input=inputGetter()
94
94
Expect(input.E2EConfig).ToNot(BeNil(), "Invalid argument. input.E2EConfig can't be nil when calling %s spec", specName)
95
+
Expect(input.E2EConfig.ResolveReleases()).To(Succeed(), "Failed to resolve release markers in e2e test config file")
95
96
Expect(input.ClusterctlConfigPath).To(BeAnExistingFile(), "Invalid argument. input.ClusterctlConfigPath must be an existing file when calling %s spec", specName)
96
97
Expect(input.BootstrapClusterProxy).ToNot(BeNil(), "Invalid argument. input.BootstrapClusterProxy can't be nil when calling %s spec", specName)
97
98
Expect(os.MkdirAll(input.ArtifactFolder, 0750)).To(Succeed(), "Invalid argument. input.ArtifactFolder can't be created for %s spec", specName)
- name: "{go://sigs.k8s.io/cluster-api@v1.0}"# supported release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
- name: "{go://sigs.k8s.io/cluster-api@v1.4}"# supported release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
- name: "{go://sigs.k8s.io/cluster-api@v1.5}"# latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
- name: "{go://sigs.k8s.io/cluster-api@v1.0}"# supported release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
- name: "{go://sigs.k8s.io/cluster-api@v1.4}"# supported release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
- name: "{go://sigs.k8s.io/cluster-api@v1.5}"# latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
- name: "{go://sigs.k8s.io/cluster-api@v1.0}"# supported release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
- name: "{go://sigs.k8s.io/cluster-api@v1.4}"# supported release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
- name: "{go://sigs.k8s.io/cluster-api@v1.5}"# latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
- name: "{go://sigs.k8s.io/cluster-api@v1.0}"# supported release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
- name: "{go://sigs.k8s.io/cluster-api@v1.4}"# supported release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
- name: "{go://sigs.k8s.io/cluster-api@v1.5}"# latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
0 commit comments