[CI] Rename basic CI stage-a/b/c -> base-a/b/c for symmetry with extra CI (#25420)

This commit is contained in:
Liangsheng Yin
2026-05-15 18:26:55 -07:00
committed by GitHub
parent d0c38329b2
commit b7d62bd724
473 changed files with 745 additions and 746 deletions
+9 -9
View File
@@ -23,7 +23,7 @@ on:
required: false
type: string
default: 'false'
skip_stage_health_check:
skip_pr_test_health_check:
required: false
type: boolean
default: false
@@ -35,7 +35,7 @@ env:
SGLANG_CUDA_COREDUMP: "1"
SGLANG_JIT_DEEPGEMM_FAST_WARMUP: true
PR_TEST_BYPASS_MAINTENANCE_ON_MAIN: ${{ github.ref == 'refs/heads/main' && 'true' || 'false' }}
SKIP_STAGE_HEALTH_CHECK: ${{ inputs.skip_stage_health_check == true && 'true' || 'false' }}
SKIP_PR_TEST_HEALTH_CHECK: ${{ inputs.skip_pr_test_health_check == true && 'true' || 'false' }}
jobs:
jit-kernel-unit-test:
@@ -49,7 +49,7 @@ jobs:
with:
ref: ${{ inputs.git_ref || github.sha }}
- uses: ./.github/actions/check-stage-health
- uses: ./.github/actions/check-pr-test-health
- uses: ./.github/actions/check-maintenance
@@ -76,7 +76,7 @@ jobs:
timeout-minutes: 30
run: |
cd test/
python3 run_suite.py --hw cuda --suite stage-b-kernel-unit-1-gpu-large
python3 run_suite.py --hw cuda --suite base-b-kernel-unit-1-gpu-large
jit-kernel-multigpu-unit-test:
if: |
@@ -114,7 +114,7 @@ jobs:
timeout-minutes: 45
run: |
cd test/
python3 run_suite.py --hw cuda --suite stage-b-kernel-unit-8-gpu-h200
python3 run_suite.py --hw cuda --suite base-b-kernel-unit-8-gpu-h200
jit-kernel-benchmark-test:
if: |
@@ -127,7 +127,7 @@ jobs:
with:
ref: ${{ inputs.git_ref || github.sha }}
- uses: ./.github/actions/check-stage-health
- uses: ./.github/actions/check-pr-test-health
- uses: ./.github/actions/check-maintenance
@@ -154,7 +154,7 @@ jobs:
timeout-minutes: 45
run: |
cd test/
python3 run_suite.py --hw cuda --suite stage-b-kernel-benchmark-1-gpu-large
python3 run_suite.py --hw cuda --suite base-b-kernel-benchmark-1-gpu-large
jit-kernel-b200-test:
if: |
@@ -167,7 +167,7 @@ jobs:
with:
ref: ${{ inputs.git_ref || github.sha }}
- uses: ./.github/actions/check-stage-health
- uses: ./.github/actions/check-pr-test-health
- uses: ./.github/actions/check-maintenance
@@ -194,4 +194,4 @@ jobs:
timeout-minutes: 30
run: |
cd test/
python3 run_suite.py --hw cuda --suite stage-b-kernel-unit-1-gpu-b200
python3 run_suite.py --hw cuda --suite base-b-kernel-unit-1-gpu-b200