From 8808dd1fed855ebf924454112cc3f5dad3d98564 Mon Sep 17 00:00:00 2001 From: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com> Date: Fri, 26 Dec 2025 14:09:16 +0800 Subject: [PATCH] [CI] Enable custom_device_check in CI rerun (#5786) * [CI] Enable custom_device_check in CI rerun --- .github/workflows/ci_iluvatar.yml | 2 +- .github/workflows/rerun.yml | 22 +++++++++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_iluvatar.yml b/.github/workflows/ci_iluvatar.yml index b3bab67e29..39a0494cb0 100644 --- a/.github/workflows/ci_iluvatar.yml +++ b/.github/workflows/ci_iluvatar.yml @@ -11,7 +11,7 @@ concurrency: jobs: clone: - name: FD-Clone-Linux + name: FD-Clone-Linux-ILUVATAR uses: ./.github/workflows/_clone_linux.yml iluvatar_test: diff --git a/.github/workflows/rerun.yml b/.github/workflows/rerun.yml index d1d8218ce9..58ffd9b2f6 100644 --- a/.github/workflows/rerun.yml +++ b/.github/workflows/rerun.yml @@ -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