From 2dddb4fb65b606c87aebff0078c092406babdb0f Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Fri, 13 Dec 2024 16:09:02 +0100 Subject: [PATCH] CI: test collections in one packet job --- .gitlab-ci/packet.yml | 2 +- ...ebian11-calico.yml => packet_debian11-calico-collection.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/files/{packet_debian11-calico.yml => packet_debian11-calico-collection.yml} (100%) diff --git a/.gitlab-ci/packet.yml b/.gitlab-ci/packet.yml index 2ed183c6a..1bb0405d3 100644 --- a/.gitlab-ci/packet.yml +++ b/.gitlab-ci/packet.yml @@ -94,7 +94,7 @@ packet_almalinux8-crio: packet_almalinux8-kube-ovn: extends: .packet_pr -packet_debian11-calico: +packet_debian11-calico-collection: extends: .packet_pr packet_debian11-macvlan: diff --git a/tests/files/packet_debian11-calico.yml b/tests/files/packet_debian11-calico-collection.yml similarity index 100% rename from tests/files/packet_debian11-calico.yml rename to tests/files/packet_debian11-calico-collection.yml