[CI] use debian-11 image with more disk space to ensure successful upgrade tests
This commit is contained in:
parent
a22ae6143a
commit
56d83c931b
4 changed files with 5 additions and 5 deletions
|
@ -249,7 +249,7 @@ packet_fedora34-kube-ovn:
|
||||||
# ### PR JOBS PART3
|
# ### PR JOBS PART3
|
||||||
# Long jobs (45min+)
|
# Long jobs (45min+)
|
||||||
|
|
||||||
packet_centos7-docker-weave-upgrade-ha:
|
packet_centos7-weave-upgrade-ha:
|
||||||
stage: deploy-part3
|
stage: deploy-part3
|
||||||
extends: .packet_periodic
|
extends: .packet_periodic
|
||||||
when: on_success
|
when: on_success
|
||||||
|
@ -269,7 +269,7 @@ packet_ubuntu20-calico-ha-wireguard:
|
||||||
extends: .packet_pr
|
extends: .packet_pr
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
packet_debian10-calico-upgrade:
|
packet_debian11-calico-upgrade:
|
||||||
stage: deploy-part3
|
stage: deploy-part3
|
||||||
extends: .packet_pr
|
extends: .packet_pr
|
||||||
when: on_success
|
when: on_success
|
||||||
|
@ -284,7 +284,7 @@ packet_almalinux8-calico-remove-node:
|
||||||
REMOVE_NODE_CHECK: "true"
|
REMOVE_NODE_CHECK: "true"
|
||||||
REMOVE_NODE_NAME: "instance-3"
|
REMOVE_NODE_NAME: "instance-3"
|
||||||
|
|
||||||
packet_debian10-calico-upgrade-once:
|
packet_debian11-calico-upgrade-once:
|
||||||
stage: deploy-part3
|
stage: deploy-part3
|
||||||
extends: .packet_periodic
|
extends: .packet_periodic
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image: debian-10
|
cloud_image: debian-11
|
||||||
mode: default
|
mode: default
|
||||||
|
|
||||||
# Kubespray settings
|
# Kubespray settings
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image: debian-10
|
cloud_image: debian-11
|
||||||
mode: default
|
mode: default
|
||||||
|
|
||||||
# Pin disabling ipip mode to ensure proper upgrade
|
# Pin disabling ipip mode to ensure proper upgrade
|
Loading…
Reference in a new issue