Skip to content

Commit dd73a73

Browse files
committed
Configure GHA for PyTorch builds: 6hr timeout, depot-ubuntu-24.04 runner
1 parent 7bdd888 commit dd73a73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker.jetson.6.2.0.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ env:
1919
jobs:
2020
docker:
2121
runs-on:
22-
labels: ubuntu-latest
23-
timeout-minutes: 120
22+
labels: depot-ubuntu-24.04
23+
group: depot-ubuntu-24.04-16core-64gb
24+
timeout-minutes: 360
2425
permissions:
2526
id-token: write
2627
contents: read

0 commit comments

Comments
 (0)