-
Couldn't load subscription status.
- Fork 1.7k
[ iOS EWS ] imported/w3c/web-platform-tests/dom/events/focus-event-document-move.html is a constant text failure #66
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
|
Not ready for landing yet, wanted to post this code for reference. |
72e1369 to
00992e5
Compare
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.
how is this scheduler triggered?
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.
GitHub hooks generate by pull-requests have this:
-H "X-GitHub-Event: pull_request
in their header. My understanding is that upon receiving this hook, buildbot triggers the scheduler named pull request
424a176 to
3ee2807
Compare
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.
Overall looks good. few minor comments.
Also one unit-test is failing, need to delete/update it https://ews-build.webkit.org/#/builders/20/builds/65384
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.
still unclear who is setting this 'repository' property. Can we just skip it altogether?
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.
'repository' comes from the GitHub hook, Making it optional may be reasonable, but we don't want to drop it entirely. This is one of the arguments that will change for security pull-requests.
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.
can we do this:
def pr_url(cls, pr_number, repository_url=None):
084f266 to
9a1636d
Compare
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 if condition seems incorrect, please use explicit parenthesis to make it correct and clear.
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.
I preferred previous one-liner, but this is ok as well.
|
r=me (with above comments) |
76b74ec to
8167e2b
Compare
8167e2b to
c857ce6
Compare
b04f96f