From 5fc3cd9b1dd27e13922039bf83af014425bc1c51 Mon Sep 17 00:00:00 2001 From: Florin Barbu Date: Thu, 18 Jan 2024 17:22:19 +0200 Subject: [PATCH] split reports per caller --- .github/workflows/test_common.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index cf258df119c..25c2bbc6737 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -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<