From ccf2abb5b1ba6424e9450c4fbfea2ae10084637a Mon Sep 17 00:00:00 2001 From: k8s-infra-cherrypick-robot <90416843+k8s-infra-cherrypick-robot@users.noreply.github.com> Date: Tue, 4 Mar 2025 04:35:43 -0800 Subject: [PATCH] Remove amazon-linux2 from CI: issue with vm creation (#12017) Co-authored-by: ant31 <2t.antoine@gmail.com> --- .gitlab-ci/packet.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/packet.yml b/.gitlab-ci/packet.yml index 33abc3016..077110328 100644 --- a/.gitlab-ci/packet.yml +++ b/.gitlab-ci/packet.yml @@ -111,8 +111,13 @@ packet_rockylinux9-cilium: variables: RESET_CHECK: "true" +# Need an update of the container image to use schema v2 +# update: quay.io/kubespray/vm-amazon-linux-2:latest packet_amazon-linux-2-all-in-one: - extends: .packet_pr + extends: .packet_pr_manual + rules: + - when: manual + allow_failure: true packet_opensuse-docker-cilium: extends: .packet_pr