File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed
Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1313 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
1414 workflow_dispatch :
1515
16+ permissions :
17+ id-token : write
18+ contents : read
19+
1620concurrency :
1721 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
1822 cancel-in-progress : true
5054 trigger-event : ${{ github.event_name }}
5155 architecture : aarch64
5256 setup-miniconda : false
53- secrets :
54- AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
55- AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY : ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 1313 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
1414 workflow_dispatch :
1515
16+ permissions :
17+ id-token : write
18+ contents : read
19+
1620concurrency :
1721 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
1822 cancel-in-progress : true
4549 smoke-test-script : ${{ matrix.smoke-test-script }}
4650 package-name : ${{ matrix.package-name }}
4751 trigger-event : ${{ github.event_name }}
48- secrets :
49- AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
50- AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY : ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 1313 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
1414 workflow_dispatch :
1515
16+ permissions :
17+ id-token : write
18+ contents : read
19+
1620concurrency :
1721 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
1822 cancel-in-progress : true
4650 runner-type : macos-12
4751 package-name : ${{ matrix.package-name }}
4852 trigger-event : ${{ github.event_name }}
49- secrets :
50- AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
51- AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY : ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 1313 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
1414 workflow_dispatch :
1515
16+ permissions :
17+ id-token : write
18+ contents : read
19+
1620jobs :
1721 generate-matrix :
1822 uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
4448 package-name : ${{ matrix.package-name }}
4549 smoke-test-script : ${{ matrix.smoke-test-script }}
4650 trigger-event : ${{ github.event_name }}
47- secrets :
48- AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
49- AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY : ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments