microsoft / perfview

PerfView is a CPU and memory performance-analysis tool
http://channel9.msdn.com/Series/PerfView-Tutorial
MIT License
4.14k stars 707 forks source link

Refactor Azure Pipelines To Allow for Re-Use #1992

Closed brianrob closed 8 months ago

brianrob commented 8 months ago

This is required for some internal changes around how we run Azure Pipelines. The goal is to make sure that however we run the CI in the open is also how we run it internally. This change refactors the CI into multiple yaml files so that they can be consumed by multiple pipelines.

Scheduled runs are also removed because they can be scheduled internally, which is where they are needed.