Skip to content
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

test(e2e): update to add approval comment workflow for e2e trigger #11

Merged

Conversation

charliedmcb
Copy link
Collaborator

@charliedmcb charliedmcb commented Nov 7, 2023

Fixes #

Description
Currently for PR check-in the E2E suite is run via an approval comment directly for the e2e trigger workflow.

This works to test things, but overall has some quality of life issues, as if another approval comes in the trigger will be checked again, un-linking the previous e2e run from the PR regardless of if a new E2E suite run was requested or not.

This PR is step one of two meant to break apart the approval comment check so that the E2E suite run will not be overridden by a new review. This one added the new trigger scenario. Another follow up will be made once tested to remove the old trigger.

How was this change tested?
Not able to test since this trigger only works when in the default branch. Due to this I'm only adding the new trigger, and not removing the old one. Once we've tested that it works correctly in the main branch than I'll remove the old trigger scenario.
*

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

Release Note

NONE

Copy link
Collaborator Author

@charliedmcb charliedmcb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testing no e2e requested

Copy link
Collaborator Author

@charliedmcb charliedmcb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/e2e (testing E2E requested)

@charliedmcb charliedmcb changed the title test(e2e): update to use approval comment workflow for e2e trigger test(e2e): update to add approval comment workflow for e2e trigger Nov 7, 2023
@charliedmcb charliedmcb marked this pull request as ready for review November 7, 2023 23:27
@charliedmcb charliedmcb merged commit af71c81 into main Nov 8, 2023
7 checks passed
@charliedmcb charliedmcb deleted the charliedmcb/updateToUseApprovalCommentWorkflowForE2ETrigger branch November 8, 2023 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants