Skip to content

Commit 6fc5ea6

Browse files
authored
[MPT-16914] Removed e2e test step from pr build and merge (#193)
Removed e2e test step from pr build and merge https://softwareone.atlassian.net/browse/MPT-16914 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> Closes [MPT-16914](https://softwareone.atlassian.net/browse/MPT-16914) - Removed the "Run E2E test" step from the pull-request build workflow (`.github/workflows/pull-request.yml`) - The E2E test invocation (`make e2e --reportportal --rp-launch=$RP_LAUNCH --rp-api-key=$RP_API_KEY --rp-endpoint=$RP_ENDPOINT`) is no longer executed during PR builds - Validation tests and SonarCloud scanning steps remain intact in the workflow <!-- end of auto-generated comment: release notes by coderabbit.ai --> [MPT-16914]: https://softwareone.atlassian.net/browse/MPT-16914?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2 parents cc46ffd + 449f476 commit 6fc5ea6

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ 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"
41-
env:
42-
RP_LAUNCH: github-e2e-${{ github.event_name }}-${{ github.event.pull_request.number || github.run_number }}
43-
RP_ENDPOINT: ${{ secrets.RP_ENDPOINT }}
44-
RP_API_KEY: ${{ secrets.RP_API_KEY }}
45-
4639
- name: "Run SonarCloud Scan"
4740
uses: SonarSource/sonarqube-scan-action@master
4841
env:

0 commit comments

Comments
 (0)