Browse Source

Remove amazon-linux2 from CI: issue with vm creation (#11995)

pull/11997/head
Antoine Legrand 2 days ago
committed by GitHub
parent
commit
7d21a54dc7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions
  1. 7
      .gitlab-ci/packet.yml

7
.gitlab-ci/packet.yml

@ -114,8 +114,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

Loading…
Cancel
Save