From e2f07c01e93611fbd96f85204c9a2129bc81862b Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Mon, 16 Aug 2021 17:40:38 +0200 Subject: [PATCH] Ci continue through smi failure (#13140) * Continue on error * Specific * Temporary patch --- .github/workflows/self-push.yml | 2 ++ .github/workflows/self-scheduled.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/self-push.yml b/.github/workflows/self-push.yml index 2b167e539e..3a755f22d1 100644 --- a/.github/workflows/self-push.yml +++ b/.github/workflows/self-push.yml @@ -155,6 +155,7 @@ jobs: fetch-depth: 2 - name: NVIDIA-SMI + continue-on-error: true run: | nvidia-smi @@ -318,6 +319,7 @@ jobs: fetch-depth: 2 - name: NVIDIA-SMI + continue-on-error: true run: | nvidia-smi diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index f40e0c3f5f..bd5aee0ae9 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -150,6 +150,7 @@ jobs: uses: actions/checkout@v2 - name: NVIDIA-SMI + continue-on-error: true run: | nvidia-smi @@ -204,6 +205,7 @@ jobs: uses: actions/checkout@v2 - name: NVIDIA-SMI + continue-on-error: true run: | nvidia-smi @@ -300,6 +302,7 @@ jobs: uses: actions/checkout@v2 - name: NVIDIA-SMI + continue-on-error: true run: | nvidia-smi