-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Consider reducing/moving Azdo jobs from PR to nightly CI #4123
Comments
I think speeding up PR validation step is worthwhile as well, and if the rest of the team agrees too, I think we can certainly use Linux steps in lieu of macOS for PR validation. Note that we are currently calling out nightly failures in our daily standup in order to ensure we don't miss anything. We are actively looking for better ways to make the nightly CI build more discoverable and are open to ideas (we cannot put the badge at the top of our README.md, yet). The nightly CI will still run macOS tests in full along with all other tests. I would add the following detail:
|
This will greatly speed up Azdo CI.
Waiting for CI to pass takes a while when there are number of PRs.
This will only get worse over time, with more engineers working on PRs in parallel.
E.g.
pip install test requirements
fromPrebuild job
prebuild job
Note, this applies only to PRs
The text was updated successfully, but these errors were encountered: