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.
- We don't need to run on both Linux & macOS, running just one of them should suffice.
- This brings it down from 15 to ~8 jobs
- Remove
pip install test requirements from Prebuild job
- Move Unit tests from
prebuild job
- Leave only linux debugger tests
- Remove windows debugger tests
- Save another job
Note, this applies only to PRs
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 requirementsfromPrebuild jobprebuild jobNote, this applies only to PRs