Fix duplicate nightly test name (#12905)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Nightly Test
|
name: Nightly Test B200
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
TRACE_BASE_URL: https://raw.githubusercontent.com/sglang-bot/sglang-ci-data/main/traces/${{ github.run_id }}
|
TRACE_BASE_URL: https://raw.githubusercontent.com/sglang-bot/sglang-ci-data/main/traces/${{ github.run_id }}
|
||||||
PERFETTO_RELAY_URL: ${{ vars.PERFETTO_RELAY_URL }}
|
PERFETTO_RELAY_URL: ${{ vars.PERFETTO_RELAY_URL }}
|
||||||
run: |
|
run: |
|
||||||
rm -rf performance_profiles_deepseek_v31/
|
rm -rf test/srt/performance_profiles_deepseek_v31/
|
||||||
cd test/srt
|
cd test/srt
|
||||||
IS_BLACKWELL=1 python3 nightly/test_deepseek_v31_perf.py --continue-on-error
|
IS_BLACKWELL=1 python3 nightly/test_deepseek_v31_perf.py --continue-on-error
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
GITHUB_RUN_ID: ${{ github.run_id }}
|
GITHUB_RUN_ID: ${{ github.run_id }}
|
||||||
GITHUB_RUN_NUMBER: ${{ github.run_number }}
|
GITHUB_RUN_NUMBER: ${{ github.run_number }}
|
||||||
run: |
|
run: |
|
||||||
python3 scripts/ci/publish_traces.py --traces-dir performance_profiles_deepseek_v31
|
python3 scripts/ci/publish_traces.py --traces-dir test/srt/performance_profiles_deepseek_v31
|
||||||
|
|
||||||
- name: Run DeepSeek v3.2 nightly performance test
|
- name: Run DeepSeek v3.2 nightly performance test
|
||||||
timeout-minutes: 180
|
timeout-minutes: 180
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
TRACE_BASE_URL: https://raw.githubusercontent.com/sglang-bot/sglang-ci-data/main/traces/${{ github.run_id }}
|
TRACE_BASE_URL: https://raw.githubusercontent.com/sglang-bot/sglang-ci-data/main/traces/${{ github.run_id }}
|
||||||
PERFETTO_RELAY_URL: ${{ vars.PERFETTO_RELAY_URL }}
|
PERFETTO_RELAY_URL: ${{ vars.PERFETTO_RELAY_URL }}
|
||||||
run: |
|
run: |
|
||||||
rm -rf performance_profiles_deepseek_v32/
|
rm -rf test/srt/performance_profiles_deepseek_v32/
|
||||||
cd test/srt
|
cd test/srt
|
||||||
IS_BLACKWELL=1 python3 nightly/test_deepseek_v32_perf.py --continue-on-error
|
IS_BLACKWELL=1 python3 nightly/test_deepseek_v32_perf.py --continue-on-error
|
||||||
|
|
||||||
@@ -79,4 +79,4 @@ jobs:
|
|||||||
GITHUB_RUN_ID: ${{ github.run_id }}
|
GITHUB_RUN_ID: ${{ github.run_id }}
|
||||||
GITHUB_RUN_NUMBER: ${{ github.run_number }}
|
GITHUB_RUN_NUMBER: ${{ github.run_number }}
|
||||||
run: |
|
run: |
|
||||||
python3 scripts/ci/publish_traces.py --traces-dir performance_profiles_deepseek_v32
|
python3 scripts/ci/publish_traces.py --traces-dir test/srt/performance_profiles_deepseek_v32
|
||||||
|
|||||||
@@ -51,8 +51,9 @@ jobs:
|
|||||||
TRACE_BASE_URL: https://raw.githubusercontent.com/sglang-bot/sglang-ci-data/main/traces/${{ github.run_id }}
|
TRACE_BASE_URL: https://raw.githubusercontent.com/sglang-bot/sglang-ci-data/main/traces/${{ github.run_id }}
|
||||||
PERFETTO_RELAY_URL: ${{ vars.PERFETTO_RELAY_URL }}
|
PERFETTO_RELAY_URL: ${{ vars.PERFETTO_RELAY_URL }}
|
||||||
run: |
|
run: |
|
||||||
rm -rf test/srt/performance_profiles_text_models/
|
cd test/srt
|
||||||
python3 test/srt/nightly/test_text_models_perf.py
|
rm -rf performance_profiles_text_models/
|
||||||
|
python3 nightly/test_text_models_perf.py
|
||||||
|
|
||||||
- name: Publish traces to storage repo
|
- name: Publish traces to storage repo
|
||||||
env:
|
env:
|
||||||
@@ -98,8 +99,9 @@ jobs:
|
|||||||
TRACE_BASE_URL: https://raw.githubusercontent.com/sglang-bot/sglang-ci-data/main/traces/${{ github.run_id }}
|
TRACE_BASE_URL: https://raw.githubusercontent.com/sglang-bot/sglang-ci-data/main/traces/${{ github.run_id }}
|
||||||
PERFETTO_RELAY_URL: ${{ vars.PERFETTO_RELAY_URL }}
|
PERFETTO_RELAY_URL: ${{ vars.PERFETTO_RELAY_URL }}
|
||||||
run: |
|
run: |
|
||||||
rm -rf test/srt/performance_profiles_vlms/
|
cd test/srt
|
||||||
python3 test/srt/nightly/test_vlms_perf.py
|
rm -rf performance_profiles_vlms/
|
||||||
|
python3 nightly/test_vlms_perf.py
|
||||||
|
|
||||||
- name: Publish traces to storage repo
|
- name: Publish traces to storage repo
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user