Skip to content

Use release config for Mono tests#99920

Merged
jkoritzinsky merged 1 commit into
dotnet:mainfrom
jkoritzinsky:mono-tests-release
Mar 18, 2024
Merged

Use release config for Mono tests#99920
jkoritzinsky merged 1 commit into
dotnet:mainfrom
jkoritzinsky:mono-tests-release

Conversation

@jkoritzinsky

Copy link
Copy Markdown
Member

This preserves prior behavior and fixes the timeout issues we're seeing

This preserves prior behavior and fixes the timeout issues we're seeing
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Comment thread eng/pipelines/runtime.yml
testGroup: innerloop
nameSuffix: Mono_Interpreter_LibrariesTests
buildArgs: -s mono+libs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
buildArgs: -s mono+libs+libs.tests -rc Release -c $(_BuildConfig) /p:ArchiveTests=true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, you're still giving the option of choosing the -c for the runtime, even though -rc assumes Debug on libraries. They don't collide with each other, right?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this works fine. I generally prefer the explicitness of passing -c always in case we want to change it. It's not necessary here, just preference of explicitness (like the rest of the pipelines).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants