-
Notifications
You must be signed in to change notification settings - Fork 64
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
test(e2e): remove direct approval trigger of E2E suite on PRs #14
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.
Should not trigger any E2E runs
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.
/e2e (should trigger an e2e suite run through the new workflow using the approval comment trigger)
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.
/test
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.
/test
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.
/e2e
/test |
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.
/test
Closing this PR as all the changed when in by this other PR: |
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?
Release Note