mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-05-07 16:08:58 +08:00
[CI] Enable custom_device_check in CI rerun (#5786)
* [CI] Enable custom_device_check in CI rerun
This commit is contained in:
@@ -11,7 +11,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
clone:
|
||||
name: FD-Clone-Linux
|
||||
name: FD-Clone-Linux-ILUVATAR
|
||||
uses: ./.github/workflows/_clone_linux.yml
|
||||
|
||||
iluvatar_test:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user