From 57697f716b1b7ca79810c40199e54d40935db425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Fri, 22 Oct 2021 11:04:06 +0200 Subject: [PATCH 1/4] update --- .github/workflows/ci_test-conda.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_test-conda.yml b/.github/workflows/ci_test-conda.yml index 86a5a4a933268..586b5b49bf6d3 100644 --- a/.github/workflows/ci_test-conda.yml +++ b/.github/workflows/ci_test-conda.yml @@ -11,6 +11,7 @@ jobs: conda: runs-on: ubuntu-20.04 container: pytorchlightning/pytorch_lightning:base-conda-py${{ matrix.python-version }}-torch${{ matrix.pytorch-version }} + options: --shm-size=1G strategy: fail-fast: false matrix: @@ -18,6 +19,8 @@ jobs: python-version: ["3.7"] pytorch-version: ["1.6", "1.7", "1.8", "1.9", "1.10"] + + # Timeout: https://stackoverflow.com/a/59076067/4521646 timeout-minutes: 35 steps: From 886f8aeb6b905516374c4e349b0cefa61d5e740b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Fri, 22 Oct 2021 11:05:14 +0200 Subject: [PATCH 2/4] update --- .github/workflows/ci_test-conda.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_test-conda.yml b/.github/workflows/ci_test-conda.yml index 586b5b49bf6d3..67775159280e2 100644 --- a/.github/workflows/ci_test-conda.yml +++ b/.github/workflows/ci_test-conda.yml @@ -10,7 +10,8 @@ on: # Trigger the workflow on push or pull request, but only for the master bra jobs: conda: runs-on: ubuntu-20.04 - container: pytorchlightning/pytorch_lightning:base-conda-py${{ matrix.python-version }}-torch${{ matrix.pytorch-version }} + container: + image: pytorchlightning/pytorch_lightning:base-conda-py${{ matrix.python-version }}-torch${{ matrix.pytorch-version }} options: --shm-size=1G strategy: fail-fast: false From 1b488150afae825deaaf4165b4974a2c89391e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Fri, 22 Oct 2021 11:44:14 +0200 Subject: [PATCH 3/4] rerun test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Carlos MocholĂ­ --- .github/workflows/ci_test-conda.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci_test-conda.yml b/.github/workflows/ci_test-conda.yml index 67775159280e2..601cddec5a17f 100644 --- a/.github/workflows/ci_test-conda.yml +++ b/.github/workflows/ci_test-conda.yml @@ -20,8 +20,6 @@ jobs: python-version: ["3.7"] pytorch-version: ["1.6", "1.7", "1.8", "1.9", "1.10"] - - # Timeout: https://stackoverflow.com/a/59076067/4521646 timeout-minutes: 35 steps: From d0de39ac42f9659b3b2ae36e74d24c16dcf13f35 Mon Sep 17 00:00:00 2001 From: Aki Nitta Date: Fri, 22 Oct 2021 20:38:14 +0900 Subject: [PATCH 4/4] Update .github/workflows/ci_test-conda.yml --- .github/workflows/ci_test-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_test-conda.yml b/.github/workflows/ci_test-conda.yml index 601cddec5a17f..20957cf6bd69a 100644 --- a/.github/workflows/ci_test-conda.yml +++ b/.github/workflows/ci_test-conda.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 container: image: pytorchlightning/pytorch_lightning:base-conda-py${{ matrix.python-version }}-torch${{ matrix.pytorch-version }} - options: --shm-size=1G + options: --ipc=host strategy: fail-fast: false matrix: