driazati commented on code in PR #13902:
URL: https://github.com/apache/tvm/pull/13902#discussion_r1094983292


##########
tests/scripts/task_convert_scripts_to_python.sh:
##########
@@ -17,6 +17,9 @@
 # under the License.
 set -euxo pipefail
 
+# SKIP: DO NOT UPSTREAM TO MAIN
+exit 0

Review Comment:
   Can you move this logic into the Jenkins scripts themselves before any 
`node(...)` calls are made? Doing it here still allocates machines, runs the 
docker setup, etc. which is not that much but expensive to end up doing nothing



-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to