From 7fa631479139f852307b36854ae8ab595e47b9a4 Mon Sep 17 00:00:00 2001 From: Florian Ruynat <16313165+floryut@users.noreply.github.com> Date: Tue, 26 Jul 2022 19:45:09 +0200 Subject: [PATCH] Add ignore_assert_error to ubuntu20 etcd ha job (#9108) --- .../packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/files/packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha.yml b/tests/files/packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha.yml index f9cd3a088..57187a8dd 100644 --- a/tests/files/packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha.yml +++ b/tests/files/packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha.yml @@ -16,3 +16,9 @@ enable_nodelocaldns: False ipip: false calico_vxlan_mode: Always calico_network_backend: bird + +# Needed to bypass deprecation check +ignore_assert_errors: true +### FIXME FLORYUT Needed for upgrade job, will be removed when releasing kubespray 2.20 +calico_pool_blocksize: 24 +### /FIXME