Branch: refs/heads/master
Home: https://github.com/Linaro/odp
Commit: 8c72eb46fb1ee47340ffc7af322215fb78894b37
https://github.com/Linaro/odp/commit/8c72eb46fb1ee47340ffc7af322215fb78894b37
Author: Petri Savolainen <[email protected]>
Date: 2018-10-22 (Mon, 22 Oct 2018)
Changed paths:
M scripts/ci/build.sh
Log Message:
-----------
travis: build ODP on multiple threads
Build ODP on multiple threads with 'make -j $(nproc)'.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 3cae562cf7e11f87d00c19f96b7b29f98a8dddc3
https://github.com/Linaro/odp/commit/3cae562cf7e11f87d00c19f96b7b29f98a8dddc3
Author: Petri Savolainen <[email protected]>
Date: 2018-10-22 (Mon, 22 Oct 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: add test cases for optional schedulers
Added separate tests for schedulers, so that those can be
executed in parallel. Schedulers are tested with default
compiler flags. Previously, optional schedulers were tested
only without compiler optimizations (-O0) in coverage test.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: b6f8955f3f70a5e09bdd86c408373c0b8caeb3eb
https://github.com/Linaro/odp/commit/b6f8955f3f70a5e09bdd86c408373c0b8caeb3eb
Author: Petri Savolainen <[email protected]>
Date: 2018-10-22 (Mon, 22 Oct 2018)
Changed paths:
M .travis.yml
M scripts/ci/distcheck.sh
Log Message:
-----------
travis: split distcheck test
Distcheck test takes over 20 minutes. Split it into two test
cases, so that those can run in parallel.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 4443213d11e3d9feeecb6d2f5b3bad80d8d73c4b
https://github.com/Linaro/odp/commit/4443213d11e3d9feeecb6d2f5b3bad80d8d73c4b
Author: Petri Savolainen <[email protected]>
Date: 2018-10-22 (Mon, 22 Oct 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: clean process mode test script
Removed extra environment variable. Use default configure.
Explicitly use ubuntu 16.04 as other tests under jobs.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 1aca253a08ee916a66486bb6eca05cfc4567e38f
https://github.com/Linaro/odp/commit/1aca253a08ee916a66486bb6eca05cfc4567e38f
Author: Petri Savolainen <[email protected]>
Date: 2018-10-22 (Mon, 22 Oct 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: explicit build only tests
Use new BUILD_ONLY variable to select test cases that are
built only, and not checked with 'make check'. This enables
to mark some x86_64 test cases to "build only".
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: c5ee737dca5375e2f9fab38ffc768223b2d9eb64
https://github.com/Linaro/odp/commit/c5ee737dca5375e2f9fab38ffc768223b2d9eb64
Author: Petri Savolainen <[email protected]>
Date: 2018-10-22 (Mon, 22 Oct 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: change pcapng test to build only
Pcapng does not have specific validation tests, so running
'make check' on it is not important. Change it to a build
only test to save travis execution time.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 8f9f3784b900297f555f3a17d5ce47584846c77c
https://github.com/Linaro/odp/commit/8f9f3784b900297f555f3a17d5ce47584846c77c
Author: Petri Savolainen <[email protected]>
Date: 2018-10-22 (Mon, 22 Oct 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: exclude duplicate tests
arm64/i386 with GCC build tests are excluded from the matrix
as those are executed in the first phase.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 3f3997ff3af3f85c4ce150f41c9d95b7fd9e9f57
https://github.com/Linaro/odp/commit/3f3997ff3af3f85c4ce150f41c9d95b7fd9e9f57
Author: Petri Savolainen <[email protected]>
Date: 2018-10-22 (Mon, 22 Oct 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: start coverage test early
Coverage test takes a long time. Start it early, so that other
jobs run in parallel with it.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: bf5c002a2d9549fa0120d03588684096145f9fcc
https://github.com/Linaro/odp/commit/bf5c002a2d9549fa0120d03588684096145f9fcc
Author: Petri Savolainen <[email protected]>
Date: 2018-10-22 (Mon, 22 Oct 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: explicit netmap test cases
Build, install and test with netmap only on couple of test
cases. This saves travis test time and validates that ODP
passes tests also without netmap (on x86).
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 0e53dabacd38643eb17834b15b5ae8e459700a4f
https://github.com/Linaro/odp/commit/0e53dabacd38643eb17834b15b5ae8e459700a4f
Author: Petri Savolainen <[email protected]>
Date: 2018-10-22 (Mon, 22 Oct 2018)
Changed paths:
M .travis.yml
Log Message:
-----------
travis: run all test with gcc first
Change build matrix format from N x 2 to 2 x N. Run first all
tests with GCC, then with clang.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/044cae351a1e...0e53dabacd38
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.