-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Enable outerloop helix legs on the "runtime-coreclr outerloop" pipeline. #57068
Conversation
Also, clean up the CoreCLR helix queue configuration since we don't run any tests in the internal build. Fixes dotnet#57007
Tagging subscribers to this area: @hoyosjs Issue DetailsAlso, clean up the CoreCLR helix queue configuration since we don't run any tests in the internal build. Fixes #57007
|
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
We eventually want to run tests on internal, i.e. for MSRC servicing. We haven't yet enabled that but it is tracked in #47328 which needs to happen before we start servicing for 6.0. I would just leave those in for now. |
I'd rather we add a new Helix queues setup template when we set up the internal queues unless we're planning on using the same pipeline definition (with the same platform matrix) for servicing as we do in main. #47328 also tracks adding running libraries tests, which will also need a helix queues file update to support running on internal queues. |
That was my assumption. I don't think we would want to add another build definition entry point. Unrelated, we also have a tracking issue to merge runtime-official.yml and runtime.yml but that hasn't happened yet. |
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
@jkoritzinsky I'm going to close this as no progress. Feel free to reopen if you plan to revisit. |
Also, clean up the CoreCLR helix queue configuration since we don't run any tests in the internal build.
Fixes #57007