ohsewon / test

0 stars 0 forks source link

[ISSUE][CLOSED] [CI/ctest] Manage a reasonable time of ctest while running pdebuild #284

Closed ohsewon closed 5 years ago

ohsewon commented 5 years ago

Issue by geunsik-lim Monday Jul 16, 2018 at 05:09 GMT Originally opened as https://github.sec.samsung.net/STAR/nnstreamer/issues/284


From now on, we need to manage reasonable time of ctest while running pdebuild to generate ubuntu package (e.g., *.deb). As we all know, the exeuction time of ctest will be continually increased.

$pdebuild
 ........... OMISSION ...............
[100%] Built target testtensors
make[2]: Leaving directory '/var/www/temp-archive/nnstreamer/build'
/usr/bin/cmake -E cmake_progress_start /var/www/temp-archive/nnstreamer/build/CMakeFiles 0
make[1]: Leaving directory '/var/www/temp-archive/nnstreamer/build'
   dh_auto_test -O--buildsystem=cmake -O--builddirectory=build
        make -j1 test ARGS\+=-j1
make[1]: Entering directory '/var/www/temp-archive/nnstreamer/build'
Running tests...
/usr/bin/ctest --force-new-ctest-process -j1
Test project /var/www/temp-archive/nnstreamer/build
    Start 1: unit_test

 ........... OMISSION ...............

There are two issues as following: sub-issue 1. -j1 ?? sub-issue 2. how to probe too long build time???

@sewon-oh , Please take a look at this.!!!!