Browse Source

Revert "CI: add openblas_utest_ext for c910v, mips64 and loongarch64"

revert-4628-CI-c910v-mips64-loongarch64
Martin Kroeker GitHub 2 years ago
parent
commit
c2a3b55716
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions
  1. +0
    -1
      .github/workflows/c910v.yml
  2. +0
    -1
      .github/workflows/loongarch64.yml
  3. +0
    -1
      .github/workflows/mips64.yml

+ 0
- 1
.github/workflows/c910v.yml View File

@@ -84,7 +84,6 @@ jobs:
run: |
export PATH=$GITHUB_WORKSPACE/qemu-install/bin/:$PATH
qemu-riscv64 ./utest/openblas_utest
qemu-riscv64 ./utest/openblas_utest_ext
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./ctest/xscblat1
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./ctest/xdcblat1
OPENBLAS_NUM_THREADS=2 qemu-riscv64 ./ctest/xccblat1


+ 0
- 1
.github/workflows/loongarch64.yml View File

@@ -77,7 +77,6 @@ jobs:
- name: Test
run: |
qemu-loongarch64-static ./utest/openblas_utest
qemu-loongarch64-static ./utest/openblas_utest_ext
OPENBLAS_NUM_THREADS=2 qemu-loongarch64-static ./ctest/xscblat1
OPENBLAS_NUM_THREADS=2 qemu-loongarch64-static ./ctest/xdcblat1
OPENBLAS_NUM_THREADS=2 qemu-loongarch64-static ./ctest/xccblat1


+ 0
- 1
.github/workflows/mips64.yml View File

@@ -80,7 +80,6 @@ jobs:
run: |
export PATH=$GITHUB_WORKSPACE/qemu-install/bin/:$PATH
qemu-mips64el ./utest/openblas_utest
qemu-mips64el ./utest/openblas_utest_ext
OPENBLAS_NUM_THREADS=2 qemu-mips64el ./ctest/xscblat1
OPENBLAS_NUM_THREADS=2 qemu-mips64el ./ctest/xdcblat1
OPENBLAS_NUM_THREADS=2 qemu-mips64el ./ctest/xccblat1


Loading…
Cancel
Save