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/02/09 18:31:30 UTC

[GitHub] [tvm] driazati commented on a change in pull request #10195: [ci] Add more details when showing node info

driazati commented on a change in pull request #10195:
URL: https://github.com/apache/tvm/pull/10195#discussion_r802971996



##########
File path: Jenkinsfile
##########
@@ -93,10 +93,8 @@ def per_exec_ws(folder) {
 def init_git() {
   // Add more info about job node
   sh (
-    script: """
-     echo "INFO: NODE_NAME=${NODE_NAME} EXECUTOR_NUMBER=${EXECUTOR_NUMBER}"
-     """,
-     label: 'Show executor node info',
+    script: './task/scripts/task_show_node_info.sh',

Review comment:
       definitely agree on the re-org, I'll file a follow up to move everything to a new structure in one go




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