aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-07-06 17:31:59 +0300
committerMatias Elo <matias.elo@nokia.com>2023-01-18 10:12:09 +0200
commite42a3a737937782a2f389ce8e8578adedb066fb3 (patch)
treec3f61fb38be20ed1a9384ea331705f26827551df /.github
parent2e230cfc92a17bdf72a359addaa31ebfc25d2cb1 (diff)
github_ci: add tests for event validation
Add tests for event validation warning mode. Abort mode is tested in '--enable-debug=full' tests. 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.yml3
-rw-r--r--.github/workflows/ci-pipeline.yml3
2 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci-pipeline-arm64.yml b/.github/workflows/ci-pipeline-arm64.yml
index 33ac5c65c..31747b784 100644
--- a/.github/workflows/ci-pipeline-arm64.yml
+++ b/.github/workflows/ci-pipeline-arm64.yml
@@ -147,7 +147,8 @@ jobs:
cc: [gcc, clang]
conf: ['', '--enable-abi-compat', '--enable-deprecated --enable-helper-deprecated --enable-debug=full',
'--enable-dpdk-zero-copy --disable-static-applications',
- '--disable-host-optimization', '--disable-host-optimization --enable-abi-compat',
+ '--disable-host-optimization --enable-event-validation=warn',
+ '--disable-host-optimization --enable-abi-compat',
'--without-openssl --without-pcap', '--with-crypto=armv8crypto', '--with-crypto=ipsecmb']
steps:
- uses: AutoModality/action-clean@v1.1.0
diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml
index 8b6a762a9..833ed92ce 100644
--- a/.github/workflows/ci-pipeline.yml
+++ b/.github/workflows/ci-pipeline.yml
@@ -334,7 +334,8 @@ jobs:
cc: [gcc, clang]
conf: ['', '--enable-abi-compat', '--enable-deprecated --enable-helper-deprecated --enable-debug=full',
'--enable-dpdk-zero-copy --disable-static-applications',
- '--disable-host-optimization', '--disable-host-optimization --enable-abi-compat',
+ '--disable-host-optimization --enable-event-validation=warn',
+ '--disable-host-optimization --enable-abi-compat',
'--without-openssl --without-pcap']
steps:
- uses: actions/checkout@v3