Skip to content

Commit 727c0ab

Browse files
wendyliu235yma11
authored andcommitted
Update ipex and CI repo name (vllm-project#29)
* update ci with new repo name * update ipex to latest version * Update ci_pvc.yaml
1 parent 5c68385 commit 727c0ab

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
--net=host \
133133
--ipc=host \
134134
--privileged \
135-
-v ${HOME}/actions-runner/_work/vllm-xpu/vllm-xpu/qa_ci_code:/WORKSPACE \
135+
-v ${HOME}/actions-runner/_work/applications.ai.gpu.vllm-xpu/applications.ai.gpu.vllm-xpu/qa_ci_code:/WORKSPACE \
136136
-v /dev/dri/by-path:/dev/dri/by-path \
137137
-v ${HOME}/.cache:/root/.cache/ \
138138
-e http_proxy=${http_proxy:-"http://proxy-dmz.intel.com:912"} \
@@ -147,26 +147,26 @@ jobs:
147147
148148
- name: Validate server benchmark results
149149
run: |
150-
python3 ${HOME}/actions-runner/_work/vllm-xpu/vllm-xpu/qa_ci_code/.buildkite/nightly-benchmarks/scripts/analyze_benchmark_results_final.py --test-selector BMG
151-
cat ${HOME}/actions-runner/_work/vllm-xpu/vllm-xpu/qa_ci_code/benchmarks/results/benchmark_analysis_final.json
150+
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 BMG
151+
cat ${HOME}/actions-runner/_work/applications.ai.gpu.vllm-xpu/applications.ai.gpu.vllm-xpu/qa_ci_code/benchmarks/results/benchmark_analysis_final.json
152152
153153
- name: Fix permissions
154-
run: sudo chmod -R 755 ${{ runner.workspace }}/vllm-xpu/qa_ci_code/benchmarks/results/
154+
run: sudo chmod -R 755 ${{ runner.workspace }}/applications.ai.gpu.vllm-xpu/qa_ci_code/benchmarks/results/
155155

156156
- name: Debug path
157-
run: ls -la ${{ runner.workspace }}/vllm-xpu/qa_ci_code/benchmarks/results/
157+
run: ls -la ${{ runner.workspace }}/applications.ai.gpu.vllm-xpu/qa_ci_code/benchmarks/results/
158158

159159
- name: Upload benchmark results
160160
if: always()
161161
uses: actions/upload-artifact@v4
162162
with:
163163
name: benchmark-results
164-
path: ${{ runner.workspace }}/vllm-xpu/qa_ci_code/benchmarks/results/
164+
path: ${{ runner.workspace }}/applications.ai.gpu.vllm-xpu/qa_ci_code/benchmarks/results/
165165

166166
- name: Analyze and validate benchmark results
167167
if: always()
168168
run: |
169-
RESULTS_FILE="$HOME/actions-runner/_work/vllm-xpu/vllm-xpu/qa_ci_code/benchmarks/results/benchmark_analysis_final.json"
169+
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"
170170
if [ ! -f "$RESULTS_FILE" ]; then
171171
echo "❌ Benchmark analysis file not found!"
172172
exit 1

.github/workflows/ci_pvc.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

requirements/xpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ torch==2.9.0+xpu
1717
torchaudio
1818
torchvision
1919

20-
intel-extension-for-pytorch @ https://ubit-artifactory-ba.intel.com/artifactory/aipc_releases-ba-local/gpu/new/validation/IPEX/weekly/PVC/2025/ww44_Stock_test/py312/intel_extension_for_pytorch-2.9.10+xpu-cp312-cp312-linux_x86_64.whl
20+
intel-extension-for-pytorch @ https://ubit-artifactory-ba.intel.com/artifactory/aipc_releases-ba-local//gpu/new/validation/IPEX/nightly/PVC/UBUNTU/VLLM_nightly/20251113/1ec7b272e/intel_extension_for_pytorch-2.9.10.post0+xpu-cp312-cp312-linux_x86_64.whl

0 commit comments

Comments
 (0)