aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-03-23 10:48:38 +0200
committerMatias Elo <matias.elo@nokia.com>2022-03-23 10:48:38 +0200
commit0d1e1234858459525ca2ea5cab1d309101ff1b31 (patch)
tree97f85a371250d24213f7a9ea8065230d697e0a42 /.github
parent6c96e7253082bdc5b3a6a6f39a1ced8200a39ee0 (diff)
parent751b1b116c9320914e785f22d2e5f69311c42628 (diff)
Merge tag 'v1.35.0.0' of https://github.com/OpenDataPlane/odp into odp-dpdk
Signed-off-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-pipeline-arm64.yml3
-rw-r--r--.github/workflows/ci-pipeline.yml6
-rw-r--r--.github/workflows/gh-pages.yml1
3 files changed, 7 insertions, 3 deletions
diff --git a/.github/workflows/ci-pipeline-arm64.yml b/.github/workflows/ci-pipeline-arm64.yml
index dd73222aa..6f32208dc 100644
--- a/.github/workflows/ci-pipeline-arm64.yml
+++ b/.github/workflows/ci-pipeline-arm64.yml
@@ -70,7 +70,6 @@ jobs:
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}"
-e CONF="${CONF}" $CONTAINER_NAMESPACE/odp-ci-${OS}-${ARCH}-native /odp/scripts/ci/out_of_tree.sh
-
Run_distcheck:
if: ${{ github.repository == 'OpenDataPlane/odp-dpdk' }}
runs-on: [self-hosted, ARM64]
@@ -88,7 +87,6 @@ jobs:
if: ${{ failure() }}
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:
if: ${{ github.repository == 'OpenDataPlane/odp-dpdk' }}
runs-on: [self-hosted, ARM64]
@@ -126,7 +124,6 @@ jobs:
if: ${{ failure() }}
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:
if: ${{ github.repository == 'OpenDataPlane/odp-dpdk' }}
runs-on: [self-hosted, ARM64]
diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml
index 56dd65fcc..930424c5c 100644
--- a/.github/workflows/ci-pipeline.yml
+++ b/.github/workflows/ci-pipeline.yml
@@ -112,6 +112,12 @@ jobs:
run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${{matrix.cc}}"
-e CONF="${CONF}" $CONTAINER_NAMESPACE/odp-ci-${OS}-${ARCH} /odp/scripts/ci/build_${ARCH}.sh
+ - name: "--with-crypto=armv8crypto"
+ env:
+ CONF: "--with-crypto=armv8crypto"
+ run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${{matrix.cc}}"
+ -e CONF="${CONF}" $CONTAINER_NAMESPACE/odp-ci-${OS}-${ARCH} /odp/scripts/ci/build_${ARCH}.sh
+
- name: Ubuntu 20.04
env:
CONF: "--enable-dpdk-shared"
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 5992c507e..aaf1af72a 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -39,6 +39,7 @@ jobs:
cp users-guide/users-guide.html gh-pages/users-guide/index.html
mkdir gh-pages/process-guide
cp process-guide/*.html gh-pages/process-guide/
+ touch gh-pages/.nojekyll
popd
- name: Deploy