mxnet icon indicating copy to clipboard operation
mxnet copied to clipboard

[DO NOT MERGE]Adds memory leak check to CI

Open access2rohit opened this issue 4 years ago • 1 comments

Description

Adds valgrind memory leak check to CI

Checklist

Essentials

  • [x] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc)
  • [ ] Changes are complete (i.e. I finished coding on this PR)
  • [x] All changes have test coverage
  • [x] Code is well-documented

access2rohit avatar Apr 12 '21 23:04 access2rohit

Hey @access2rohit , 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: [centos-gpu, windows-cpu, centos-cpu, unix-gpu, website, edge, windows-gpu, clang, sanity, miscellaneous, unix-cpu]


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.

mxnet-bot avatar Apr 12 '21 23:04 mxnet-bot