driazati opened a new pull request #10778:
URL: https://github.com/apache/tvm/pull/10778


   This is step 1 of 2 to fix the issue where Jenkins schedules a PR rebuild on 
non-code changes like editing the title. When the title is changed, GitHub 
sends an `pull_request` webhook to GitHub. Jenkins would ordinarily look at the 
webhook, query the PR and checks if the commit hash for the build has already 
been built. However, since we have it set in the Jenkins job to merge with main 
before this check occurs, the commit hash is different nearly every time. 
Disabling that setting fixes the issue, but we still need to merge the code 
with `main` to ensure that the build is valid if it completes successfully.
   
   Thanks for contributing to TVM!   Please refer to guideline 
https://tvm.apache.org/docs/contribute/ for useful information and tips. After 
the pull request is submitted, please request code reviews from 
[Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers)
 by @ them in the pull request thread.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to