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/06/07 17:47:50 UTC

[GitHub] [tvm] driazati opened a new issue, #11610: [ci][tlcpack] Encode workflow dependencies

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

   Right now in [tlc-pack/ci](https://github.com/tlc-pack/ci/tree/main/.github/workflows) we have:
   1. packer build
   2. terraform plan
   3. terraform apply
   4. jenkins prepare
   5. jenkins deploy
   
   But really these are all dependent, but only 2 -> 3 is enforce but the current workflows.  We should make it so that any change runs through `1 -> 2 -> 3` at least (skipping packer if unchanged) and that running 4 runs 1 -> 2 -> 3 (again skipping unchanged workflows)


-- 
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] areusch commented on issue #11610: [ci][tlcpack] Encode workflow dependencies

Posted by GitBox <gi...@apache.org>.
areusch commented on issue #11610:
URL: https://github.com/apache/tvm/issues/11610#issuecomment-1151754704

   cc @hpanda-naut can you triage?


-- 
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