This is an automated email from the ASF dual-hosted git repository.
tqchen 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 00a2c7d325 [CI] Support tvm-bot rerun for tvm-unity task (#16502)
00a2c7d325 is described below
commit 00a2c7d325d7509e2d3573c7856d3666fec52443
Author: Siyuan Feng <[email protected]>
AuthorDate: Fri Feb 2 01:55:30 2024 +0800
[CI] Support tvm-bot rerun for tvm-unity task (#16502)
---
ci/scripts/github/github_tvmbot.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/ci/scripts/github/github_tvmbot.py
b/ci/scripts/github/github_tvmbot.py
index a692340a8e..a1fa1bb138 100755
--- a/ci/scripts/github/github_tvmbot.py
+++ b/ci/scripts/github/github_tvmbot.py
@@ -543,6 +543,7 @@ class PR:
"tvm-minimal-cross-isa",
"tvm-riscv",
"tvm-wasm",
+ "tvm-unity",
]
for name in job_names:
url = JENKINS_URL +
f"job/{name}/job/PR-{self.number}/buildWithParameters"