aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-11-25 10:43:18 +0200
committerMatias Elo <matias.elo@nokia.com>2020-11-26 12:43:01 +0200
commit054622ae95b532839399e1367c0d60af455e2c38 (patch)
treef488573e891e174919bae06b3a3e1d97dc9a5488 /scripts
parenta79f8534cf1e335ee8548b2ea8ebd51c685a99de (diff)
ci: decrease coverage test duration
Decrease coverage test duration from 35min to 20min by running only validation tests for scalable and sp schedulers. A full 'make check' is run for these schedulers 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')
-rwxr-xr-xscripts/ci/coverage.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/ci/coverage.sh b/scripts/ci/coverage.sh
index 334da6889..973f48ad3 100755
--- a/scripts/ci/coverage.sh
+++ b/scripts/ci/coverage.sh
@@ -22,7 +22,11 @@ mount -t hugetlbfs nodev /mnt/huge
export CI="true"
ODP_SCHEDULER=basic make check
-ODP_SCHEDULER=sp make check
+
+# Run only validation tests for scalable and sp schedulers
+pushd ./test/validation/api/
ODP_SCHEDULER=scalable make check
+ODP_SCHEDULER=sp make check
+popd
umount /mnt/huge