Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
runner: ${{ matrix.runner }}
gpu-arch-type: ${{ matrix.gpu-arch-type }}
gpu-arch-version: ${{ matrix.gpu-arch-version }}
test-infra-ref: release/2.1
script: |
set -euo pipefail

Expand All @@ -46,6 +47,7 @@ jobs:
with:
repository: pytorch/vision
runner: ${{ matrix.runner }}
test-infra-ref: release/2.1
script: |
set -euo pipefail

Expand All @@ -71,6 +73,7 @@ jobs:
runner: ${{ matrix.runner }}
gpu-arch-type: ${{ matrix.gpu-arch-type }}
gpu-arch-version: ${{ matrix.gpu-arch-version }}
test-infra-ref: release/2.1
script: |
set -euo pipefail

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
repository: pytorch/vision
upload-artifact: docs
test-infra-ref: release/2.1
script: |
set -euo pipefail

Expand Down Expand Up @@ -85,6 +86,7 @@ jobs:
repository: pytorch/vision
download-artifact: docs
ref: gh-pages
test-infra-ref: release/2.1
script: |
set -euo pipefail

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with:
repository: pytorch/vision
test-infra-ref: release/2.1
script: |
set -euo pipefail

Expand All @@ -40,6 +41,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with:
repository: pytorch/vision
test-infra-ref: release/2.1
script: |
set -euo pipefail

Expand Down Expand Up @@ -73,6 +75,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with:
repository: pytorch/vision
test-infra-ref: release/2.1
script: |
set -euo pipefail

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
gpu-arch-type: ${{ matrix.gpu-arch-type }}
gpu-arch-version: ${{ matrix.gpu-arch-version }}
timeout: 120
test-infra-ref: release/2.1
script: |
set -euo pipefail

Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
# and needs roughly 2 hours to just run the test suite
timeout: 240
runner: ${{ matrix.runner }}
test-infra-ref: release/2.1
script: |
set -euo pipefail

Expand Down Expand Up @@ -94,6 +96,7 @@ jobs:
gpu-arch-type: ${{ matrix.gpu-arch-type }}
gpu-arch-version: ${{ matrix.gpu-arch-version }}
timeout: 120
test-infra-ref: release/2.1
script: |
set -euxo pipefail

Expand All @@ -109,6 +112,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with:
repository: pytorch/vision
test-infra-ref: release/2.1
script: |
set -euo pipefail

Expand Down Expand Up @@ -139,6 +143,7 @@ jobs:
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.1
with:
repository: pytorch/vision
test-infra-ref: release/2.1
script: |
set -euo pipefail

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-viablestrict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
repository: pytorch/vision
required_checks: "Build Linux,Build M1,Build Macos,Build Windows,Tests,CMake,Lint,Docs"
test-infra-ref: release/2.1
secrets:
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
GITHUB_DEPLOY_KEY : ${{ secrets.VISION_GITHUB_DEPLOY_KEY }}