diff mbox series

[2/2] gitlab: update FreeBSD Cirrus CI image to 13.3

Message ID 20240304144456.3825935-3-berrange@redhat.com (mailing list archive)
State New, archived
Headers show
Series Fix CI build on Free BSD 13 | expand

Commit Message

Daniel P. Berrangé March 4, 2024, 2:44 p.m. UTC
The 13.2 images have been deleted from gcloud

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 .gitlab-ci.d/cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell March 4, 2024, 2:49 p.m. UTC | #1
On Mon, 4 Mar 2024 at 14:46, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> The 13.2 images have been deleted from gcloud
>
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  .gitlab-ci.d/cirrus.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
> index 64f2e25afa..b45f9de62f 100644
> --- a/.gitlab-ci.d/cirrus.yml
> +++ b/.gitlab-ci.d/cirrus.yml
> @@ -52,7 +52,7 @@ x64-freebsd-13-build:
>      NAME: freebsd-13
>      CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
>      CIRRUS_VM_IMAGE_SELECTOR: image_family
> -    CIRRUS_VM_IMAGE_NAME: freebsd-13-2
> +    CIRRUS_VM_IMAGE_NAME: freebsd-13-3
>      CIRRUS_VM_CPUS: 8
>      CIRRUS_VM_RAM: 8G
>      UPDATE_COMMAND: pkg update; pkg upgrade -y
> --

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

This one should be tagged
Cc: qemu-stable@nongnu.org
I guess?

thanks
-- PMM
Daniel P. Berrangé March 4, 2024, 2:53 p.m. UTC | #2
On Mon, Mar 04, 2024 at 02:49:28PM +0000, Peter Maydell wrote:
> On Mon, 4 Mar 2024 at 14:46, Daniel P. Berrangé <berrange@redhat.com> wrote:
> >
> > The 13.2 images have been deleted from gcloud
> >
> > Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> > ---
> >  .gitlab-ci.d/cirrus.yml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
> > index 64f2e25afa..b45f9de62f 100644
> > --- a/.gitlab-ci.d/cirrus.yml
> > +++ b/.gitlab-ci.d/cirrus.yml
> > @@ -52,7 +52,7 @@ x64-freebsd-13-build:
> >      NAME: freebsd-13
> >      CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
> >      CIRRUS_VM_IMAGE_SELECTOR: image_family
> > -    CIRRUS_VM_IMAGE_NAME: freebsd-13-2
> > +    CIRRUS_VM_IMAGE_NAME: freebsd-13-3
> >      CIRRUS_VM_CPUS: 8
> >      CIRRUS_VM_RAM: 8G
> >      UPDATE_COMMAND: pkg update; pkg upgrade -y
> > --
> 
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
> 
> This one should be tagged
> Cc: qemu-stable@nongnu.org
> I guess?

Yes, this will be applicable to stable.


With regards,
Daniel
diff mbox series

Patch

diff --git a/.gitlab-ci.d/cirrus.yml b/.gitlab-ci.d/cirrus.yml
index 64f2e25afa..b45f9de62f 100644
--- a/.gitlab-ci.d/cirrus.yml
+++ b/.gitlab-ci.d/cirrus.yml
@@ -52,7 +52,7 @@  x64-freebsd-13-build:
     NAME: freebsd-13
     CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
     CIRRUS_VM_IMAGE_SELECTOR: image_family
-    CIRRUS_VM_IMAGE_NAME: freebsd-13-2
+    CIRRUS_VM_IMAGE_NAME: freebsd-13-3
     CIRRUS_VM_CPUS: 8
     CIRRUS_VM_RAM: 8G
     UPDATE_COMMAND: pkg update; pkg upgrade -y