Stop testing .NET Core 2.1 on PRs#5922
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 301908 Passed, 1609 Skipped, 12h 40m 34.21s Total Time |
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing the following branches/commits: Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). |
3b3fef7 to
2379315
Compare
2379315 to
9d877c9
Compare
Summary of changes
Reason for change
.NET Core 2.1 is EOL, so stop testing it by default. We may also remove it from the full/master runs too, but we can't quite agree the best option for that. Everyone agrees on this step though.
Also switch the arm64 integration tests to use the same generation strategy as all the other integration tests because it was inconsistent, and will make some other things I'm working on easier.
Implementation details
IsArm64as a decision point in theTestFrameworkspropertyTest coverage
This is the test, but we have less coverage in PRs now