-
Notifications
You must be signed in to change notification settings - Fork 0
MPT-16824 Rename report portal launch and move to use attributes #199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MPT-16824 Rename report portal launch and move to use attributes #199
Conversation
📝 WalkthroughWalkthroughModified two GitHub Actions workflow files to standardize ReportPortal E2E test configuration by replacing dynamic launch names with a fixed value and introducing a new environment variable to capture launch attributes containing Git reference and event metadata. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.github/workflows/pull-request.yml:
- Around line 39-45: Add an if: guard to both the "Create environment file" step
and the "Run E2E test" step so they are skipped when ReportPortal secrets are
unavailable (forked PRs); specifically, wrap the step definitions for "Create
environment file" and the step named "Run E2E test" with a condition that checks
secrets exist (for example using ${{ secrets.RP_API_KEY != '' &&
secrets.RP_ENDPOINT != '' }}), ensuring the E2E run and env file creation only
execute when those secrets are present.
491e3b7 to
5e8d9dc
Compare
5e8d9dc to
8fe745b
Compare
|



Closes MPT-16824
mpt-api-client-e2e) across CI/CD workflowsRP_LAUNCH_ATTRenvironment variable to capture launch attributes (ref and event name metadata)-o rp_launch_attributesoptionpush-release-branch.ymlandrelease.ymlworkflow files