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

driazati pushed a commit to branch ci_platform
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit cbcf9689a0f5e8bf1092558a21e4b45b431c6088
Author: driazati <driaz...@users.noreply.github.com>
AuthorDate: Mon Apr 24 13:05:56 2023 -0700

    fix bad reference to ci_cortexm
---
 ci/jenkins/generated/riscv_jenkinsfile.groovy    | 6 +++---
 ci/jenkins/templates/riscv_jenkinsfile.groovy.j2 | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ci/jenkins/generated/riscv_jenkinsfile.groovy 
b/ci/jenkins/generated/riscv_jenkinsfile.groovy
index 176c7b6297..9fa884554a 100644
--- a/ci/jenkins/generated/riscv_jenkinsfile.groovy
+++ b/ci/jenkins/generated/riscv_jenkinsfile.groovy
@@ -60,7 +60,7 @@
 // 'python3 jenkins/generate.py'
 // Note: This timestamp is here to ensure that updates to the Jenkinsfile are
 // always rebased on main before merging:
-// Generated at 2023-04-24T11:43:39.850644
+// Generated at 2023-04-24T13:05:44.338831
 
 import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
 // These are set at runtime from data in ci/jenkins/docker-images.yml, update
@@ -609,8 +609,8 @@ def 
shard_run_test_RISC_V_1_of_1(node_type='CPU-SMALL-SPOT', on_demand=false) {
                 )
 
               ci_setup(ci_riscv)
-              cpp_unittest(ci_cortexm)
-              micro_cpp_unittest(ci_cortexm)
+              cpp_unittest(ci_riscv)
+              micro_cpp_unittest(ci_riscv)
               sh (
                 script: "${docker_run} ${ci_riscv} 
./tests/scripts/task_riscv_microtvm.sh",
                 label: 'Run microTVM tests',
diff --git a/ci/jenkins/templates/riscv_jenkinsfile.groovy.j2 
b/ci/jenkins/templates/riscv_jenkinsfile.groovy.j2
index 6f9c31141c..8ad5a1a10d 100644
--- a/ci/jenkins/templates/riscv_jenkinsfile.groovy.j2
+++ b/ci/jenkins/templates/riscv_jenkinsfile.groovy.j2
@@ -51,8 +51,8 @@
   {{ m.download_artifacts(tag='riscv') }}
   ci_setup(ci_riscv)
   {% if shard_index == 1%}
-  cpp_unittest(ci_cortexm)
-  micro_cpp_unittest(ci_cortexm)
+  cpp_unittest(ci_riscv)
+  micro_cpp_unittest(ci_riscv)
   {% endif %}
   sh (
     script: "${docker_run} ${ci_riscv} ./tests/scripts/task_riscv_microtvm.sh",

Reply via email to