diff mbox series

[ovs-dev] ci: Bump the Cirrus CI Ubuntu image.

Message ID 20240729055131.97969-1-amusil@redhat.com
State Accepted
Headers show
Series [ovs-dev] ci: Bump the Cirrus CI Ubuntu image. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes fail github build: failed

Commit Message

Ales Musil July 29, 2024, 5:51 a.m. UTC
The Ubuntu 23.10 became EOL on July 11, 2024. Use the LTS
24.04 instead.

Signed-off-by: Ales Musil <amusil@redhat.com>
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Numan Siddique July 29, 2024, 9:34 p.m. UTC | #1
On Mon, Jul 29, 2024 at 1:52 AM Ales Musil <amusil@redhat.com> wrote:
>
> The Ubuntu 23.10 became EOL on July 11, 2024. Use the LTS
> 24.04 instead.
>
> Signed-off-by: Ales Musil <amusil@redhat.com>

Thanks.  Applied to main.

Numan

> ---
>  .cirrus.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.cirrus.yml b/.cirrus.yml
> index 9b35d4cfb..14a54a0fe 100644
> --- a/.cirrus.yml
> +++ b/.cirrus.yml
> @@ -1,6 +1,6 @@
>  compute_engine_instance:
>    image_project: ubuntu-os-cloud
> -  image: family/ubuntu-2310-arm64
> +  image: family/ubuntu-2404-lts-arm64
>    architecture: arm64
>    platform: linux
>    memory: 4G
> --
> 2.45.2
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/.cirrus.yml b/.cirrus.yml
index 9b35d4cfb..14a54a0fe 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,6 +1,6 @@ 
 compute_engine_instance:
   image_project: ubuntu-os-cloud
-  image: family/ubuntu-2310-arm64
+  image: family/ubuntu-2404-lts-arm64
   architecture: arm64
   platform: linux
   memory: 4G