Skip to content

Commit 3c834f9

Browse files
Bordaninginthecloud
authored andcommitted
docker Conda timeout (Lightning-AI#10087)
1 parent 35fc8b9 commit 3c834f9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci_dockers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
XLA_VERSION=${{ matrix.xla_version }}
6161
file: dockers/base-xla/Dockerfile
6262
push: false
63-
timeout-minutes: 50
63+
timeout-minutes: 60
6464

6565
build-CUDA:
6666
runs-on: ubuntu-20.04
@@ -87,7 +87,7 @@ jobs:
8787
CUDA_VERSION=10.2
8888
file: dockers/base-cuda/Dockerfile
8989
push: false
90-
timeout-minutes: 50
90+
timeout-minutes: 75
9191

9292
build-Conda:
9393
runs-on: ubuntu-20.04
@@ -121,7 +121,7 @@ jobs:
121121
CUDA_VERSION=${{ steps.extend.outputs.CUDA }}
122122
file: dockers/base-conda/Dockerfile
123123
push: false
124-
timeout-minutes: 50
124+
timeout-minutes: 75
125125

126126
build-ipu:
127127
runs-on: ubuntu-20.04
@@ -154,4 +154,4 @@ jobs:
154154
PYTORCH_VERSION=${{ matrix.pytorch_version }}
155155
file: dockers/ipu-ci-runner/Dockerfile
156156
push: false
157-
timeout-minutes: 50
157+
timeout-minutes: 60

.github/workflows/events-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
file: dockers/base-cuda/Dockerfile
115115
push: ${{ env.PUSH_TO_HUB }}
116116
tags: pytorchlightning/pytorch_lightning:base-cuda-py${{ matrix.python_version }}-torch${{ matrix.pytorch_version }}
117-
timeout-minutes: 55
117+
timeout-minutes: 85
118118

119119
docker-Conda:
120120
if: ${{ github.repository_owner == 'PyTorchLightning' }}
@@ -156,7 +156,7 @@ jobs:
156156
file: dockers/base-conda/Dockerfile
157157
push: ${{ env.PUSH_TO_HUB }}
158158
tags: pytorchlightning/pytorch_lightning:base-conda-py${{ matrix.python_version }}-torch${{ matrix.pytorch_version }}
159-
timeout-minutes: 55
159+
timeout-minutes: 85
160160

161161
docker-IPU:
162162
if: ${{ github.repository_owner == 'PyTorchLightning' }}

0 commit comments

Comments
 (0)