Skip to content

Commit 4d8523c

Browse files
authored
Allow up to 3hours processing time for wheel-variant job (#7695)
Mainly for rocm binaries. Looks like current default timeout setting of 1.5hrs is not enough
1 parent a1a9070 commit 4d8523c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-wheel-variants.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
promote-variants:
7979
needs: generate-matrix
8080
runs-on: ubuntu-22.04
81+
timeout-minutes: 180
8182
# Only use pytorchbot-env for workflow_dispatch with dry_run=false
8283
environment: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run == false && 'pytorchbot-env' || '' }}
8384
strategy:
@@ -140,6 +141,7 @@ jobs:
140141
with:
141142
role-to-assume: arn:aws:iam::749337293305:role/gha_workflow_test_build_wheels
142143
aws-region: us-east-1
144+
role-duration-seconds: 10800 # 3 hours
143145

144146
- name: Determine version suffix
145147
id: version-suffix

0 commit comments

Comments
 (0)