Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI][AArch64] Skip libgomp failures in integration tests #12554

Merged
merged 1 commit into from
Aug 23, 2022

Commits on Aug 23, 2022

  1. [CI][AArch64] Skip libgomp failures in integration tests

    Some integration tests are failing when running in CI machines that
    have torch installed (validated only in AARch64 for now), with an
    error message related to libgomp, similar to the one above:
    
    OSError: /.../dist-packages/torch/lib/libgomp-d22c30c5.so.1: cannot
    allocate memory in static TLS block
    
    As part of enabling the integration tests in AArch64, I'm marking this
    tests as skipped, so that tests can start executing and don't regress
    while we take time to investigate these specific failures.
    
    Change-Id: Idb1a252d58a196f9a8ac686c20f79df5bdc09d5f
    leandron committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e3be649 View commit details
    Browse the repository at this point in the history