Skip to content

Commit 74a40e8

Browse files
authored
MPT-16824 Update e2e cronjob report portal setup (#206)
2 parents aef0fb4 + e6adb62 commit 74a40e8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cron-main-e2e.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ jobs:
2626
MPT_API_TOKEN_VENDOR: ${{ secrets.MPT_API_TOKEN_VENDOR }}
2727

2828
- name: "Run E2E test"
29-
run: make e2e args="--reportportal --rp-launch=$RP_LAUNCH --rp-api-key=$RP_API_KEY --rp-endpoint=$RP_ENDPOINT"
29+
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\""
3030
env:
31-
RP_LAUNCH: github-e2e-cron-${{ github.ref_name }}
31+
RP_LAUNCH: mpt-api-client-e2e
3232
RP_ENDPOINT: ${{ secrets.RP_ENDPOINT }}
3333
RP_API_KEY: ${{ secrets.RP_API_KEY }}
34+
RP_LAUNCH_ATTR: ref:${{ github.ref }} event_name:${{ github.event_name }}
3435

3536
- name: "Stop containers"
3637
if: always()

0 commit comments

Comments
 (0)