split reports per caller

This commit is contained in:
Florin Barbu 2024-01-18 17:22:19 +02:00
parent 6fbc2bad13
commit 5fc3cd9b1d
No known key found for this signature in database
GPG Key ID: 593D6DBC6D9E5095

View File

@ -63,7 +63,7 @@ jobs:
id: allure-report
with:
allure_results: allure-results
gh_pages: gh-pages
gh_pages: gh-pages/${{ env.CALLER }}
allure_history: allure-history
keep_reports: 30
@ -74,6 +74,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: allure-history
destination_dir: ${{ env.CALLER }}
- name: Create job summary
if: always()
@ -85,7 +86,7 @@ jobs:
echo "- **Node2**: ${{ env.NODE_2 }}" >> $GITHUB_STEP_SUMMARY
echo "- **Additonal Nodes**: ${{ env.ADDITIONAL_NODES }}" >> $GITHUB_STEP_SUMMARY
echo "## Test Results" >> $GITHUB_STEP_SUMMARY
echo "Allure report will be available at: https://waku-org.github.io/waku-interop-tests/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY
echo "Allure report will be available at: https://waku-org.github.io/waku-interop-tests/${{ env.CALLER }}/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY
{
echo 'JOB_SUMMARY<<EOF'
cat $GITHUB_STEP_SUMMARY