3030 - name : Run test
3131 timeout-minutes : 60
3232 run : |
33- cd test/srt
34- python3 run_suite .py --suite nightly-1-gpu --continue-on-error
33+ cd test
34+ python3 run_suite_nightly .py --suite nightly-1-gpu --continue-on-error
3535
3636 # General tests - 4 GPU H100
3737 nightly-test-general-4-gpu-h100 :
4848 - name : Run test
4949 timeout-minutes : 30
5050 run : |
51- cd test/srt
52- python3 run_suite .py --suite nightly-4-gpu --continue-on-error
51+ cd test
52+ python3 run_suite_nightly .py --suite nightly-4-gpu --continue-on-error
5353
5454 # General tests - 8 GPU H200
5555 nightly-test-general-8-gpu-h200 :
7070 env :
7171 GPU_CONFIG : " 8-gpu-h200"
7272 run : |
73- cd test/srt
74- python3 run_suite .py --suite nightly-8-gpu-h200 --continue-on-error
73+ cd test
74+ python3 run_suite_nightly .py --suite nightly-8-gpu-h200 --continue-on-error
7575
7676 # General tests - 8 GPU H20
7777 nightly-test-general-8-gpu-h20 :
9292 env :
9393 GPU_CONFIG : " 8-gpu-h20"
9494 run : |
95- cd test/srt
96- python3 run_suite .py --suite nightly-8-gpu-h20 --continue-on-error
95+ cd test
96+ python3 run_suite_nightly .py --suite nightly-8-gpu-h20 --continue-on-error
9797
9898 # Text model accuracy tests
9999 nightly-test-text-accuracy-2-gpu-runner :
@@ -110,7 +110,7 @@ jobs:
110110 - name : Run eval test for text models
111111 timeout-minutes : 120
112112 run : |
113- cd test/srt
113+ cd test
114114 python3 nightly/test_text_models_gsm8k_eval.py
115115
116116 # Text model performance tests
@@ -132,7 +132,7 @@ jobs:
132132 PERFETTO_RELAY_URL : ${{ vars.PERFETTO_RELAY_URL }}
133133 GPU_CONFIG : " 2-gpu-runner"
134134 run : |
135- cd test/srt
135+ cd test
136136 rm -rf performance_profiles_text_models/
137137 python3 nightly/test_text_models_perf.py
138138
@@ -159,7 +159,7 @@ jobs:
159159 - name : Run eval test for VLM models (fixed MMMU-100)
160160 timeout-minutes : 240
161161 run : |
162- cd test/srt
162+ cd test
163163 python3 nightly/test_vlms_mmmu_eval.py
164164
165165 # VLM performance tests
@@ -181,7 +181,7 @@ jobs:
181181 PERFETTO_RELAY_URL : ${{ vars.PERFETTO_RELAY_URL }}
182182 GPU_CONFIG : " 2-gpu-runner"
183183 run : |
184- cd test/srt
184+ cd test
185185 rm -rf performance_profiles_vlms/
186186 python3 nightly/test_vlms_perf.py
187187
@@ -208,8 +208,8 @@ jobs:
208208 - name : Run test
209209 timeout-minutes : 60
210210 run : |
211- cd test/srt
212- python3 run_suite .py --suite nightly-4-gpu-b200 --continue-on-error
211+ cd test
212+ python3 run_suite_nightly .py --suite nightly-4-gpu-b200 --continue-on-error
213213
214214 # B200 Performance tests - 8 GPU
215215 nightly-test-perf-8-gpu-b200 :
@@ -233,7 +233,7 @@ jobs:
233233 GPU_CONFIG : " 8-gpu-b200"
234234 run : |
235235 rm -rf test/srt/performance_profiles_deepseek_v31/
236- cd test/srt
236+ cd test
237237 IS_BLACKWELL=1 python3 nightly/test_deepseek_v31_perf.py
238238
239239 - name : Publish DeepSeek v3.1 traces to storage repo
@@ -252,7 +252,7 @@ jobs:
252252 GPU_CONFIG : " 8-gpu-b200"
253253 run : |
254254 rm -rf test/srt/performance_profiles_deepseek_v32/
255- cd test/srt
255+ cd test
256256 IS_BLACKWELL=1 python3 nightly/test_deepseek_v32_perf.py
257257
258258 - name : Publish DeepSeek v3.2 traces to storage repo
0 commit comments