@@ -127,7 +127,7 @@ jobs:
127127 --net=host \
128128 --ipc=host \
129129 --privileged \
130- -v $HOME/actions-runner/_work/vllm-xpu/vllm-xpu/qa_ci_code:/WORKSPACE \
130+ -v $HOME/actions-runner/_work/applications.ai.gpu. vllm-xpu/applications.ai.gpu. vllm-xpu/qa_ci_code:/WORKSPACE \
131131 -v /dev/dri/by-path:/dev/dri/by-path \
132132 -v /mnt/data3:/root/.cache/ \
133133 -e http_proxy=${http_proxy:-"http://proxy-dmz.intel.com:912"} \
@@ -138,30 +138,30 @@ jobs:
138138 --entrypoint='' \
139139 --mount type=bind,source="$HOME/.secrets/my_token",target=/run/secrets/my_token,readonly \
140140 $image_name \
141- bash -c "IPEX_FMHA_V3=0 bash /WORKSPACE/.buildkite/nightly-benchmarks/scripts/CI_run_server_benchmarks.sh "PVC" || true; chown -R \$(id -u):\$(id -g) /WORKSPACE"
141+ bash -c "bash /WORKSPACE/.buildkite/nightly-benchmarks/scripts/CI_run_server_benchmarks.sh "PVC" || true; chown -R \$(id -u):\$(id -g) /WORKSPACE"
142142
143143 - name : Validate server benchmark results
144144 run : |
145- python3 $HOME/actions-runner/_work/vllm-xpu/vllm-xpu/qa_ci_code/.buildkite/nightly-benchmarks/scripts/analyze_benchmark_results_final.py --test-selector "PVC"
146- cat $HOME/actions-runner/_work/vllm-xpu/vllm-xpu/qa_ci_code/benchmarks/results/benchmark_analysis_final.json
145+ python3 $HOME/actions-runner/_work/applications.ai.gpu. vllm-xpu/applications.ai.gpu. vllm-xpu/qa_ci_code/.buildkite/nightly-benchmarks/scripts/analyze_benchmark_results_final.py --test-selector "PVC"
146+ cat $HOME/actions-runner/_work/applications.ai.gpu. vllm-xpu/applications.ai.gpu. vllm-xpu/qa_ci_code/benchmarks/results/benchmark_analysis_final.json
147147
148148 - name : Fix permissions
149- run : sudo chmod -R 755 ${{ runner.workspace }}/vllm-xpu/qa_ci_code/benchmarks/results/
149+ run : sudo chmod -R 755 ${{ runner.workspace }}/applications.ai.gpu. vllm-xpu/qa_ci_code/benchmarks/results/
150150
151151 - name : Debug path
152- run : ls -la ${{ runner.workspace }}/vllm-xpu/qa_ci_code/benchmarks/results/
152+ run : ls -la ${{ runner.workspace }}/applications.ai.gpu. vllm-xpu/qa_ci_code/benchmarks/results/
153153
154154 - name : Upload benchmark results
155155 if : always()
156156 uses : actions/upload-artifact@v4
157157 with :
158158 name : benchmark-results
159- path : ${{ runner.workspace }}/vllm-xpu/qa_ci_code/benchmarks/results/
159+ path : ${{ runner.workspace }}/applications.ai.gpu. vllm-xpu/qa_ci_code/benchmarks/results/
160160
161161 - name : Analyze and validate benchmark results
162162 if : always()
163163 run : |
164- RESULTS_FILE="$HOME/actions-runner/_work/vllm-xpu/vllm-xpu/qa_ci_code/benchmarks/results/benchmark_analysis_final.json"
164+ RESULTS_FILE="$HOME/actions-runner/_work/applications.ai.gpu. vllm-xpu/applications.ai.gpu. vllm-xpu/qa_ci_code/benchmarks/results/benchmark_analysis_final.json"
165165 if [ ! -f "$RESULTS_FILE" ]; then
166166 echo "❌ Benchmark analysis file not found!"
167167 exit 1
0 commit comments