-
Notifications
You must be signed in to change notification settings - Fork 180
Minor fixes for e2e tests and deployment #2092
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull request overview
This PR adds minor improvements to e2e test workflow handling and deployment process. It introduces automatic workflow rerun capability for failed workflows in e2e tests and captures PR URLs from the deployment process for better visibility.
Changes:
- Added automatic workflow rerun logic with a
noRerunparameter to prevent infinite retries - Modified deployment script to capture and display PR URLs when creating pull requests
- Enhanced deployment output with notice messages showing PR URLs
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| e2eTests/e2eTestHelper.psm1 | Added noRerun parameter and automatic workflow rerun logic to handle transient workflow failures |
| Internal/Deploy.ps1 | Modified to return and display PR URL from the PushChanges function with a notice message |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Internal improvements