You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/11/15 18:37:25 UTC

[GitHub] [tvm] driazati commented on a diff in pull request #13366: [ci] fix GPU other build

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


##########
ci/jenkins/Build.groovy.j2:
##########
@@ -93,9 +93,9 @@ stage('Build') {
     {{ m.upload_artifacts(tag='gpu', filenames=tvm_multilib, folders=microtvm_template_projects) }}
 
     // compiler test
-    sh "${docker_run} --no-gpu ${ci_gpu} ./tests/scripts/task_config_build_gpu_other.sh build2"
-    make("${ci_gpu} --no-gpu", 'build2', '-j2')
-    {{ m.upload_artifacts(tag='gpu2', filenames=tvm_multilib) }}
+    sh "${docker_run} --no-gpu ${ci_gpu} ./tests/scripts/task_clean.sh build",

Review Comment:
   I think the very unhelpful Jenkins error [here](https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/fix_gpu_other_build/1/pipeline/#step-377-log-77) is actually complaining about this comma
   ```suggestion
       sh "${docker_run} --no-gpu ${ci_gpu} ./tests/scripts/task_clean.sh build"
   ```



-- 
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-unsubscribe@tvm.apache.org

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