-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[v1.x] Rearrange ONNX tests in Nightly CI #20075
Conversation
Hey @waytrue17 , Thanks for submitting the PR
CI supported jobs: [centos-cpu, clang, windows-cpu, sanity, unix-cpu, edge, centos-gpu, website, unix-gpu, windows-gpu, miscellaneous] Note: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
I think we can use pytest.ini for documenting the tags. Here's the one we are using on the master branch but I didn't find it in 1.x. https://github.com/apache/incubator-mxnet/blob/master/pytest.ini |
Added |
@mxnet-bot run ci [unix-cpu, unix-gpu] |
Jenkins CI successfully triggered : [website] |
Jenkins CI successfully triggered : [unix-cpu, unix-gpu, centos-gpu] |
Jenkins CI successfully triggered : [unix-gpu, unix-cpu] |
Description
Rearrange ONNX tests in Nightly CI to reduce test time and fix timeout issue: https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/NightlyTestsForBinaries/detail/v1.x/14/pipeline/103. Added
pytest.ini
to document pytest markersChecklist
Essentials
Changes
Comments