Skip to content

Commit

Permalink
[RELEASE-ONLY CHANGES] Branch Cut for Release 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Jun 10, 2024
1 parent c4d4a2a commit 00e3423
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/stronghold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
api-compatibility-check:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
with:
# Fetch the commit, rather than the merge.
ref: ${{ github.event.pull_request.head.sha }}
Expand All @@ -28,7 +28,7 @@ jobs:
runner: linux.large

black:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
with:
script: |
echo ::group::setup Python environment
Expand All @@ -46,7 +46,7 @@ jobs:
runner: linux.large

flake8:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
with:
script: |
echo ::group::setup Python environment
Expand All @@ -62,7 +62,7 @@ jobs:
runner: linux.large

mypy:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
with:
script: |
echo ::group::setup Python environment
Expand All @@ -78,7 +78,7 @@ jobs:
runner: linux.large

pytest:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.4
with:
script: |
echo ::group::setup Python environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-domain-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Validate domain libary
# A reusable workflow that triggers a set of jobs that perform a smoke test / validation of pytorch binaries.
# Optionally restricts validation to the specified OS and channel.
# For the details about parameter values, see:
# pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
# pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.4
on:
workflow_call:
inputs:
Expand Down

0 comments on commit 00e3423

Please sign in to comment.