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

[Jenkins] Use 8 and 16 jobs to build for GPU and CPU #254

Merged
merged 2 commits into from
May 8, 2022

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    077093f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. [TEST] Refactor RPC test to isolate runs into a sub-function (apache#…

    …8656)
    
    We kill the rpc server in the del function. When a server
    co-exist with remote resources in the same function scope,
    the destruction order is not determined.
    
    This can cause server to be destructed before the actual remote array.
    As a side effect, it can cause sometime test to timeout due to
    waiting on the socket.
    tqchen authored and apivovarov committed May 8, 2022
    Configuration menu
    Copy the full SHA
    bcfc5c8 View commit details
    Browse the repository at this point in the history