From e6adb6218e646eed8fd64cdec37e14c56223e85a Mon Sep 17 00:00:00 2001 From: Albert Sola Date: Tue, 3 Feb 2026 12:02:56 +0000 Subject: [PATCH] MPT-16824 Update e2e cronjob report portal setup --- .github/workflows/cron-main-e2e.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron-main-e2e.yml b/.github/workflows/cron-main-e2e.yml index bfb4315..87ffb50 100644 --- a/.github/workflows/cron-main-e2e.yml +++ b/.github/workflows/cron-main-e2e.yml @@ -26,11 +26,12 @@ jobs: MPT_API_TOKEN_VENDOR: ${{ secrets.MPT_API_TOKEN_VENDOR }} - name: "Run E2E test" - run: make e2e args="--reportportal --rp-launch=$RP_LAUNCH --rp-api-key=$RP_API_KEY --rp-endpoint=$RP_ENDPOINT" + run: make e2e args="--reportportal --rp-launch=$RP_LAUNCH --rp-api-key=$RP_API_KEY --rp-endpoint=$RP_ENDPOINT -o rp_launch_attributes=\"$RP_LAUNCH_ATTR\"" env: - RP_LAUNCH: github-e2e-cron-${{ github.ref_name }} + RP_LAUNCH: mpt-api-client-e2e RP_ENDPOINT: ${{ secrets.RP_ENDPOINT }} RP_API_KEY: ${{ secrets.RP_API_KEY }} + RP_LAUNCH_ATTR: ref:${{ github.ref }} event_name:${{ github.event_name }} - name: "Stop containers" if: always()