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 2021/11/25 16:45:59 UTC

[GitHub] [tvm] leandron opened a new issue #9591: [CI Problem] Crashing with `No such property: docker_type for class: groovy.lang.Binding`

leandron opened a new issue #9591:
URL: https://github.com/apache/tvm/issues/9591


   CI is crashing with `No such property: docker_type for class: groovy.lang.Binding` message, due to #9556. The potential fix is #9588.
   
   There is a process issue here, because we can't _just merge_ the fix, as it is never going to pass CI, given it is a fix for CI.
   
   We need some help from @tqchen @jroesch @areusch to see how to proceed in this situation, and the implications of just manually `git push` into `main`. Can you please help?
   
   cc @manupa-arm @Mousius @grant-arm 


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



[GitHub] [tvm] junrushao1994 commented on issue #9591: [CI Problem] Crashing with `No such property: docker_type for class: groovy.lang.Binding`

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


   Currently TVM DevOps procedure is mostly implicitly specified by convention, and ideally it would probably be desirable to have some explicit documentation on the guidelines


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



[GitHub] [tvm] leandron commented on issue #9591: [CI Problem] Crashing with `No such property: docker_type for class: groovy.lang.Binding`

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


   > 
   
   Oh I didn't know we don't have access to manually push to main. So I guess you have set the Jenkins configuration in the job to trust certain users and the current job on #9592 is running with the actual proposed Jenkinsfile?
   
   So, given that, we just need for CI to complete and then merge that fix?


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



[GitHub] [tvm] leandron edited a comment on issue #9591: [CI Problem] Crashing with `No such property: docker_type for class: groovy.lang.Binding`

Posted by GitBox <gi...@apache.org>.
leandron edited a comment on issue #9591:
URL: https://github.com/apache/tvm/issues/9591#issuecomment-979427195


   > noticed this as well. Note that unfortunately we all do not have perm to push to main(all committers have the same access perm). We will need to figure out a way, perhaps change jenkins policy temporarily to trust Jenkinsfile from PR from certain users
   
   Oh I didn't know we don't have access to manually push to main. So I guess you have set the Jenkins configuration in the job to trust certain users and the current job on #9592 is running with the actual proposed Jenkinsfile?
   
   So, given that, we just need for CI to complete and then merge that fix?
   
   


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



[GitHub] [tvm] tqchen commented on issue #9591: [CI Problem] Crashing with `No such property: docker_type for class: groovy.lang.Binding`

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


    #9592 


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



[GitHub] [tvm] tqchen commented on issue #9591: [CI Problem] Crashing with `No such property: docker_type for class: groovy.lang.Binding`

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


   Background: right now the pipeline policy only takes effect after the file is merged into main(to tighten up control), as a result, changes to Jenkinsfile would require a push to ci-docker-staging first


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



[GitHub] [tvm] tqchen closed issue #9591: [CI Problem] Crashing with `No such property: docker_type for class: groovy.lang.Binding`

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #9591:
URL: https://github.com/apache/tvm/issues/9591


   


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



[GitHub] [tvm] tqchen commented on issue #9591: [CI Problem] Crashing with `No such property: docker_type for class: groovy.lang.Binding`

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


   noticed this as well. Note that unfortunately we all do not have perm to force push to main. We will need to figure out a way, perhaps change jenkins policy temporarily to trust Jenkinsfile from PR from certain users


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



[GitHub] [tvm] tqchen edited a comment on issue #9591: [CI Problem] Crashing with `No such property: docker_type for class: groovy.lang.Binding`

Posted by GitBox <gi...@apache.org>.
tqchen edited a comment on issue #9591:
URL: https://github.com/apache/tvm/issues/9591#issuecomment-979409747


   noticed this as well. Note that unfortunately we all do not have perm to push to main(all committers have the same access perm). We will need to figure out a way, perhaps change jenkins policy temporarily to trust Jenkinsfile from PR from certain users


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