Add lapack-test to EPYC and ThunderX runs

This commit is contained in:
Martin Kroeker 2021-02-14 15:21:37 +01:00 committed by GitHub
parent 9070a56798
commit e403bf561e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,7 @@ steps:
- make -C ctest $COMMON_FLAGS - make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS - make -C utest $COMMON_FLAGS
- make -C cpp_thread_test dgemm_tester - make -C cpp_thread_test dgemm_tester
- make $COMMON_FLAGS lapack-test
--- ---
kind: pipeline kind: pipeline
name: epyc_native_test name: epyc_native_test
@ -190,6 +191,7 @@ steps:
- make -C ctest $COMMON_FLAGS - make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS - make -C utest $COMMON_FLAGS
- make -C cpp_thread_test dgemm_tester - make -C cpp_thread_test dgemm_tester
- make $COMMON_FLAGS lapack-test
--- ---
kind: pipeline kind: pipeline
name: arm64_gcc10 name: arm64_gcc10