Skip to content

Commit

Permalink
Ci continue through smi failure (#13140)
Browse files Browse the repository at this point in the history
* Continue on error

* Specific

* Temporary patch
  • Loading branch information
LysandreJik committed Aug 16, 2021
1 parent 73caccd commit e2f07c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/self-push.yml
Expand Up @@ -155,6 +155,7 @@ jobs:
fetch-depth: 2

- name: NVIDIA-SMI
continue-on-error: true
run: |
nvidia-smi
Expand Down Expand Up @@ -318,6 +319,7 @@ jobs:
fetch-depth: 2

- name: NVIDIA-SMI
continue-on-error: true
run: |
nvidia-smi
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/self-scheduled.yml
Expand Up @@ -150,6 +150,7 @@ jobs:
uses: actions/checkout@v2

- name: NVIDIA-SMI
continue-on-error: true
run: |
nvidia-smi
Expand Down Expand Up @@ -204,6 +205,7 @@ jobs:
uses: actions/checkout@v2

- name: NVIDIA-SMI
continue-on-error: true
run: |
nvidia-smi
Expand Down Expand Up @@ -300,6 +302,7 @@ jobs:
uses: actions/checkout@v2

- name: NVIDIA-SMI
continue-on-error: true
run: |
nvidia-smi
Expand Down

0 comments on commit e2f07c0

Please sign in to comment.