Add ServiceHub core host integration test CI#57228
Conversation
| pool: | ||
| name: NetCorePublic-Pool | ||
| queue: $(queueName) | ||
| timeoutInMinutes: 135 |
There was a problem hiding this comment.
Consider adding a matrix so we test both Release and Debug configurations. See example
roslyn/azure-pipelines-integration.yml
Lines 18 to 44 in e1b5726
There was a problem hiding this comment.
Do we need to use $(poolName) in this new leg as well?
There was a problem hiding this comment.
That isn't necessary. We use that for our scouting queue.
Co-authored-by: Joey Robichaud <joseph.robichaud@microsoft.com>
|
@JoeRobich The new CI pipeline seems to be working as expected. Should I go ahead and merge this? How can I make sure the new core host legs are not blocking PRs? |
|
@JoeRobich Merge is blocked by flaky integration tests. Could you force merge this please? I believe the change in shared files is validated by (failed) integration test runs. Thanks! |
|
Thanks! @JoeRobich |
This depends on the change in #57223