On 09/04/2025 6:15 pm, Marek Marczykowski-Górecki wrote: > On Wed, Apr 09, 2025 at 05:36:58PM +0100, Andrew Cooper wrote: >> Factor out the registry into a common location. Fix the worflow name. List >> all the stages. Set a default expiry of 1 month. > This is okay, since last artifacts for a branch are preserved even if > expired. > >> Note all the current jobs as legacy. Their naming scheme needs changing, and >> we'll use this opportunity to switch formats too. However, the artefacts >> need >> to stay using the old name until the final staging-* branch using them is >> phased out. > This could use a comment what should the new naming be.
Same as we use in Xen. linux-$VER-$ARCH, as shown later in the series, and alpine-$VER-$ARCH-rootfs (currently there's no $VER, and this is going to break horribly when moving off 3.18). ~Andrew