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 10:22:05 UTC

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

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



##########
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:
       ```suggestion
       script: './tests/scripts/task_show_node_info.sh',
   ```




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