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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]