driazati commented on a change in pull request #10778:
URL: https://github.com/apache/tvm/pull/10778#discussion_r837926431



##########
File path: Jenkinsfile
##########
@@ -100,6 +101,23 @@ def init_git() {
     script: './tests/scripts/task_show_node_info.sh',
     label: 'Show executor node info',
   )
+
+  // Determine merge commit to use for all stages
+  sh(
+    script: 'git fetch origin main',
+    label: 'Fetch upstream',
+  )
+  if (upstream_revision == null) {

Review comment:
       Right now it's ok since this should happen during the `Sanity Check` 
stage which gates parallel execution on a sequential job




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


Reply via email to