Skip to content

Commit

Permalink
github_ci: update github hosted runners
Browse files Browse the repository at this point in the history
Update GitHub hosted runners from Ubuntu 20.04 to 22.04.

Signed-off-by: Matias Elo <[email protected]>
  • Loading branch information
MatiasElo committed Nov 27, 2024
1 parent 7c8c423 commit d25c2d7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
Checkpatch:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -36,7 +36,7 @@ jobs:
./scripts/ci-checkpatches.sh ${COMMIT_RANGE}
Documentation:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand All @@ -58,7 +58,7 @@ jobs:
! fgrep -rq warning ./doxygen.log
Build_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -79,7 +79,7 @@ jobs:
uses: ./.github/actions/build-failure-log

Build_clang:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -99,7 +99,7 @@ jobs:
uses: ./.github/actions/build-failure-log

Build_static_u24:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
OS: ubuntu_24.04
CONF: "--disable-shared --without-openssl --without-pcap"
Expand All @@ -116,7 +116,7 @@ jobs:
uses: ./.github/actions/build-failure-log

Build_arm64:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
ARCH: arm64
CONF: "--enable-dpdk-shared"
Expand All @@ -134,7 +134,7 @@ jobs:
uses: ./.github/actions/build-failure-log

Build_armhf:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
ARCH: armhf
strategy:
Expand All @@ -150,7 +150,7 @@ jobs:
uses: ./.github/actions/build-failure-log

Build_ppc64el:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
ARCH: ppc64el
CONF: "--enable-dpdk-shared"
Expand All @@ -167,7 +167,7 @@ jobs:
uses: ./.github/actions/build-failure-log

Build_i386:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
ARCH: i386
OS: ubuntu_18.04
Expand All @@ -184,7 +184,7 @@ jobs:
uses: ./.github/actions/build-failure-log

Build_riscv64:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
ARCH: riscv64
strategy:
Expand All @@ -200,7 +200,7 @@ jobs:
uses: ./.github/actions/build-failure-log

Build_OS:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -215,7 +215,7 @@ jobs:
uses: ./.github/actions/build-failure-log

Build_gcc_u24:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
OS: ubuntu_24.04
strategy:
Expand All @@ -231,7 +231,7 @@ jobs:
uses: ./.github/actions/build-failure-log

Build_out-of-tree:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}"
Expand All @@ -240,7 +240,7 @@ jobs:
uses: ./.github/actions/build-failure-log

Build_XDP:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
CONF: "--enable-xdp"
OS: ubuntu_22.04
Expand All @@ -256,7 +256,7 @@ jobs:
uses: ./.github/actions/build-failure-log

Run_distcheck:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -269,7 +269,7 @@ jobs:
uses: ./.github/actions/run-failure-log

Run_gcc:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -290,7 +290,7 @@ jobs:
uses: ./.github/actions/dump-log

Run_clang:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -308,7 +308,7 @@ jobs:
uses: ./.github/actions/run-failure-log

Run_OS:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -322,7 +322,7 @@ jobs:
uses: ./.github/actions/run-failure-log

Run_sched_config:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
Expand All @@ -331,7 +331,7 @@ jobs:
uses: ./.github/actions/run-failure-log

Run_stash_config:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
Expand All @@ -340,7 +340,7 @@ jobs:
uses: ./.github/actions/run-failure-log

Run_scheduler_sp:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
Expand All @@ -349,7 +349,7 @@ jobs:
uses: ./.github/actions/run-failure-log

Run_scheduler_scalable:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
Expand All @@ -358,7 +358,7 @@ jobs:
uses: ./.github/actions/run-failure-log

Run_process_mode:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
Expand All @@ -368,7 +368,7 @@ jobs:
uses: ./.github/actions/run-failure-log

Run_inline_timer:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
Expand All @@ -378,7 +378,7 @@ jobs:
uses: ./.github/actions/run-failure-log

Run_packet_align:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
Expand All @@ -388,7 +388,7 @@ jobs:
uses: ./.github/actions/run-failure-log

Run_dpdk-21_11:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
Expand All @@ -397,7 +397,7 @@ jobs:
uses: ./.github/actions/run-failure-log

Run_dpdk-23_11:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
Expand All @@ -406,7 +406,7 @@ jobs:
uses: ./.github/actions/run-failure-log

Run_sanitizer:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
OS: ubuntu_22.04
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
Coverity-analysis:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g
Expand Down

0 comments on commit d25c2d7

Please sign in to comment.