Re: [ovs-dev] [PATCH ovn] ci: Bump CirrusCI Ubuntu image version

2024-02-09 Thread Dumitru Ceara
On 2/8/24 14:15, Ales Musil wrote:
> The Ubuntu 23.04 went EOL, change the image to 23.10.
> 
> Signed-off-by: Ales Musil 
> ---

Thanks, Ales!  Applied to main and to all stable branches down to 23.06.

Regards,
Dumitru

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


Re: [ovs-dev] [PATCH ovn] ci: Bump CirrusCI Ubuntu image version

2024-02-08 Thread 0-day Robot
Bleep bloop.  Greetings Ales Musil, I am a robot and I have tried out your 
patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
WARNING: The subject summary should end with a dot.
Subject: ci: Bump CirrusCI Ubuntu image version
Lines checked: 28, Warnings: 1, Errors: 0


Please check this out.  If you feel there has been an error, please email 
acon...@redhat.com

Thanks,
0-day Robot
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH ovn] ci: Bump CirrusCI Ubuntu image version

2024-02-08 Thread Ales Musil
The Ubuntu 23.04 went EOL, change the image to 23.10.

Signed-off-by: Ales Musil 
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 5453bf93d..1832e51f2 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,6 +1,6 @@
 compute_engine_instance:
   image_project: ubuntu-os-cloud
-  image: family/ubuntu-2304-arm64
+  image: family/ubuntu-2310-arm64
   architecture: arm64
   platform: linux
   memory: 4G
-- 
2.43.0

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev