Skip to content

Commit

Permalink
[CI] use debian-11 image with more disk space to ensure successful up…
Browse files Browse the repository at this point in the history
…grade tests
  • Loading branch information
cristicalin authored and k8s-ci-robot committed Jun 17, 2022
1 parent a22ae61 commit 56d83c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ packet_fedora34-kube-ovn:
# ### PR JOBS PART3
# Long jobs (45min+)

packet_centos7-docker-weave-upgrade-ha:
packet_centos7-weave-upgrade-ha:
stage: deploy-part3
extends: .packet_periodic
when: on_success
Expand All @@ -269,7 +269,7 @@ packet_ubuntu20-calico-ha-wireguard:
extends: .packet_pr
when: manual

packet_debian10-calico-upgrade:
packet_debian11-calico-upgrade:
stage: deploy-part3
extends: .packet_pr
when: on_success
Expand All @@ -284,7 +284,7 @@ packet_almalinux8-calico-remove-node:
REMOVE_NODE_CHECK: "true"
REMOVE_NODE_NAME: "instance-3"

packet_debian10-calico-upgrade-once:
packet_debian11-calico-upgrade-once:
stage: deploy-part3
extends: .packet_periodic
when: on_success
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Instance settings
cloud_image: debian-10
cloud_image: debian-11
mode: default

# Kubespray settings
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Instance settings
cloud_image: debian-10
cloud_image: debian-11
mode: default

# Pin disabling ipip mode to ensure proper upgrade
Expand Down

0 comments on commit 56d83c9

Please sign in to comment.