Skip to content

Commit

Permalink
[CI] s#@master#@release/2.0#
Browse files Browse the repository at this point in the history
As release build should not depend on trunk changes
  • Loading branch information
malfet committed May 12, 2023
1 parent 0bd6be9 commit 51b42d9
Show file tree
Hide file tree
Showing 24 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_android-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# [see note: pytorch repo ref]
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- name: Setup Linux
uses: ./.github/actions/setup-linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_android-full-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# [see note: pytorch repo ref]
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- name: Setup Linux
uses: ./.github/actions/setup-linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_bazel-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# [see note: pytorch repo ref]
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- name: Setup Linux
uses: ./.github/actions/setup-linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_binary-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
with:
github-secret: ${{ secrets.github-token }}
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
- name: Setup Linux
uses: ./.github/actions/setup-linux
- name: Chown workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_binary-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
github-secret: ${{ secrets.github-token }}
# Setup the environment
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
- name: Setup Linux
uses: ./.github/actions/setup-linux
- name: Chown workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_binary-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
SHA1: ${{ github.event.pull_request.head.sha || github.sha }}
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
no-sudo: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_buck-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- name: Set up JDK 8
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_calculate-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
docker-image: ${{ steps.calculate-docker-image.outputs.docker-image }}
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
submodules: false
fetch-depth: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# [see note: pytorch repo ref]
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- name: Setup Linux
uses: ./.github/actions/setup-linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_ios-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
# [see note: pytorch repo ref]
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- name: Populate CI build options
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# checkout because when we run this action we don't *have* a local
# checkout. In other cases you should prefer a local checkout.
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- name: Setup Linux
uses: ./.github/actions/setup-linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
keep-going: ${{ steps.filter.outputs.keep-going }}
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
fetch-depth: 1
submodules: false
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
docker exec -it $(docker container ps --format '{{.ID}}') bash
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- name: Setup Linux
uses: ./.github/actions/setup-linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

# [see note: pytorch repo ref]
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- name: Set xcode version
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_mac-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
is-test-matrix-empty: ${{ steps.filter.outputs.is-test-matrix-empty }}
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
fetch-depth: 1
submodules: false
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

# [see note: pytorch repo ref]
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- name: Download build artifacts
uses: ./.github/actions/download-build-artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_rocm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
is-test-matrix-empty: ${{ steps.filter.outputs.is-test-matrix-empty }}
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
fetch-depth: 1
submodules: false
Expand All @@ -78,7 +78,7 @@ jobs:
steps:
# [see note: pytorch repo ref]
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
no-sudo: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run_android_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
# [see note: pytorch repo ref]
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- name: Setup miniconda
uses: pytorch/test-infra/.github/actions/setup-miniconda@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# [see note: pytorch repo ref]
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
no-sudo: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_win-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
is-test-matrix-empty: ${{ steps.filter.outputs.is-test-matrix-empty }}
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
fetch-depth: 1
submodules: false
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
# [see note: pytorch repo ref]
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
no-sudo: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-triton-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
github-secret: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
submodules: false

Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
github-secret: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
submodules: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: linux.20_04.4x
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
submodules: false
fetch-depth: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# [see note: pytorch repo ref]
# deep clone (fetch-depth 0) required for git merge-base
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- name: Setup Linux
uses: ./.github/actions/setup-linux
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-pr-sanity-checks')
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
submodules: false
fetch-depth: -1
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
# [see note: pytorch repo ref]
# deep clone (fetch-depth 0) required, to allow us to use git log
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
submodules: false
fetch-depth: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_pytorch_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.repository == 'pytorch/pytorch' }}
steps:
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0
with:
fetch-depth: 1
submodules: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-test-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: echo "${TRIGGERING_WORKFLOW}"

- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master
uses: pytorch/pytorch/.github/actions/checkout-pytorch@release/2.0

- run: |
pip3 install requests==2.26
Expand Down

0 comments on commit 51b42d9

Please sign in to comment.