-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Consider switching CI to Azure Pipelines #4577
Copy link
Copy link
Closed
Labels
C-questionCategory: QuestionsCategory: QuestionsS-needs-discussionStatus: Needs further discussion before merging or work can be startedStatus: Needs further discussion before merging or work can be started
Description
Activity
Metadata
Metadata
Assignees
Labels
C-questionCategory: QuestionsCategory: QuestionsS-needs-discussionStatus: Needs further discussion before merging or work can be startedStatus: Needs further discussion before merging or work can be started
rustc has moved to it, and it seems overall nicer. It supports all three OSes, and it also supports better pipelining. So, for example, one can build clippy first, and then parallelize the integration tests based on a single clippy build (instead of having ten integration test workers all build clippy). This should be faster, and we might benefit from the Rust org's azure builders, though we'd have to check with the infra team on that (@pietro?).
thoughts? @phansch @flip1995 @oli-obk @yaahc