Skip to content

Commit b017a49

Browse files
committed
release 211 validations
1 parent 6a9e302 commit b017a49

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/validate-aarch64-linux-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
runner: ${{ matrix.validation_runner }}
122122
repository: "pytorch/pytorch"
123-
ref: main
123+
ref: release_211_validations
124124
job-name: ${{ matrix.build_name }}
125125
docker-image: ${{ matrix.container_image }}
126126
binary-matrix: ${{ toJSON(matrix) }}

.github/workflows/validate-linux-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
with:
130130
runner: ${{ matrix.validation_runner }}
131131
repository: "pytorch/pytorch"
132-
ref: main
132+
ref: release_211_validations
133133
job-name: ${{ matrix.build_name }}
134134
docker-image: ${{ ((matrix.gpu_arch_type == 'xpu' || matrix.gpu_arch_type == 'rocm') && matrix.container_image) || 'pytorch/almalinux-builder:cpu-main' }}
135135
binary-matrix: ${{ toJSON(matrix) }}
@@ -175,7 +175,7 @@ jobs:
175175
with:
176176
runner: "linux.g5.4xlarge.nvidia.gpu"
177177
repository: "pytorch/pytorch"
178-
ref: main
178+
ref: release_211_validations
179179
job-name: "amazon-linux-2023-test"
180180
docker-image: 'almalinux/9-base'
181181
docker-build-dir: "skip-docker-build"

.github/workflows/validate-macos-arm64-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
runner: ${{ matrix.validation_runner }}
120120
repository: "pytorch/pytorch"
121-
ref: main
121+
ref: release_211_validations
122122
job-name: ${{ matrix.build_name }}
123123
binary-matrix: ${{ toJSON(matrix) }}
124124
script: |

.github/workflows/validate-windows-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
runner: ${{ matrix.package_type == 'libtorch' && 'windows.4xlarge' || matrix.validation_runner }}
121121
repository: "pytorch/pytorch"
122-
ref: main
122+
ref: release_211_validations
123123
job-name: ${{ matrix.build_name }}
124124
binary-matrix: ${{ toJSON(matrix) }}
125125
timeout: 60

0 commit comments

Comments
 (0)