Skip to content
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

Use release config for Mono tests #99920

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

jkoritzinsky
Copy link
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
Copy link
Contributor

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

@@ -1772,7 +1772,7 @@ extends:
jobParameters:
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
Member

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
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).

@jkoritzinsky jkoritzinsky merged commit 9ceb2e0 into dotnet:main Mar 18, 2024
150 of 152 checks passed
@jkoritzinsky jkoritzinsky deleted the mono-tests-release branch March 18, 2024 22:19
@github-actions github-actions bot locked and limited conversation to collaborators Apr 18, 2024
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