Skip to content

Commit a666957

Browse files
authored
Merge pull request #2 from n0-computer/matheus23/identify-flaky-repo
chore(ci): Identify which repository flaky tests were reported for
2 parents 195aada + 133b648 commit a666957

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
issue-number: ${{ github.event.pull_request.number || inputs.pr_number }}
6868
comment-id: ${{ steps.fc.outputs.comment-id }}
6969
body: |
70-
Documentation for this PR has been generated and is available at: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ env.PREVIEW_PATH }}/iroh/
70+
Documentation for this PR has been generated and is available at: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ env.PREVIEW_PATH }}/iroh_blobs/
7171
7272
Last updated: ${{ env.TIMESTAMP }}
7373
edit-mode: replace

.github/workflows/flaky.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
uses: n0-computer/discord-webhook-notify@v1
9494
if: ${{ env.TESTS_RESULT == 'failure' || env.TESTS_RESULT == 'success' }}
9595
with:
96+
text: "Flaky tests in **${{ github.repository }}**:"
9697
severity: ${{ env.TESTS_RESULT == 'failure' && 'warn' || 'info' }}
9798
details: ${{ env.TESTS_RESULT == 'failure' && steps.make_summary.outputs.summary || 'No flaky failures!' }}
9899
webhookUrl: ${{ secrets.DISCORD_N0_GITHUB_CHANNEL_WEBHOOK_URL }}

0 commit comments

Comments
 (0)