diff mbox series

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

Message ID 20240208131528.195007-1-amusil@redhat.com
State Accepted
Headers show
Series [ovs-dev] ci: Bump CirrusCI Ubuntu image version | expand

Checks

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

Commit Message

Ales Musil Feb. 8, 2024, 1:15 p.m. UTC
The Ubuntu 23.04 went EOL, change the image to 23.10.

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

Comments

Dumitru Ceara Feb. 9, 2024, 12:38 p.m. UTC | #1
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 <amusil@redhat.com>
> ---

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

Regards,
Dumitru
diff mbox series

Patch

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