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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1df8f9f4d7 [skip ci][CI] Update github tvmbot (#17675)
1df8f9f4d7 is described below

commit 1df8f9f4d7cf28b679c0d16931dbefbb34c7fc6c
Author: Tianqi Chen <[email protected]>
AuthorDate: Mon Feb 24 21:23:43 2025 -0500

    [skip ci][CI] Update github tvmbot (#17675)
    
    This PR updates github tvmbot to remove the stale pipeline checks.
---
 ci/scripts/github/github_tvmbot.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ci/scripts/github/github_tvmbot.py 
b/ci/scripts/github/github_tvmbot.py
index a1fa1bb138..47f1e699a7 100755
--- a/ci/scripts/github/github_tvmbot.py
+++ b/ci/scripts/github/github_tvmbot.py
@@ -532,16 +532,12 @@ class PR:
     def rerun_jenkins_ci(self) -> None:
         job_names = [
             "tvm-arm",
-            "tvm-cortexm",
             "tvm-cpu",
             "tvm-docker",
             "tvm-gpu",
             "tvm-hexagon",
             "tvm-i386",
             "tvm-lint",
-            "tvm-minimal",
-            "tvm-minimal-cross-isa",
-            "tvm-riscv",
             "tvm-wasm",
             "tvm-unity",
         ]

Reply via email to