You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/14 19:20:12 UTC

[GitHub] [tvm] driazati opened a new issue, #12097: [ci] Docker builds on `main` aren't triggering

driazati opened a new issue, #12097:
URL: https://github.com/apache/tvm/issues/12097

   When there are changes to `docker/*` CI should rebuild the docker images on branch builds on main. However, these changes aren't being correctly detected, e.g. in https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/3815/pipeline/5#step-32-log-7 it shows no Docker changes. There is a special path for builds on `main` that is not being hit since this part is saying the branch name is `HEAD` and not `main`: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/3815/pipeline/5#step-32-log-3
   
   We need to fix this in order to re-enable Docker builds on main and we should also not run this step that merges to `origin/main` on `main` either: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/3815/pipeline/5#step-14-log-2 (since it could end up merging to a newer main than the one that should be tested). It might be easiest to just have some jenkins variable like `is_branch_build = !env.BRANCH_NAME.startswith("PR-")` and use that everywhere.


-- 
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: commits-unsubscribe@tvm.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] driazati closed issue #12097: [ci] Docker builds on `main` aren't triggering

Posted by GitBox <gi...@apache.org>.
driazati closed issue #12097: [ci] Docker builds on `main` aren't triggering
URL: https://github.com/apache/tvm/issues/12097


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org