mikepapadim commented on a change in pull request #9031:
URL: https://github.com/apache/tvm/pull/9031#discussion_r716012555
##########
File path: Jenkinsfile
##########
@@ -103,23 +104,23 @@ def init_git() {
}
def init_git_win() {
- checkout scm
- retry(5) {
- timeout(time: 2, unit: 'MINUTES') {
- bat 'git submodule update --init -f'
- }
- }
+ checkout scm
Review comment:
I think the issue with these is that the Jenkisfile has been formatted
properly yet and the automatic linters do not check, so format is inconsistent
across the file.
--
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]