Skip to content

Commit b919bd0

Browse files
[release/0.24] cherrypicks for windows failing jobs (#9230)
Co-authored-by: Nicolas Hug <[email protected]>
1 parent 973f5cd commit b919bd0

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/build-cmake.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -58,30 +58,30 @@ jobs:
5858
5959
${CONDA_RUN} ./.github/scripts/cmake.sh
6060
61-
windows:
62-
strategy:
63-
matrix:
64-
include:
65-
- runner: windows.4xlarge
66-
gpu-arch-type: cpu
67-
- runner: windows.g5.4xlarge.nvidia.gpu
68-
gpu-arch-type: cuda
69-
gpu-arch-version: "12.6"
70-
fail-fast: false
71-
uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.9
72-
with:
73-
repository: pytorch/vision
74-
runner: ${{ matrix.runner }}
75-
gpu-arch-type: ${{ matrix.gpu-arch-type }}
76-
gpu-arch-version: ${{ matrix.gpu-arch-version }}
77-
test-infra-ref: release/2.9
78-
script: |
79-
set -euo pipefail
61+
# windows:
62+
# strategy:
63+
# matrix:
64+
# include:
65+
# - runner: windows.4xlarge
66+
# gpu-arch-type: cpu
67+
# - runner: windows.g5.4xlarge.nvidia.gpu
68+
# gpu-arch-type: cuda
69+
# gpu-arch-version: "12.6"
70+
# fail-fast: false
71+
# uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.9
72+
# with:
73+
# repository: pytorch/vision
74+
# runner: ${{ matrix.runner }}
75+
# gpu-arch-type: ${{ matrix.gpu-arch-type }}
76+
# gpu-arch-version: ${{ matrix.gpu-arch-version }}
77+
# test-infra-ref: release/2.9
78+
# script: |
79+
# set -euo pipefail
8080

81-
export PYTHON_VERSION=3.9
82-
export VC_YEAR=2022
83-
export VSDEVCMD_ARGS=""
84-
export GPU_ARCH_TYPE=${{ matrix.gpu-arch-type }}
85-
export GPU_ARCH_VERSION=${{ matrix.gpu-arch-version }}
81+
# export PYTHON_VERSION=3.9
82+
# export VC_YEAR=2022
83+
# export VSDEVCMD_ARGS=""
84+
# export GPU_ARCH_TYPE=${{ matrix.gpu-arch-type }}
85+
# export GPU_ARCH_VERSION=${{ matrix.gpu-arch-version }}
8686

87-
./.github/scripts/cmake.sh
87+
# ./.github/scripts/cmake.sh

0 commit comments

Comments
 (0)