Skip to content

Commit

Permalink
Update benchmark info (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity authored Sep 11, 2024
1 parent 9b67e09 commit 8e82dba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ jobs:
uses: singnet/integration-github-mattermost@master
with:
webhook-url: ${{ secrets.SCHEDULED_REPOS_MATTERMOST_WEBHOOK_URL }}
message: |-
message: |
SUCCESS - CI workflow succeeded in repository ${{ matrix.repo.name }}
${{ fromJson(steps.running-workflow.outputs.logs).benchmark.performbenchmark && fromJson(steps.running-workflow.outputs.logs).benchmark.performbenchmark != '' && format('Benchmark: {0}', fromJson(steps.running-workflow.outputs.logs).benchmark.performbenchmark) || '' }}
${{ fromJson(steps.running-workflow.outputs.logs).benchmark.performbenchmark != '' && format('Benchmark: {0}', fromJson(steps.running-workflow.outputs.logs).benchmark.performbenchmark) || '' }}
- name: Send failure notification
if: steps.running-workflow.outputs.conclusion != 'success'
uses: singnet/integration-github-mattermost@master
with:
webhook-url: ${{ secrets.SCHEDULED_REPOS_MATTERMOST_WEBHOOK_URL }}
message: |-
message: |
FAILURE - CI workflow failed in repository ${{ matrix.repo.name }}
${{ steps.running-workflow.outputs.logs && fromJson(steps.running-workflow.outputs.logs).benchmark.performbenchmark != '' && format('Benchmark: {0}', fromJson(steps.running-workflow.outputs.logs).benchmark.performbenchmark) || '' }}
${{ fromJson(steps.running-workflow.outputs.logs).benchmark.performbenchmark != '' && format('Benchmark: {0}', fromJson(steps.running-workflow.outputs.logs).benchmark.performbenchmark) || '' }}
Details: ${{ steps.running-workflow.outputs.run_url }}
Failed job:
${{ steps.running-workflow.outputs.failed_jobs_display }}
Expand Down

0 comments on commit 8e82dba

Please sign in to comment.