Mousius commented on a change in pull request #10195:
URL: https://github.com/apache/tvm/pull/10195#discussion_r802506404
##########
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:
(Side note: makes total sense to expect this not to live under `tests`,
it'd be good start moving stuff to a root level `scripts`/`tools`/`stuff`
folder given the variety of scripts we're adding)
--
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]