Skip to content

Commit

Permalink
Merge pull request #772 from cprivitere/update-e2e-test-provider-version
Browse files Browse the repository at this point in the history
Fix e2e tests by bumping provider versions to 1.7
  • Loading branch information
k8s-ci-robot committed Jun 18, 2024
2 parents 5d20550 + a676ca2 commit f89f525
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions test/e2e/config/packet-ci-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ providers:
- name: cluster-api
type: CoreProvider
versions:
- name: v1.6.0 # latest published release in the v1beta1 series
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/core-components.yaml"
- name: v1.7.3 # latest published release in the v1beta1 series
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/core-components.yaml"
type: "url"
contract: v1beta1
replacements:
Expand All @@ -26,8 +26,8 @@ providers:
- name: kubeadm
type: BootstrapProvider
versions:
- name: v1.6.0 # latest published release in the v1beta1 series
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/bootstrap-components.yaml"
- name: v1.7.3 # latest published release in the v1beta1 series
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/bootstrap-components.yaml"
type: "url"
contract: v1beta1
replacements:
Expand All @@ -39,8 +39,8 @@ providers:
- name: kubeadm
type: ControlPlaneProvider
versions:
- name: v1.6.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/control-plane-components.yaml"
- name: v1.7.3 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/control-plane-components.yaml"
type: "url"
contract: v1beta1
replacements:
Expand Down
12 changes: 6 additions & 6 deletions test/e2e/config/packet-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ providers:
- name: cluster-api
type: CoreProvider
versions:
- name: v1.6.0 # latest published release in the v1beta1 series
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/core-components.yaml"
- name: v1.7.3 # latest published release in the v1beta1 series
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/core-components.yaml"
type: "url"
contract: v1beta1
replacements:
Expand All @@ -26,8 +26,8 @@ providers:
- name: kubeadm
type: BootstrapProvider
versions:
- name: v1.6.0 # latest published release in the v1beta1 series
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/bootstrap-components.yaml"
- name: v1.7.3 # latest published release in the v1beta1 series
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/bootstrap-components.yaml"
type: "url"
contract: v1beta1
replacements:
Expand All @@ -39,8 +39,8 @@ providers:
- name: kubeadm
type: ControlPlaneProvider
versions:
- name: v1.6.0 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.6.0/control-plane-components.yaml"
- name: v1.7.3 # latest published release in the v1beta1 series; this is used for v1beta1 --> main clusterctl upgrades test only.
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.3/control-plane-components.yaml"
type: "url"
contract: v1beta1
replacements:
Expand Down

0 comments on commit f89f525

Please sign in to comment.