-
Notifications
You must be signed in to change notification settings - Fork 802
[CI] Add windows build and LIT to pre-commit #6862
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
Task time is ~1h10m. Will see how it impacts the pool.
I'm looking at existing pre-commit and I see that it takes ~36 min (19 min build + 17 min longest test), which is twice faster than expected Windows job. At the same time we have 2 times less Windows machines than Linux machines. |
Yes, that's a drawback I'd like to highlight. Pros: getting Windows issues earlier. Cons: pre-commit will take longer. |
|
I'd like to note that pre-commit/post-commit CI jobs ratio today is 4/1. |
That's a reasonable alternative. Do you have any good pointers to explore? Meanwhile just added a commit to reduce the load, skipping check-llvm and check-clang which take ~half of the time. That should make this approach a little bit more bearable... |
cperkinsintel
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.
LGTM
No, unfortunately, but I didn't looked for it. AFAIK, GitHub sends notifications to the account, which triggered the event only, so probably it can be some bot or third-party action. |
|
We found out that the main problem of post-commit today is notifications of the failures. Mail on post-commit broken goes to the person who merged the change, rather than the author. We need to fix that first. |
Task time is ~1h10m.
Will see how it impacts the pool.