Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Backport CI fixes #17967

Closed
wants to merge 1 commit into from
Closed

Backport CI fixes #17967

wants to merge 1 commit into from

Conversation

leezu
Copy link
Contributor

@leezu leezu commented Apr 3, 2020

Backport #17962

Update Windows CI to use VS 2019 and enable x64 bit toolchain. Previously we are using an older 32 bit toolchain causing OOM errors during linking. Switching to x64 bit toolchain on the older VS version previously used by the CI was attempted in apache#17912 and did not work. Update to Cuda 10.2 as it is required by VS 2019. Switch to ninja-build on Windows to speed up build as ninja-build is now preinstalled. Remove logic to install cmake 3.16 on every PR as cmake 3.17 is now preinstalled. Add build retrials due to cuda thrust + VS2019 flakyness.

Co-authored-by: vexilligera <[email protected]>
@mxnet-bot
Copy link

Hey @leezu , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [website, clang, windows-cpu, edge, centos-gpu, windows-gpu, sanity, unix-gpu, centos-cpu, unix-cpu, miscellaneous]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@leezu leezu changed the base branch from v1.7.x to v1.x April 3, 2020 21:49
@leezu
Copy link
Contributor Author

leezu commented Apr 3, 2020

@leezu
Copy link
Contributor Author

leezu commented Apr 4, 2020

It's not required to backport right now (old version still passes).
Let's reconsider backporting if we run into any Windows toolchain issues.

@leezu leezu closed this Apr 4, 2020
@leezu leezu deleted the fixci17 branch April 4, 2020 01:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants