Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8afc1d

Browse files
committed
MAINT: Stop testing on ppc64le.
The machine is usually missing, so tests are often reporting a failure. I'm tired of seeing tests without a green checkmark just because of that.
1 parent 97d1d31 commit a8afc1d

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.travis.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,18 @@ cache:
2626

2727
jobs:
2828
include:
29-
- python: "3.9"
30-
os: linux
31-
arch: ppc64le
32-
env:
33-
# use OpenBLAS build, not system ATLAS
34-
- DOWNLOAD_OPENBLAS=1
35-
# - NPY_USE_BLAS_ILP64=1 # the openblas build fails
36-
- ATLAS=None
37-
# VSX4 still not supported by ubuntu/gcc-11
38-
- EXPECT_CPU_FEATURES="VSX VSX2 VSX3"
29+
# The ppc64le for these tests is usually missing, resulting in
30+
# test failure most of the time. Let's not do that.
31+
# - python: "3.9"
32+
# os: linux
33+
# arch: ppc64le
34+
# env:
35+
# # use OpenBLAS build, not system ATLAS
36+
# - DOWNLOAD_OPENBLAS=1
37+
# # - NPY_USE_BLAS_ILP64=1 # the openblas build fails
38+
# - ATLAS=None
39+
# # VSX4 still not supported by ubuntu/gcc-11
40+
# - EXPECT_CPU_FEATURES="VSX VSX2 VSX3"
3941

4042
- python: "3.9"
4143
os: linux

0 commit comments

Comments
 (0)