Fixup recover control plane playbook + add debian12/cilium test (#10411)

* Add debian12 cilium testing

* Fixup recover control plane playbook
This commit is contained in:
Florian Ruynat
2023-09-05 19:42:52 +02:00
committed by GitHub
parent aeca9304f4
commit 9696936b59
6 changed files with 24 additions and 12 deletions

View File

@ -122,6 +122,11 @@ packet_debian12-docker:
extends: .packet_pr
when: on_success
packet_debian12-cilium:
stage: deploy-part2
extends: .packet_periodic
when: on_success
packet_centos7-calico-ha-once-localhost:
stage: deploy-part2
extends: .packet_pr
@ -311,7 +316,7 @@ packet_ubuntu20-calico-ha-recover:
when: on_success
variables:
RECOVER_CONTROL_PLANE_TEST: "true"
RECOVER_CONTROL_PLANE_TEST_GROUPS: "etcd[2:],kube_control_plane[1:]"
RECOVER_CONTROL_PLANE_TEST_GROUPS: "etcd[2:]:kube_control_plane[1:]"
packet_ubuntu20-calico-ha-recover-noquorum:
stage: deploy-part3
@ -319,4 +324,4 @@ packet_ubuntu20-calico-ha-recover-noquorum:
when: on_success
variables:
RECOVER_CONTROL_PLANE_TEST: "true"
RECOVER_CONTROL_PLANE_TEST_GROUPS: "etcd[1:],kube_control_plane[1:]"
RECOVER_CONTROL_PLANE_TEST_GROUPS: "etcd[1:]:kube_control_plane[1:]"