Skip to content

Commit

Permalink
github_ci: disable coverage test
Browse files Browse the repository at this point in the history
Speed up CI by disabling coverage test (takes over 30 minutes). Also, the
coverage report processing in Codecov has been broken for a while. The test
can be added back once the report processing is fixed.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
  • Loading branch information
MatiasElo committed Aug 10, 2023
1 parent 1106a1d commit 58f9fa2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,18 +300,6 @@ jobs:
if: ${{ failure() }}
run: find . -name config.log -exec cat {} \;

Run_coverage:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: sudo docker run -i -v `pwd`:/odp --privileged --shm-size 8g -e CC="${CC}"
-e CONF="${CONF}" $CONTAINER_NAMESPACE/odp-ci-${OS}-${ARCH} /odp/scripts/ci/coverage.sh
- name: Failure log
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
- name: Upload to Codecov
uses: codecov/codecov-action@v3

Run_distcheck:
runs-on: ubuntu-20.04
strategy:
Expand Down

0 comments on commit 58f9fa2

Please sign in to comment.