TEST: v2.4.x + blas variants#377
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Update for numpy 2.4.0From 16/120 failures for 2.3.5, we're now at 6/120 failures, with only emulation failures on linux + aarch64 + OpenBLAS remaining. Notable
Restrictions
# there are some tests that cannot really work in emulation, see e.g. numpy/numpy#20445
{% set tests_to_skip = tests_to_skip + " or Test_ARM_Features" %} # [build_platform != target_platform]
{% set tests_to_skip = tests_to_skip + " or Test_POWER_Features" %} # [build_platform != target_platform]
# test_new_policy reruns part of test suite; including a CPU feature test that fails in emulation
{% set tests_to_skip = tests_to_skip + " or test_new_policy" %} # [build_platform != target_platform]Details
** sum of Segfaults (S), Failures (F), resp. Timeouts (T); out of a total of 120 CI combinations being tested Build logs: linux + aarch64 + openblas: 17 test failures |
|
That looks pretty healthy! |
ba65875 to
15546db
Compare
|
I had forgotten to add testing for |
…6.05.26.15.19.28 Other tools: - conda-build 26.5.0 - rattler-build 0.65.0 - rattler-build-conda-compat 1.4.14
Update for numpy 2.4.6From 6/120 failures for 2.4.0, we're now at 5/120 failures (even though the make-up of those 120 combinations has been reshuffled quite substantially). Notable
Restrictions
- if: build_platform != host_platform
then:
# there are some tests that cannot really work in emulation, see e.g. numpy/numpy#20445
- 'tests_to_skip += " or Test_ARM_Features"'
- 'tests_to_skip += " or Test_POWER_Features"'
# test_new_policy reruns part of test suite; including a CPU feature test that fails in emulation
- 'tests_to_skip += " or test_new_policy"'Details
** sum of Segfaults (S), Failures (F), resp. Timeouts (T); out of a total of 120 CI combinations being tested osx + arm64 + blis: 1 test failure |
Continuing the analysis from #360, #341, #326, #317, #307, #293, #288, #273, #252, #237, #227 & #196. Do not merge.
Though, with being on v1 now, we could now conceivably solve conda/conda-build#3947 and actually run the test suite several times for different blas flavours on
main... 🤔