Skip to content

Commit

Permalink
Update links to resources for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Mar 13, 2024
1 parent 05b0490 commit 8b56cd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/check-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,17 +248,25 @@ jobs:
needs: [image-build, container-launch, binder-cache]
runs-on: ubuntu-latest
if: ${{ always() }}
env:
RESOURCES_REPO_URL: ${{ github.server_url }}/USRSE/notebooks-submissions
DOCS_URL: ${{ github.server_url }}/USRSE/notebooks-submissions/blob/main/docs
SLACK_URL: https://usrse.slack.com/archives/C060Z8034MU
steps:

- name: Report build failure
if: ${{ !( needs.image-build.result == 'success' && needs.container-launch.result == 'success') }}
run: |
cat << EOF > $GITHUB_STEP_SUMMARY
cat << 'EOF' > $GITHUB_STEP_SUMMARY
The CI run was not successful for ${{ inputs.repository }}@${{ inputs.ref }}.
See the following resources for details:
- <https://github.com/USRSE/usrse23/wiki/notebooks-submissions>
- [Notebooks CI repository](${{ env.RESOURCES_REPO_URL }})
- [Notebooks CI troubleshooting](${{ env.DOCS_URL }}/troubleshooting.md)
- [Notebooks CI documentation](${{ env.DOCS_URL }})
- [Notebooks CI wiki](${{ env.RESOURCES_REPO_URL }}/wiki)
- [`#usrse24` channel](${{ env.SLACK_URL }}) on the US-RSE Slack workspace
EOF
Expand Down
1 change: 1 addition & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Troubleshooting

0 comments on commit 8b56cd9

Please sign in to comment.