Skip to content

Commit acb2cdc

Browse files
authored
Add a timeout and move the utests to the end of the test
1 parent 8afddc1 commit acb2cdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/c910v.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
TEST:
1414
if: "github.repository == 'OpenMathLib/OpenBLAS'"
1515
runs-on: ubuntu-latest
16+
timeout-minutes: 70
1617
env:
1718
xuetie_toolchain: https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1698113812618
1819
toolchain_file_name: Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.8.0-20231018.tar.gz
@@ -84,8 +85,6 @@ jobs:
8485
- name: test
8586
run: |
8687
export PATH=$GITHUB_WORKSPACE/qemu-install/bin/:$PATH
87-
qemu-riscv64 ./utest/openblas_utest
88-
qemu-riscv64 ./utest/openblas_utest_ext
8988
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./ctest/xscblat1
9089
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./ctest/xdcblat1
9190
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./ctest/xccblat1
@@ -125,4 +124,6 @@ jobs:
125124
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./test/sblat3 < ./test/sblat3.dat
126125
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./test/dblat3 < ./test/dblat3.dat
127126
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./test/cblat3 < ./test/cblat3.dat
127+
qemu-riscv64 ./utest/openblas_utest_ext
128+
qemu-riscv64 ./utest/openblas_utest
128129
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./test/zblat3 < ./test/zblat3.dat

0 commit comments

Comments
 (0)