This is an automated email from the ASF dual-hosted git repository.
mshr 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 0291afa2ca [CI] Remove unity from tvm-bot (#18780)
0291afa2ca is described below
commit 0291afa2ca834b761819d01515cfc891b0ca64c7
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Sun Feb 15 22:35:06 2026 +0900
[CI] Remove unity from tvm-bot (#18780)
Follow-up for #18755
tvm-bot rerun fails due to remaining tvm-unity
https://github.com/apache/tvm/pull/18775#issuecomment-3904314624
---
ci/scripts/github/github_tvmbot.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/ci/scripts/github/github_tvmbot.py
b/ci/scripts/github/github_tvmbot.py
index b7ba6e0495..bf002bf1de 100755
--- a/ci/scripts/github/github_tvmbot.py
+++ b/ci/scripts/github/github_tvmbot.py
@@ -537,7 +537,6 @@ class PR:
"tvm-gpu",
"tvm-lint",
"tvm-wasm",
- "tvm-unity",
]
for name in job_names:
url = JENKINS_URL +
f"job/{name}/job/PR-{self.number}/buildWithParameters"