Skip to content

Commit

Permalink
chore: remove ReportPortal configuration (#3151)
Browse files Browse the repository at this point in the history
The QA team has decided to remove Report Portal integration due to minimal
adoption and lack of tangible benefits. Developers rely on CI for test failure
analysis, and the Auto Triage feature was not utilized. Removing RP will simplify
CI pipelines and eliminate unnecessary maintenance.
  • Loading branch information
adeldhis2 authored Nov 27, 2024
1 parent 9f39a9c commit cd3aef3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,3 @@ jobs:
username: ${{ secrets.CYPRESS_DHIS2_USERNAME }}
password: ${{ secrets.CYPRESS_DHIS2_PASSWORD }}
recordkey: ${{ secrets.CYPRESS_RECORD_KEY }}
reportportal_api_key: ${{ secrets.REPORTPORTAL_API_KEY }}
reportportal_endpoint: ${{ vars.REPORTPORTAL_ENDPOINT }}
reportportal_project: ${{ vars.REPORTPORTAL_PROJECT }}

0 comments on commit cd3aef3

Please sign in to comment.