You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should enable some AOT tests for non AOT images. This will allow us to test AOT functionality outside of just the nightly repos, which is an important and supported use-case.
This would mean:
Install the necessary packages on the SDK images in the test Dockerfile (similar to how a customer would do it - see releasesapi/Dockerfile.debian for an example). This of course would be only for these AOT tests and not apply to all test Dockerfiles.
Run the AOT compiled application on the runtime-deps image
The text was updated successfully, but these errors were encountered:
[Triage] Whether we add these tests should depend on whether or not we decide to officially support AOT images. If we decide to drop support for those images, then we will need to cover this scenario in testing. But if we add the images to main, then we can use the existing tests.
If we do decide only to support AOT images for new .NET versions, then we also need to decide whether we want to add this new AOT test scenario to in-support .NET images so that we cover AOT testing across all .NET versions.
See the description of Fix AOT tests in nightly (#6065) for context.
We should enable some AOT tests for non AOT images. This will allow us to test AOT functionality outside of just the nightly repos, which is an important and supported use-case.
This would mean:
releasesapi/Dockerfile.debian
for an example). This of course would be only for these AOT tests and not apply to all test Dockerfiles.runtime-deps
imageThe text was updated successfully, but these errors were encountered: