@@ -55,47 +55,47 @@ jobs:
5555 ## post_process.sh
5656 ./.github/unittest/windows_optdepts/scripts/post_process.sh
5757
58- unittests-gpu :
59- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
60- with :
61- runner : " windows.g5.4xlarge.nvidia.gpu"
62- repository : pytorch/rl
63- timeout : 40
64- script : |
65- set -euxo pipefail
66-
67- export PYTHON_VERSION="3.9"
68- export CUDA_VERSION="11.6"
69- export CU_VERSION="cu116"
70- export torch_cuda="True"
71-
72- # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml
73- export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}"
74-
75- echo "PYTHON_VERSION: $PYTHON_VERSION"
76-
77- if [[ "${{ github.ref }}" =~ release/* ]]; then
78- export RELEASE=1
79- export TORCH_VERSION=stable
80- else
81- export RELEASE=0
82- export TORCH_VERSION=nightly
83- fi
84-
85- ## setup_env.sh
86- ./.github/unittest/windows_optdepts/scripts/setup_env.sh
87-
88- ## Install CUDA
89- packaging/windows/internal/cuda_install.bat
90-
91- ## Update CUDA Driver
92- packaging/windows/internal/driver_update.bat
93-
94- ## install.sh
95- ./.github/unittest/windows_optdepts/scripts/install.sh
96-
97- ## run_test.sh
98- ./.github/unittest/windows_optdepts/scripts/run_test.sh
99-
100- ## post_process.sh
101- ./.github/unittest/windows_optdepts/scripts/post_process.sh
58+ # unittests-gpu:
59+ # uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
60+ # with:
61+ # runner: "windows.g5.4xlarge.nvidia.gpu"
62+ # repository: pytorch/rl
63+ # timeout: 40
64+ # script: |
65+ # set -euxo pipefail
66+ #
67+ # export PYTHON_VERSION="3.9"
68+ # export CUDA_VERSION="11.6"
69+ # export CU_VERSION="cu116"
70+ # export torch_cuda="True"
71+ #
72+ # # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml
73+ # export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}"
74+ #
75+ # echo "PYTHON_VERSION: $PYTHON_VERSION"
76+ #
77+ # if [[ "${{ github.ref }}" =~ release/* ]]; then
78+ # export RELEASE=1
79+ # export TORCH_VERSION=stable
80+ # else
81+ # export RELEASE=0
82+ # export TORCH_VERSION=nightly
83+ # fi
84+ #
85+ # ## setup_env.sh
86+ # ./.github/unittest/windows_optdepts/scripts/setup_env.sh
87+ #
88+ # ## Install CUDA
89+ # packaging/windows/internal/cuda_install.bat
90+ #
91+ # ## Update CUDA Driver
92+ # packaging/windows/internal/driver_update.bat
93+ #
94+ # ## install.sh
95+ # ./.github/unittest/windows_optdepts/scripts/install.sh
96+ #
97+ # ## run_test.sh
98+ # ./.github/unittest/windows_optdepts/scripts/run_test.sh
99+ #
100+ # ## post_process.sh
101+ # ./.github/unittest/windows_optdepts/scripts/post_process.sh
0 commit comments