fix: remove dotnet6/7 container build integration tests#9109
Open
roger-zhangg wants to merge 1 commit into
Open
fix: remove dotnet6/7 container build integration tests#9109roger-zhangg wants to merge 1 commit into
roger-zhangg wants to merge 1 commit into
Conversation
Amazon.Lambda.Tools 7.0.0 dropped support for net6.0 and net7.0 (only supports net8.0+). Container builds pull the latest tools, so all container-based dotnet6/dotnet7 builds now fail with NU1202. Remove dotnet6 test cases and dotnet7 test cases entirely. Replace dotnet6 references in dedup/cache tests with dotnet10. All removed tests have dotnet10 equivalents already in place.
4884c1a to
60d00f2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Amazon.Lambda.Tools 7.0.0dropped support for net6.0 and net7.0 (only supports net8.0+)error NU1202test_build_cmd_dotnet.pytest_build_cmd.pyCoverage mapping — all removed tests have dotnet10 equivalents
test_dotnet_6(dotnet6 x {None,MountMode.WRITE} x {None,debug})test_dotnet_al2023already covers dotnet10 with same matrixtest_dotnet_6_in_container(dotnet6 interactive x {None,debug})test_dotnet_al2023_in_containercovers dotnet10 interactivetest_dotnet_al2Dotnet7 cases (provided.al2 non-container + container)test_dotnet_al2retainsDotnet(net8.0 native AOT on provided.al2)test_dotnet_al2_in_container(Dotnet7 interactive container)test_dotnet_al2023_in_containercovers dotnet10 containertest_must_fail...dotnet6 entryTest plan