From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.a=rsa-sha256 header.s=202508 header.b=qwtdi5T7; dkim-atps=neutral Received: from mail.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 4C5E75A0278 for ; Mon, 08 Sep 2025 09:10:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202508; t=1757315404; bh=08T0JTP+pxX1LPbfvIIjS3aFcYLY0J7u//1uDdhOQAs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qwtdi5T79k+AVW32mMhVE7YAqGEUMbVUCfaimGPdMaEmozm5QHXbeCaBEvKiD5e9u jLJXY/kJtyVx5R934AZUgMdzuio1Lk7DueOJmGE+2Tu5UM1pBNo9nuCDSyeKqrymDj zMIXpRIP3aeF9GS0JdHvRgw+nwdGONN+8uEDkunuEA5nOYW9rczauV2N4VMbkjd/IV UCrXHLTo7KOEuI9vH2yQWidftZgCgvMWwYfatQhwpxAWEEidUwnI3XJyQ1VQEpN2Vb jV87ed1ofD2B4Oi/2JrOPkinmDcyt5r/MwgqwBrwO5o1LmZi7xdNPVT528WHuLE8jx GmXaSLap8UlQQ== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4cKyl00LP0z4wBC; Mon, 8 Sep 2025 17:10:04 +1000 (AEST) Date: Mon, 8 Sep 2025 17:09:57 +1000 From: David Gibson To: Yumei Huang Subject: Re: [PATCH] test: Remove unused distro images Message-ID: References: <20250908060921.13839-1-yuhuang@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jArRp/Alzkr+PR0Z" Content-Disposition: inline In-Reply-To: <20250908060921.13839-1-yuhuang@redhat.com> Message-ID-Hash: GEXJ2IWFISVZHXSRZHKP5DPHYYVQ5PST X-Message-ID-Hash: GEXJ2IWFISVZHXSRZHKP5DPHYYVQ5PST X-MailFrom: dgibson@gandalf.ozlabs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: passt-dev@passt.top, sbrivio@redhat.com, dgibson@redhat.com X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: --jArRp/Alzkr+PR0Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 08, 2025 at 02:09:21PM +0800, Yumei Huang wrote: > Some of the download links are broken, and none of the images are > used in current tests. Removing them so it won't block make. >=20 > Signed-off-by: Yumei Huang Ah, sorry. I realised I forgot some information when I suggested you make this change. Although we're not using these images at the moment, we hope to use them again some time in future. For that reason it's useful to keep the information about what the images were and how they worked in place. So, rather than removing this completely, it would be better to keep the {DEBIAN,...}_IMGS variables and the download targets, but just don't include them in DOWNLOAD_ASSETS for now. That will make it easier to put a fixed version of this back when we're ready. > --- > test/Makefile | 124 +------------------------------------------------- > 1 file changed, 1 insertion(+), 123 deletions(-) >=20 > diff --git a/test/Makefile b/test/Makefile > index a774285..d7c37d6 100644 > --- a/test/Makefile > +++ b/test/Makefile > @@ -9,51 +9,7 @@ BATS =3D bats -j $(shell nproc) > EXETOOL =3D exeter/exetool/exetool > WGET =3D wget -c > =20 > -DEBIAN_IMGS =3D debian-8.11.0-openstack-amd64.qcow2 \ > - debian-10-nocloud-amd64.qcow2 \ > - debian-10-generic-arm64.qcow2 \ > - debian-10-generic-ppc64el-20220911-1135.qcow2 \ > - debian-11-nocloud-amd64.qcow2 \ > - debian-11-generic-arm64.qcow2 \ > - debian-11-generic-ppc64el.qcow2 \ > - debian-sid-nocloud-amd64-daily.qcow2 \ > - debian-sid-nocloud-arm64-daily.qcow2 \ > - debian-sid-nocloud-ppc64el-daily.qcow2 > - > -FEDORA_IMGS =3D Fedora-Cloud-Base-26-1.5.x86_64.qcow2 \ > - Fedora-Cloud-Base-27-1.6.x86_64.qcow2 \ > - Fedora-Cloud-Base-28-1.1.x86_64.qcow2 \ > - Fedora-Cloud-Base-28-1.1.aarch64.qcow2 \ > - Fedora-Cloud-Base-29-1.2.x86_64.qcow2 \ > - Fedora-Cloud-Base-29-1.2.aarch64.qcow2 \ > - Fedora-Cloud-Base-30-1.2.x86_64.qcow2 \ > - Fedora-Cloud-Base-30-1.2.aarch64.qcow2 \ > - Fedora-Cloud-Base-31-1.9.x86_64.qcow2 \ > - Fedora-Cloud-Base-31-1.9.aarch64.qcow2 \ > - Fedora-Cloud-Base-32-1.6.x86_64.qcow2 \ > - Fedora-Cloud-Base-32-1.6.aarch64.qcow2 \ > - Fedora-Cloud-Base-33-1.2.x86_64.qcow2 \ > - Fedora-Cloud-Base-33-1.2.aarch64.qcow2 \ > - Fedora-Cloud-Base-34-1.2.x86_64.qcow2 \ > - Fedora-Cloud-Base-34-1.2.aarch64.qcow2 \ > - Fedora-Cloud-Base-35-1.2.x86_64.qcow2 \ > - Fedora-Cloud-Base-35-1.2.aarch64.qcow2 > - > -OPENSUSE_IMGS =3D openSUSE-Leap-15.1-JeOS.x86_64-kvm-and-xen.qcow2 \ > - openSUSE-Leap-15.2-JeOS.x86_64-kvm-and-xen.qcow2 \ > - openSUSE-Leap-15.3-JeOS.x86_64-kvm-and-xen.qcow2 \ > - openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.raw.xz \ > - openSUSE-Tumbleweed-ARM-JeOS-efi.armv7l.raw.xz > - > -UBUNTU_OLD_IMGS =3D trusty-server-cloudimg-amd64-disk1.img \ > - trusty-server-cloudimg-i386-disk1.img \ > - trusty-server-cloudimg-ppc64el-disk1.img > -UBUNTU_NEW_IMGS =3D xenial-server-cloudimg-powerpc-disk1.img \ > - jammy-server-cloudimg-s390x.img > -UBUNTU_IMGS =3D $(UBUNTU_OLD_IMGS) $(UBUNTU_NEW_IMGS) > - > -DOWNLOAD_ASSETS =3D exeter mbuto podman \ > - $(DEBIAN_IMGS) $(FEDORA_IMGS) $(OPENSUSE_IMGS) $(UBUNTU_IMGS) > +DOWNLOAD_ASSETS =3D exeter mbuto podman > TESTDATA_ASSETS =3D small.bin big.bin medium.bin \ > rampstream > LOCAL_ASSETS =3D mbuto.img mbuto.mem.img podman/bin/podman QEMU_EFI.fd \ > @@ -150,81 +106,3 @@ clean: > realclean: clean > rm -rf $(DOWNLOAD_ASSETS) > =20 > -# Debian downloads > -debian-8.11.0-openstack-%.qcow2: > - $(WGET) -O $@ https://cloud.debian.org/images/cloud/OpenStack/archive/8= =2E11.0/debian-8.11.0-openstack-$*.qcow2 > - > -debian-10-nocloud-%.qcow2: > - $(WGET) -O $@ https://cloud.debian.org/images/cloud/buster/latest/debia= n-10-nocloud-$*.qcow2 > - > -debian-10-generic-ppc64el-20220911-1135.qcow2: > - $(WGET) -O $@ https://cloud.debian.org/images/cloud/buster/20220911-113= 5/debian-10-generic-ppc64el-20220911-1135.qcow2 > - > -debian-10-generic-%.qcow2: > - $(WGET) -O $@ https://cloud.debian.org/images/cloud/buster/latest/debia= n-10-generic-$*.qcow2 > - > -debian-11-nocloud-%.qcow2: > - $(WGET) -O $@ https://cloud.debian.org/images/cloud/bullseye/latest/deb= ian-11-nocloud-$*.qcow2 > - > -debian-11-generic-%.qcow2: > - $(WGET) -O $@ https://cloud.debian.org/images/cloud/bullseye/latest/deb= ian-11-generic-$*.qcow2 > - > -debian-sid-nocloud-%-daily.qcow2: > - $(WGET) -O $@ https://cloud.debian.org/images/cloud/sid/daily/latest/de= bian-sid-nocloud-$*-daily.qcow2 > - > -# Fedora downloads > -Fedora-Cloud-Base-26-1.5.%.qcow2: > - $(WGET) -O $@ http://archives.fedoraproject.org/pub/archive/fedora/linu= x/releases/26/CloudImages/$*/images/Fedora-Cloud-Base-26-1.5.$*.qcow2 > - > -Fedora-Cloud-Base-27-1.6.%.qcow2: > - $(WGET) -O $@ http://archives.fedoraproject.org/pub/archive/fedora/linu= x/releases/27/CloudImages/$*/images/Fedora-Cloud-Base-27-1.6.$*.qcow2 > - > -Fedora-Cloud-Base-28-1.1.%.qcow2: > - $(WGET) -O $@ http://archives.fedoraproject.org/pub/archive/fedora/linu= x/releases/28/Cloud/$*/images/Fedora-Cloud-Base-28-1.1.$*.qcow2 > - > -Fedora-Cloud-Base-29-1.2.%.qcow2: > - $(WGET) -O $@ http://archives.fedoraproject.org/pub/archive/fedora/linu= x/releases/29/Cloud/$*/images/Fedora-Cloud-Base-29-1.2.$*.qcow2 > - > -Fedora-Cloud-Base-30-1.2.%.qcow2: > - $(WGET) -O $@ http://archives.fedoraproject.org/pub/archive/fedora/linu= x/releases/30/Cloud/$*/images/Fedora-Cloud-Base-30-1.2.$*.qcow2 > - > -Fedora-Cloud-Base-31-1.9.%.qcow2: > - $(WGET) -O $@ http://archives.fedoraproject.org/pub/archive/fedora/linu= x/releases/31/Cloud/$*/images/Fedora-Cloud-Base-31-1.9.$*.qcow2 > - > -Fedora-Cloud-Base-32-1.6.%.qcow2: > - $(WGET) -O $@ https://archives.fedoraproject.org/pub/archive/fedora/lin= ux/releases/32/Cloud/$*/images/Fedora-Cloud-Base-32-1.6.$*.qcow2 > - > -Fedora-Cloud-Base-33-1.2.%.qcow2: > - $(WGET) -O $@ https://archives.fedoraproject.org/pub/archive/fedora/lin= ux/releases/33/Cloud/$*/images/Fedora-Cloud-Base-33-1.2.$*.qcow2 > - > -Fedora-Cloud-Base-34-1.2.%.qcow2: > - $(WGET) -O $@ https://archives.fedoraproject.org/pub/archive/fedora/lin= ux/releases/34/Cloud/$*/images/Fedora-Cloud-Base-34-1.2.$*.qcow2 > - > -Fedora-Cloud-Base-35-1.2.%.qcow2: > - $(WGET) -O $@ https://archives.fedoraproject.org/pub/archive/fedora/lin= ux/releases/35/Cloud/$*/images/Fedora-Cloud-Base-35-1.2.$*.qcow2 > - > -# OpenSuSE downloads > -openSUSE-Leap-15.1-JeOS.x86_64-kvm-and-xen.qcow2: > - $(WGET) -O $@ https://download.opensuse.org/distribution/leap/15.1/jeos= /openSUSE-Leap-15.1-JeOS.x86_64-kvm-and-xen.qcow2 > - > -openSUSE-Leap-15.2-JeOS.x86_64-kvm-and-xen.qcow2: > - $(WGET) -O $@ https://download.opensuse.org/distribution/leap/15.2/appl= iances/openSUSE-Leap-15.2-JeOS.x86_64-kvm-and-xen.qcow2 > - > -openSUSE-Leap-15.3-JeOS.x86_64-kvm-and-xen.qcow2: > - $(WGET) -O $@ https://download.opensuse.org/distribution/leap/15.3/appl= iances/openSUSE-Leap-15.3-JeOS.x86_64-kvm-and-xen.qcow2 > - > -openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.raw.xz: > - $(WGET) -O $@ http://download.opensuse.org/ports/aarch64/tumbleweed/app= liances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.raw.xz > - > -openSUSE-Tumbleweed-ARM-JeOS-efi.armv7l.raw.xz: > - $(WGET) -O $@ http://download.opensuse.org/ports/armv7hl/tumbleweed/app= liances/openSUSE-Tumbleweed-ARM-JeOS-efi.armv7l.raw.xz > - > -# Ubuntu downloads > -trusty-server-cloudimg-%-disk1.img: > - $(WGET) -O $@ https://cloud-images.ubuntu.com/trusty/current/trusty-ser= ver-cloudimg-$*-disk1.img > - > -xenial-server-cloudimg-powerpc-disk1.img: > - $(WGET) -O $@ https://cloud-images.ubuntu.com/xenial/current/xenial-ser= ver-cloudimg-powerpc-disk1.img > - > -jammy-server-cloudimg-s390x.img: > - $(WGET) -O $@ https://cloud-images.ubuntu.com/jammy/current/jammy-serve= r-cloudimg-s390x.img > --=20 > 2.47.0 >=20 --=20 David Gibson (he or they) | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you, not the other way | around. http://www.ozlabs.org/~dgibson --jArRp/Alzkr+PR0Z Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEO+dNsU4E3yXUXRK2zQJF27ox2GcFAmi+gT0ACgkQzQJF27ox 2Gf8QA//a7g4ckkApcH1m9TsQMgGIP8Cde4O5aHXjiKyI7ZRSh5aofFkF/w3CiEx BmpAuTF2QH79FnmQFFW9M3IaTYn+GhIEV/I0Fz7LQDUXm0IN2zZptqUN9PocRLyM JOQ1yR6+F8pLLru5bM4jwcG6jLbd5A7f8AjIFL0y5fYJOIs/M/Ah1z332uyM3C86 5Iu9JO8a/ZBYGIbDH+U5z8jtWpMR77sxHULKT9k1e/xk30qtcri/jjNY7ubjczY5 zvhlenk1mTUxf9g3m4EtKuC0JZEFYDxaUOAyKnPOf4J9Q9ysiNrV8mTVJ5a7YSui NN1NCDCSbT41So6jTvwwErF4a+mOeH/+/jOBiFQRZ9FMHwf+kGdtyVNTC9xEDJUn Sq5rqqNz5SCKLuYialTASiBSj8EpQMYaOXQtUJ5qQw+hcZ1uXWW5Unkjgj2BLqdk QQbLXHUsNvmsv1+gL8enq18pIeV3dHmZVgwkc6cBFAsWW5MrL/52RRSnhV9UWl31 gxf/dLAqZxwZOBiu9lyA1z2kc88YCf2eunCWgeEMDKsYwZCflR8Kd4busl3DyA3n bMihNc/NT+spGaFmiXC+6qJMuYSsO+mYzw8wYk4iabzlt8ZwOkPcQUrkz/gnaY2V IbQkVsw5emw/VvfSdA45GMpc/LGk5Rqc0aKSOE1atEA8rB5t6O0= =AzRr -----END PGP SIGNATURE----- --jArRp/Alzkr+PR0Z--