From aa08a34669711295eccc4b2e7e41bde16f1af20d Mon Sep 17 00:00:00 2001 From: Lysandre Date: Tue, 31 Aug 2021 14:18:20 +0200 Subject: [PATCH] [Flax tests] NVIDIA-SMI failure should continue --- .github/workflows/self-push.yml | 2 ++ .github/workflows/self-scheduled.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/self-push.yml b/.github/workflows/self-push.yml index f112f8b82d..33036ca487 100644 --- a/.github/workflows/self-push.yml +++ b/.github/workflows/self-push.yml @@ -97,6 +97,7 @@ jobs: fetch-depth: 2 - name: NVIDIA-SMI + continue-on-error: true run: | nvidia-smi @@ -269,6 +270,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 834653af9d..b2a48f21bb 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -95,6 +95,7 @@ jobs: uses: actions/checkout@v2 - name: NVIDIA-SMI + continue-on-error: true run: | nvidia-smi @@ -300,6 +301,7 @@ jobs: uses: actions/checkout@v2 - name: NVIDIA-SMI + continue-on-error: true run: | nvidia-smi