Skip to content

Commit 491e3b7

Browse files
committed
MPT-16824 Rename report portal launch and move to use attributes
1 parent 5e7fa5a commit 491e3b7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ jobs:
3636
- name: "Run validation & test"
3737
run: make check-all
3838

39+
- name: "Run E2E test"
40+
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\""
41+
env:
42+
RP_LAUNCH: mpt-api-client-e2e
43+
RP_ENDPOINT: ${{ secrets.RP_ENDPOINT }}
44+
RP_API_KEY: ${{ secrets.RP_API_KEY }}
45+
RP_LAUNCH_ATTR: branch:${{ github.ref_name }} event_name:${{ github.event_name }} github_number:${{ github.event.pull_request.number || github.run_number }}
46+
47+
3948
- name: "Run SonarCloud Scan"
4049
uses: SonarSource/sonarqube-scan-action@master
4150
env:

0 commit comments

Comments
 (0)