From c65796afeaada006c77e12baf3af83646a493cc9 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Mon, 11 Dec 2023 15:31:01 -0600 Subject: [PATCH] Add more libvirt tags Usually we define tags as combinations like ${OPENSTACK_RELASE}-${DISTRO_NAME}_${DISTRO_VERSION} for libvirt images we only have tags like ${OPENSTACK_RELASE}-${DISTRO_VERSION} This PR adds more tags but not removes old ones for compatibility reasons. Change-Id: I45e538397f3f4bbae0bb54f732aba321984fd7ed --- zuul.d/libvirt.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zuul.d/libvirt.yaml b/zuul.d/libvirt.yaml index 539371f2..ee61838b 100644 --- a/zuul.d/libvirt.yaml +++ b/zuul.d/libvirt.yaml @@ -47,6 +47,8 @@ tags: - "yoga-focal-{{ currentdate }}" - "yoga-focal" + - "yoga-ubuntu_focal-{{ currentdate }}" + - "yoga-ubuntu_focal" - "yoga" build_args: - FROM=ubuntu:focal @@ -59,6 +61,8 @@ tags: - "yoga-jammy-{{ currentdate }}" - "yoga-jammy" + - "yoga-ubuntu_jammy-{{ currentdate }}" + - "yoga-ubuntu_jammy" build_args: - FROM=ubuntu:jammy - RELEASE=yoga @@ -70,6 +74,8 @@ tags: - "zed-jammy-{{ currentdate }}" - "zed-jammy" + - "zed-ubuntu_jammy-{{ currentdate }}" + - "zed-ubuntu_jammy" - "zed" build_args: - FROM=ubuntu:jammy @@ -86,6 +92,10 @@ - "2023.1-jammy-{{ currentdate }}" - "2023.1-jammy" - "2023.1" + - "antelope-ubuntu_jammy-{{ currentdate }}" + - "antelope-ubuntu_jammy" + - "2023.1-ubuntu_jammy-{{ currentdate }}" + - "2023.1-ubuntu_jammy" build_args: - FROM=ubuntu:jammy - RELEASE=antelope