Re: [ovs-dev] [PATCH v3 03/11] ci: Update the GitHub Ubuntu runner image to Ubuntu 22.04.

2023-12-15 Thread Simon Horman
On Tue, Dec 05, 2023 at 03:59:38PM +0100, Eelco Chaudron wrote:
> Updating this image is a requirement for the kernel system-traffic
> tests to pass on Ubuntu. In addition, 20.04 might be replaced,
> as soon as 24.04 comes out. Or we need to do this when it becomes
> EOL in April 2025.
> 
> Signed-off-by: Eelco Chaudron 

Yes, we should do this :)

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


[ovs-dev] [PATCH v3 03/11] ci: Update the GitHub Ubuntu runner image to Ubuntu 22.04.

2023-12-05 Thread Eelco Chaudron
Updating this image is a requirement for the kernel system-traffic
tests to pass on Ubuntu. In addition, 20.04 might be replaced,
as soon as 24.04 comes out. Or we need to do this when it becomes
EOL in April 2025.

Signed-off-by: Eelco Chaudron 
---
 .github/workflows/build-and-test.yml |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-and-test.yml 
b/.github/workflows/build-and-test.yml
index 5d441157c..acb57ac46 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -12,7 +12,7 @@ jobs:
 name: dpdk gcc
 outputs:
   dpdk_key: ${{ steps.gen_dpdk_key.outputs.key }}
-runs-on: ubuntu-20.04
+runs-on: ubuntu-22.04
 timeout-minutes: 30
 
 steps:
@@ -89,7 +89,7 @@ jobs:
   TESTSUITE:   ${{ matrix.testsuite }}
 
 name: linux ${{ join(matrix.*, ' ') }}
-runs-on: ubuntu-20.04
+runs-on: ubuntu-22.04
 timeout-minutes: 30
 
 strategy:

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