-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[CI][v1.6.x] Fix failing CI pipelines #18597
[CI][v1.6.x] Fix failing CI pipelines #18597
Conversation
…ntime_functions.sh
Hey @ChaiBapchya , Thanks for submitting the PR
CI supported jobs: [unix-cpu, sanity, website, centos-gpu, unix-gpu, miscellaneous, centos-cpu, edge, windows-cpu, windows-gpu, clang] Note: |
…st in runtime_functions.sh" This reverts commit de173b0.
…line (apache#18560)" This reverts commit d271348.
* Fix quantized concat when inputs are mixed int8 and uint8 Change-Id: I4da04bf4502425134a466823fb5f73da2d7a419b * skip flaky test * trigger ci
@josephevans @leezu
in the function |
Surprisingly, after triggering empty commit sanity passed. |
@mxnet-bot run ci [website] |
Jenkins CI successfully triggered : [website] |
http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/edge/branches/PR-18597/runs/2/nodes/43/log/?start=0
@waytrue17 @leezu @mseth10 any idea about this jetson build? |
* update dockerfile for jetson * add toolchain files * update build_jetson function * update ubuntu_julia.sh * update FindCUDAToolkit.cmake * Update centos7_python.sh * revert changes on ubuntu_julia.sh * disable TVM for gpu build * Disable TVM_OP on GPU builds Co-authored-by: Wei Chu <weichu@amazon.com> Co-authored-by: Leonard Lausen <leonard@lausen.nl>
22aa3d6
to
ad3714f
Compare
For edge pipeline, Jetson build, it fails while building binary distribution wheel
However, in the docker container, in one of the previous steps, we do install setuptools, as confirmed
|
You could investigate where bdist is called to debug the error. Actually you could also delete the bdist step as the built wheel is discarded anyways and we don't need to test copying libmxnet.so into a zip file in the Jetson pipeline. (I don't think it's done in master) |
It seems to be used in all the current branches |
Found the root-cause of this issue
All |
ed651cd
to
5936afb
Compare
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
@leezu @sandeep-krishnamurthy @PatricZhao @szha |
@mxnet-label-bot add [pr-awaiting-review] |
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 for fixing 1.6 pipeline.
Thank you @ChaiBapchya |
Thanks you @ChaiBapchya for the prompt fix, I will rebase my PR #18632. |
Previous PR #18560 cherry-picked the PR #18339 which fixed edge pipeline in 1.7.x
However, the cherry-pick didn't fix edge pipeline & ended up breaking unix-gpu pipeline for 1.6.x
This got merged because it triggered only sanity pipeline [& not other pipelines].
This PR thus reverts erroneous additions of the previous commit that got merged. Additionally, this PR fixes the edge pipeline. So that 1.6.x branch becomes all GREEN.