aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-11-26 14:15:08 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2020-11-27 12:56:48 +0200
commit11d3762e092a2e5de4a70fa54437c0b1895e00c2 (patch)
tree790b4ce79e57204d0133444b0693fd8415f9b590 /scripts/ci
parenteaff273fea992edd2afef17e9f16a53e0fc74bc6 (diff)
ci: decrease coverage test duration
Decrease coverage test duration by running only validation tests for the sp scheduler. A full 'make check' is run for the sp scheduler in a separate CI job. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'scripts/ci')
-rwxr-xr-xscripts/ci/coverage.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/ci/coverage.sh b/scripts/ci/coverage.sh
index bffc85854..e413c28fb 100755
--- a/scripts/ci/coverage.sh
+++ b/scripts/ci/coverage.sh
@@ -18,4 +18,9 @@ make -j $(nproc)
export CI="true"
ODP_SCHEDULER=basic make check
+
+# Run only validation tests for the sp scheduler
+pushd ./test/validation/api/
ODP_SCHEDULER=sp make check
+popd
+