[Cherry-Pick][CI] Sync develop fix and optimizations to 2.4(#6975) (#7066)

* [Cherry-Pick][CI] Sync develop fix and optimizations to 2.4(#6975)
This commit is contained in:
YuBaoku
2026-03-29 21:57:29 +08:00
committed by GitHub
parent 936c3a05e0
commit 5ac7a6a51e
21 changed files with 206 additions and 42 deletions
+13 -1
View File
@@ -27,10 +27,22 @@ on:
required: false
type: string
default: ""
secrets:
github-token:
required: true
jobs:
check_bypass:
uses: ./.github/workflows/check-bypass.yml
secrets:
github-token: ${{ secrets.github-token }}
with:
workflow-name: stable_test
stable_tests:
runs-on: [self-hosted, GPU-h1z1-2Cards]
runs-on: [self-hosted, GPU-h20-2Cards]
needs: check_bypass
if: ${{ inputs.FASTDEPLOY_WHEEL_URL != '' && needs.check_bypass.outputs.can-skip != 'true' }}
timeout-minutes: 60
steps:
- name: Code Prepare