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