-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[Nightly test] v1.3.x failing with missing cmake #13800
Comments
Hey, this is the MXNet Label Bot. |
@TaoLv Do you think this could be related to the latest MKL updates? |
Do you mean the v1.3.x branch? I notice the last commit on it is more than 1 month ago. |
With v1.3.x branch, I don't think command line like |
Thanks for the reply :) |
Yes, from that PR, we have MKL-DNN default on master branch. It definitely should not impact branch v1.3.x. So I guess the source code you built was not that one you checked out from v1.3.x. |
Thank you for submitting the issue! I'm labeling it so the MXNet community members can help resolve it. @mxnet-label-bot add [CI] |
@jlcontreras Is the problem still there? Could you double check the code base used for
apache/tvm@0f053c8 is used on the master branch while on v1.3.x it's apache/tvm@90db723 . |
Yes, the problem still persists. I'll update this issue with any progress made. Thanks for the info about the submodule update! |
Found why we are checking out the wrong version of tvm. The InstallationGuide step in CI executes the commands from docs/install/index.md . One of the steps there is the following:
So we are actually testing master, even from this v1.3.x job. |
@jlcontreras issue resolved? |
@TaoLv not yet. The issue seems to come from the following command:
It seems we are testing whether the v1.3.x documentation has the instructions to compile the master branch. I guess there must have been some changes in the dependencies on master, which have updated the documentation (therefore the master build passes). We need to figure out a way to test the documentation instructions against the code in branch in which those instructions reside. |
@jlcontreras I see a PR merged that seems to have fixed this issue. |
@piyushghai should be fine to close ^^ |
Close this issue for now. Please feel free to reopen it if you are facing more problems with it. |
The step InstallationGuide:GPU is failing in the nightly tests due to missing cmake. The problems started on Jan 3rd.
Example case:
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/NightlyTests/detail/v1.3.x/146/pipeline
The text was updated successfully, but these errors were encountered: