From 0b37bd77ae1edff121c513fb3ab0973de4210c42 Mon Sep 17 00:00:00 2001 From: Siyuan Feng Date: Thu, 1 Feb 2024 14:05:14 +0800 Subject: [PATCH] [CI] Support tvm-bot rerun for tvm-unity task --- 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 a692340a8e05..a1fa1bb138a7 100755 --- a/ci/scripts/github/github_tvmbot.py +++ b/ci/scripts/github/github_tvmbot.py @@ -543,6 +543,7 @@ def rerun_jenkins_ci(self) -> None: "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"