Skip to content

Commit 6c9c2de

Browse files
authored
[CI] Add xpu smoke test into CI (#6384)
1 parent 6e27ccd commit 6c9c2de

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test_build_wheels_linux_with_cuda.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
os: linux
2525
test-infra-repository: ${{ github.repository }}
2626
test-infra-ref: ${{ github.ref }}
27+
with-xpu: enable
2728
test:
2829
needs: generate-matrix
2930
strategy:

.github/workflows/test_build_wheels_windows_with_cuda.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
os: windows
2323
test-infra-repository: ${{ github.repository }}
2424
test-infra-ref: ${{ github.ref }}
25+
with-xpu: enable
2526
test:
2627
needs: generate-matrix
2728
strategy:

0 commit comments

Comments
 (0)