Skip to content

Commit 164f535

Browse files
test arm64 logic using x64 wheel build
1 parent c97f7e5 commit 164f535

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build_wheel_windows_arm64.yml renamed to .github/workflows/build_wheel_windows_x64_test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ on:
2828
- 'latest'
2929
- '14.40'
3030
- '14.36'
31-
pytorch_build_run_id:
32-
description: "PyTorch build run id for downloading the wheel artifact (number at the end of build run URL)"
33-
required: true
34-
default: "13589031393"
35-
type: string
31+
# pytorch_build_run_id:
32+
# description: "PyTorch build run id for downloading the wheel artifact (number at the end of build run URL)"
33+
# required: true
34+
# default: "13589031393"
35+
# type: string
3636
pytorch_build_artifact_name:
3737
description: "Artifact name of PyTorch build run"
3838
required: true
@@ -67,12 +67,12 @@ permissions:
6767

6868
jobs:
6969
trigger-test-infra:
70-
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_arm64.yml@winarm64_wheels
70+
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_x64_test.yml@x64windows_test
7171
with:
7272
repository_name: ${{ inputs.repository_name }}
7373
repository_branch: ${{ inputs.repository_branch }}
7474
python_version: ${{ inputs.python_version || 'Python312' }}
7575
msvc_version: ${{ inputs.msvc_version || 'latest' }}
76-
pytorch_build_run_id: ${{ inputs.pytorch_build_run_id || '13589031393' }}
76+
# pytorch_build_run_id: ${{ inputs.pytorch_build_run_id || '13589031393' }}
7777
build_type: ${{ inputs.build_type || 'Release' }}
7878
build_version: ${{ inputs.build_version }}

0 commit comments

Comments
 (0)