summaryrefslogtreecommitdiff
path: root/shippable.yml
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2019-07-14 10:52:04 -0600
committerTyler Reddy <tyler.je.reddy@gmail.com>2019-07-14 16:25:45 -0600
commit2b504ea85c485f340bed0808793db1c45c89640a (patch)
treed634127b9db413ef154ab0dedeb4a0e4f8a4bffe /shippable.yml
parent3d4986fe7adb7c16f3c5c903d83a1480803c250e (diff)
downloadnumpy-2b504ea85c485f340bed0808793db1c45c89640a.tar.gz
TST, MAINT: expand OpenBLAS version checking
* add a function to tools/openblas_support.py that may be used to test OpenBLAS version available through NumPy in a manner agnostic to any specific CI service * expand OpenBLAS version checking to include ppc64le and POWER8 CI runs; a separate PR will be provided to bump these versions to 0.3.7.dev * OpenBLAS install was broken on ppc64le Travis CI after migration to tools/openblas_support.py; fixed that * Azure CI config no longer uses a single-line 280-character Python "program" assigned to an environment variable to check OpenBLAS version; instead, it now leverages tools/openblas_support.py to perform the same operation using a conventional Python function
Diffstat (limited to 'shippable.yml')
-rw-r--r--shippable.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml
index 2f4856525..cf09b791d 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -47,6 +47,8 @@ build:
- extra_directories=($SHIPPABLE_REPO_DIR/build/*scripts*)
- extra_path=$(printf "%s:" "${extra_directories[@]}")
- export PATH="${extra_path}${PATH}"
+ # check OpenBLAS version
+ - python tools/openblas_support.py --check_version 0.3.5
# run the test suite
- python runtests.py -- -rsx --junit-xml=$SHIPPABLE_REPO_DIR/shippable/testresults/tests.xml -n 2 --durations=10