We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aef0fb4 + e6adb62 commit 74a40e8Copy full SHA for 74a40e8
1 file changed
.github/workflows/cron-main-e2e.yml
@@ -26,11 +26,12 @@ jobs:
26
MPT_API_TOKEN_VENDOR: ${{ secrets.MPT_API_TOKEN_VENDOR }}
27
28
- name: "Run E2E test"
29
- 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\""
30
env:
31
- RP_LAUNCH: github-e2e-cron-${{ github.ref_name }}
+ RP_LAUNCH: mpt-api-client-e2e
32
RP_ENDPOINT: ${{ secrets.RP_ENDPOINT }}
33
RP_API_KEY: ${{ secrets.RP_API_KEY }}
34
+ RP_LAUNCH_ATTR: ref:${{ github.ref }} event_name:${{ github.event_name }}
35
36
- name: "Stop containers"
37
if: always()
0 commit comments