aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-05-09 15:12:44 +0300
committerMatias Elo <matias.elo@nokia.com>2022-05-25 10:58:00 +0300
commit27c4cc3d7b47929085ad6be26406e9756db7a01f (patch)
tree82cebdec4ecebccf9fb4030def3bb282fdff6df4 /.github
parente0293ad77c3b6888c8c4c6232b82ce66ef44ecca (diff)
github_ci: fix dpdk 21.11 test repository
Use correct repository for DPDK 21.11 test. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-pipeline-arm64.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-pipeline-arm64.yml b/.github/workflows/ci-pipeline-arm64.yml
index 3f939a4bb..b76fee6ff 100644
--- a/.github/workflows/ci-pipeline-arm64.yml
+++ b/.github/workflows/ci-pipeline-arm64.yml
@@ -191,7 +191,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:
- if: ${{ github.repository == 'OpenDataPlane/odp' }}
+ if: ${{ github.repository == 'OpenDataPlane/odp-dpdk' }}
runs-on: [self-hosted, ARM64]
env:
OS: ubuntu_20.04