Uh oh!
There was an error while loading. Please reload this page.
[CI] Modify Jenkinfile to always display junit report, fix for #8674 - #8757
[CI] Modify Jenkinfile to always display junit report, fix for #8674#8757mikepapadim wants to merge 22 commits into
Conversation
areusch
commented
Aug 16, 2021
thanks @mikepapadim , pushed to https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/ci-docker-staging/144/pipeline with some injected test failures to see how they look! |
areusch
commented
Aug 16, 2021
hmm https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/ci-docker-staging/144/tests don't see any tests |
mikepapadim
commented
Aug 17, 2021
I will check again. An alternative seems to be moving the junit as the following post-stage action: |
areusch
commented
Aug 18, 2021
@mikepapadim I think this might still be busted. can you see if you can run it through a staging jenkins? here's what i am using to test your change |
areusch
commented
Sep 14, 2021
@mikepapadim any update here? |
mikepapadim
commented
Sep 15, 2021
Need to give it a go through CI. I ll update accordingly. |
mikepapadim
commented
Sep 15, 2021
Let's wait for the CI, but now with the post-action per stage, test results should always be registerd. |
areusch
left a comment
There was a problem hiding this comment.
thanks @mikepapadim i think the Jenkinsfile looks good now, just some extra cruft in this one. I pushed to https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/ci-docker-staging/159/pipeline with some injected test failures.
can you remove the cruft and assuming that build looks good (test failures are reported) we can merge?
| Apache TVM is a compiler stack for deep learning systems. It is designed to close the gap between the | ||
| productivity-focused deep learning frameworks, and the performance- and efficiency-focused hardware backends. | ||
| TVM works with deep learning frameworks to provide end to end compilation to different backends. | ||
| ASDADA |
There was a problem hiding this comment.
there are a couple of random changes to .md files in here, can you revert?
mikepapadim
commented
Sep 21, 2021
I will fix them. Thanks for reviewing. Btw if we go forward with #9042 then we might want to wait for this one as it could potentially be much cleaner with a declarive pipeline. |
areusch
commented
Sep 22, 2021
@mikepapadim let's merge this first, then migrate to #9042 separately. it will be more helpful to get test flakiness data sooner rather than later. |
denise-k
commented
Jan 6, 2022
@areusch@mikepapadim any update on this? |
driazati
commented
Jan 6, 2022
With something like #9823 this could also help this be cleaner (since the |
areusch
commented
Mar 24, 2022
closing due to stale PR and I believe this is implemented now |
This is a fix for #8674.
It always displays
junitreports when tests fail.@areusch