Add smoke tests for Ubuntu 26.04 (Resolute Racoon)#8522
Conversation
BenchmarksBenchmark execution time: 2026-04-27 12:07:56 Comparing candidate commit 945568a in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 27 metrics, 0 unstable metrics, 58 known flaky benchmarks, 29 flaky benchmarks without significant changes.
|
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8522) and master. ✅ No regressions detected - check the details below Full Metrics ComparisonFakeDbCommand
HttpMessageHandler
Comparison explanationExecution-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 highlighted 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). Duration chartsFakeDbCommand (.NET Framework 4.8)gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8522) - mean (72ms) : 70, 75
master - mean (72ms) : 70, 75
section Bailout
This PR (8522) - mean (78ms) : 73, 82
master - mean (78ms) : 74, 81
section CallTarget+Inlining+NGEN
This PR (8522) - mean (1,078ms) : 1020, 1136
master - mean (1,089ms) : 1034, 1144
FakeDbCommand (.NET Core 3.1)gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8522) - mean (113ms) : 108, 117
master - mean (115ms) : 111, 119
section Bailout
This PR (8522) - mean (119ms) : 111, 126
master - mean (119ms) : 113, 124
section CallTarget+Inlining+NGEN
This PR (8522) - mean (773ms) : 743, 803
master - mean (775ms) : 750, 801
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8522) - mean (100ms) : 97, 104
master - mean (104ms) : 98, 110
section Bailout
This PR (8522) - mean (105ms) : 100, 110
master - mean (102ms) : 99, 105
section CallTarget+Inlining+NGEN
This PR (8522) - mean (938ms) : 899, 977
master - mean (943ms) : 906, 980
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8522) - mean (101ms) : 94, 109
master - mean (102ms) : 96, 108
section Bailout
This PR (8522) - mean (101ms) : 98, 103
master - mean (104ms) : 99, 110
section CallTarget+Inlining+NGEN
This PR (8522) - mean (825ms) : 781, 868
master - mean (822ms) : 788, 855
HttpMessageHandler (.NET Framework 4.8)gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8522) - mean (203ms) : 194, 212
master - mean (201ms) : 195, 207
section Bailout
This PR (8522) - mean (208ms) : 198, 218
master - mean (206ms) : 201, 211
section CallTarget+Inlining+NGEN
This PR (8522) - mean (1,206ms) : 1153, 1260
master - mean (1,191ms) : 1142, 1240
HttpMessageHandler (.NET Core 3.1)gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8522) - mean (292ms) : 278, 306
master - mean (289ms) : 279, 299
section Bailout
This PR (8522) - mean (293ms) : 280, 306
master - mean (291ms) : 281, 300
section CallTarget+Inlining+NGEN
This PR (8522) - mean (950ms) : 927, 973
master - mean (947ms) : 919, 976
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8522) - mean (284ms) : 272, 296
master - mean (283ms) : 273, 294
section Bailout
This PR (8522) - mean (282ms) : 270, 294
master - mean (284ms) : 275, 293
section CallTarget+Inlining+NGEN
This PR (8522) - mean (1,141ms) : 1077, 1206
master - mean (1,152ms) : 1110, 1195
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8522) - mean (278ms) : 267, 288
master - mean (280ms) : 271, 289
section Bailout
This PR (8522) - mean (277ms) : 270, 283
master - mean (280ms) : 274, 286
section CallTarget+Inlining+NGEN
This PR (8522) - mean (1,035ms) : 974, 1096
master - mean (1,038ms) : 990, 1085
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3f56452 to
945568a
Compare
Summary of changes
Adds smoke tests for the new Ubuntu 26.04 (Resolute Racoon) .NET containers
Reason for change
A new version of Ubuntu was released on 23rd April and Microsoft have released updated .NET container images which we should test with to make sure they work.
Implementation details
Asked 🤖 to update the images. I then de-duped most of them, as I don't think we need to smoke test .NET 10 on both
nobleandresolute, considering we already test .NET 9 onnoble. Kept a couple for coverage, but trying to keep the numbers of individual tests manageable.Test coverage
Tests for standard, chiseled, and composite images, plus the SDK image for the
dd-tracetool.Other details
One interesting aspect this doesn't test: Ubuntu uses the Linux 7.0 kernel, but containers use the kernel of the host, so these container tests aren't testing how a 26.04 host behaves. Just something to bear in mind.