aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-07-26 11:38:39 +0300
committerMatias Elo <matias.elo@nokia.com>2022-09-23 09:52:00 +0300
commit3155948e3a0484e6d0ae80fb12485eb594e4d700 (patch)
tree6cc284e42edea574bd34cd77914ce0ba46bf7523 /.github
parent28bbed7ab01c871f17437dccaedb2864915a5109 (diff)
github_ci: upgrade to ubuntu 20.04 runners
Ubuntu 18.04 GitHub hosted runners are being deprecated, so start using Ubuntu 20.04 runners instead. Netmap tag has been updated to support the newer Linux kernel. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-pipeline.yml44
-rw-r--r--.github/workflows/coverity.yml2
2 files changed, 23 insertions, 23 deletions
diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml
index 00fdddb0b..b53ab5ce4 100644
--- a/.github/workflows/ci-pipeline.yml
+++ b/.github/workflows/ci-pipeline.yml
@@ -9,7 +9,7 @@ env:
jobs:
Checkpatch:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
@@ -39,7 +39,7 @@ jobs:
./scripts/ci-checkpatches.sh ${COMMIT_RANGE}
Documentation:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
@@ -62,7 +62,7 @@ jobs:
! fgrep -rq warning ./doxygen.log
Build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
@@ -83,7 +83,7 @@ jobs:
run: find . -name config.log -exec cat {} \;
Build_arm64:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
ARCH: arm64
strategy:
@@ -126,7 +126,7 @@ jobs:
run: find . -name config.log -exec cat {} \;
Build_ppc64el:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
ARCH: ppc64el
strategy:
@@ -142,7 +142,7 @@ jobs:
run: find . -name config.log -exec cat {} \;
Build_i386:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
ARCH: i386
strategy:
@@ -159,7 +159,7 @@ jobs:
run: find . -name config.log -exec cat {} \;
Build_OS:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
@@ -175,7 +175,7 @@ jobs:
run: find . -name config.log -exec cat {} \;
Build_gcc_u20:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
OS: ubuntu_20.04
strategy:
@@ -192,7 +192,7 @@ jobs:
run: find . -name config.log -exec cat {} \;
Build_gcc_u22:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
OS: ubuntu_22.04
strategy:
@@ -209,7 +209,7 @@ jobs:
run: find . -name config.log -exec cat {} \;
Build_out-of-tree:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}"
@@ -219,7 +219,7 @@ jobs:
run: find . -name config.log -exec cat {} \;
Build_linux-generic:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
CONF: "--with-platform=linux-generic"
steps:
@@ -231,7 +231,7 @@ jobs:
run: find . -name config.log -exec cat {} \;
Run_coverage:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}"
@@ -243,7 +243,7 @@ jobs:
uses: codecov/codecov-action@v2
Run_distcheck:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
@@ -258,7 +258,7 @@ jobs:
run: find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
Run:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
@@ -276,7 +276,7 @@ jobs:
run: find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
Run_OS:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
@@ -291,7 +291,7 @@ jobs:
run: find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
Run_sched_config:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
@@ -301,7 +301,7 @@ jobs:
run: find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
Run_scheduler_sp:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
@@ -311,7 +311,7 @@ jobs:
run: find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
Run_process_mode:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
@@ -321,7 +321,7 @@ jobs:
run: find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
Run_alternate_timer:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}" -e ARCH="${ARCH}"
@@ -332,7 +332,7 @@ jobs:
run: find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
Run_dpdk-20_11:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
OS: ubuntu_20.04
steps:
@@ -344,7 +344,7 @@ jobs:
run: find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
Run_dpdk-21_11:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
OS: ubuntu_20.04
steps:
@@ -356,7 +356,7 @@ jobs:
run: find . -name "*.trs" | xargs grep -l '^.test-result. FAIL' | while read trs ; do echo FAILURE detected at $trs; cat ${trs%%.trs}.log ; done
Run_crypto:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
OS: ubuntu_20.04
strategy:
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 32af9a4d6..d62fff0a7 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -12,7 +12,7 @@ env:
jobs:
Coverity-analysis:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g