[CI] Enable custom_device_check in CI rerun (#5786)

* [CI] Enable custom_device_check in CI rerun
This commit is contained in:
YuBaoku
2025-12-26 14:09:16 +08:00
committed by GitHub
parent 7b6cc11952
commit 8808dd1fed
2 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ concurrency:
jobs:
clone:
name: FD-Clone-Linux
name: FD-Clone-Linux-ILUVATAR
uses: ./.github/workflows/_clone_linux.yml
iluvatar_test:
+21 -1
View File
@@ -44,7 +44,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
JOB_NAME: 'CI_ILUVATAR'
JOB_NAME: 'Run iluvatar Tests / run_iluvatar_cases'
- name: Rerun CI_XPU
if: ${{ contains(github.event.comment.body, 'ci_xpu') }}
@@ -56,6 +56,26 @@ jobs:
REPO: ${{ github.event.repository.name }}
JOB_NAME: 'CI_XPU'
- name: Rerun CI_HPU
if: ${{ contains(github.event.comment.body, 'ci_hpu') }}
uses: ./.github/actions/rerun-workflow
with:
PR_ID: ${{ github.event.issue.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
JOB_NAME: 'CI_HPU'
- name: Rerun CI_METAX
if: ${{ contains(github.event.comment.body, 'ci_metax') }}
uses: ./.github/actions/rerun-workflow
with:
PR_ID: ${{ github.event.issue.number }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
JOB_NAME: 'Trigger Jenkins for PR'
- name: Rerun Check PR Template
if: ${{ contains(github.event.comment.body, 'check_pr_template') }}
uses: ./.github/actions/rerun-workflow