-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[EWS] Support pull requests in Trigger #93
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
Conversation
aj062
left a 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.
r+ with few comments.
Tools/CISupport/ews-build/steps.py
Outdated
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.
This seems weird to have github.base.sha here. We should assign this only for patch workflow for now. This can create confusion later-on.
I believe we aren't using ews_revision anywhere in PR work-flow. If we need to use it later-on in PR workflow, let's add it in the same PR which will use it. Also we are already passing github.base.sha directly (in this PR), so we don't need another variable ews_revision for the same thing in PR workflow.
65dee98 to
3f0d13e
Compare
3f0d13e to
049244a
Compare
|
@JonWBedard |
Oh, oops! Yeah, that's going to be a problem. Will get it fixed ASAP. |
@JonWBedard Follow-up fix in https://trac.webkit.org/r288558 also has a mistake, it is setting the ews_revision property for pull_request workflow, while it should set it for patch workflow instead. |
049244a