Skip to content

Commit

Permalink
github_ci: add odp_icache_perf in two build jobs
Browse files Browse the repository at this point in the history
Add --enable-icache-perf-test in one x86 and one Arm job configuration
to include the perf test in CI without slowing the CI too much.

Signed-off-by: Janne Peltonen <janne.peltonen@nokia.com>
Reviewed-by: Matias Elo <matias.elo@nokia.com>
  • Loading branch information
JannePeltonen authored and MatiasElo committed Aug 28, 2024
1 parent cd9b0dc commit d74b491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
'CFLAGS=-pedantic',
'--enable-lto',
'--enable-lto --enable-abi-compat',
'--enable-pcapng-support']
'--enable-pcapng-support --enable-icache-perf-test']
steps:
- uses: OpenDataPlane/action-clean-up@main
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
'CFLAGS=-pedantic',
'--enable-lto',
'--enable-lto --enable-abi-compat',
'--enable-pcapng-support']
'--enable-pcapng-support --enable-icache-perf-test']
steps:
- uses: actions/checkout@v4
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC=gcc
Expand Down

0 comments on commit d74b491

Please sign in to comment.