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): remove direct approval trigger of E2E suite on PRs #14

Closed

Conversation

charliedmcb
Copy link
Collaborator

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 two 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 removes the old trigger scenario.

PR 1:
#11

How was this change tested?

Does this change impact docs?

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

Release Note


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.

Should not trigger any E2E runs

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 (should trigger an e2e suite run through the new workflow using the approval comment trigger)

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.

/test

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.

/test

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

@charliedmcb
Copy link
Collaborator Author

/test

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.

/test

@charliedmcb
Copy link
Collaborator Author

Closing this PR as all the changed when in by this other PR:
#18

@charliedmcb charliedmcb closed this Nov 9, 2023
@charliedmcb charliedmcb deleted the charliedmcb/removeDirectApprovalTriggerOfE2ESuiteOnPRs branch November 9, 2023 20:07
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.

1 participant