You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/11/25 18:39:59 UTC

[tvm] branch ci-docker-staging updated: Hotfix jenkins

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/ci-docker-staging by this push:
     new aeaa5d3  Hotfix jenkins
aeaa5d3 is described below

commit aeaa5d3b875d4a3988659f4fffd8c85805aee8b7
Author: tqchen <tq...@gmail.com>
AuthorDate: Thu Nov 25 13:38:09 2021 -0500

    Hotfix jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0b7d585..2b9d364 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -531,7 +531,7 @@ stage('Integration Test') {
           timeout(time: max_time, unit: 'MINUTES') {
             ci_setup(ci_cpu)
             sh (
-              script: "${docker_run} ${ci_gpu} ./tests/scripts/task_python_frontend.sh",
+              script: "${docker_run} ${ci_cpu} ./tests/scripts/task_python_frontend.sh",
               label: "Run Python frontend tests",
             )
             junit "build/pytest-results/*.xml"