Update CI VMs to use latest images#8852
Conversation
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8852) 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 (8852) - mean (71ms) : 67, 76
master - mean (72ms) : 68, 76
section Bailout
This PR (8852) - mean (74ms) : 73, 75
master - mean (75ms) : 72, 77
section CallTarget+Inlining+NGEN
This PR (8852) - mean (1,082ms) : 1027, 1137
master - mean (1,081ms) : 1030, 1133
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 (8852) - mean (111ms) : 105, 117
master - mean (111ms) : 106, 117
section Bailout
This PR (8852) - mean (110ms) : 109, 112
master - mean (110ms) : 108, 112
section CallTarget+Inlining+NGEN
This PR (8852) - mean (777ms) : 753, 801
master - mean (776ms) : 756, 796
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8852) - mean (96ms) : 93, 99
master - mean (99ms) : 95, 104
section Bailout
This PR (8852) - mean (100ms) : 95, 105
master - mean (97ms) : 95, 99
section CallTarget+Inlining+NGEN
This PR (8852) - mean (938ms) : 897, 980
master - mean (937ms) : 898, 976
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8852) - mean (94ms) : 92, 97
master - mean (95ms) : 93, 98
section Bailout
This PR (8852) - mean (96ms) : 93, 98
master - mean (99ms) : 93, 106
section CallTarget+Inlining+NGEN
This PR (8852) - mean (814ms) : 776, 853
master - mean (810ms) : 770, 849
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 (8852) - mean (201ms) : 197, 206
master - mean (201ms) : 196, 206
section Bailout
This PR (8852) - mean (206ms) : 201, 210
master - mean (206ms) : 203, 209
section CallTarget+Inlining+NGEN
This PR (8852) - mean (1,199ms) : 1156, 1242
master - mean (1,205ms) : 1170, 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 (8852) - mean (290ms) : 282, 298
master - mean (288ms) : 281, 295
section Bailout
This PR (8852) - mean (289ms) : 283, 295
master - mean (289ms) : 284, 295
section CallTarget+Inlining+NGEN
This PR (8852) - mean (971ms) : 952, 990
master - mean (975ms) : 949, 1000
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8852) - mean (282ms) : 276, 288
master - mean (285ms) : 279, 290
section Bailout
This PR (8852) - mean (281ms) : 272, 290
master - mean (285ms) : 280, 289
section CallTarget+Inlining+NGEN
This PR (8852) - mean (1,166ms) : 1130, 1201
master - mean (1,170ms) : 1134, 1207
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8852) - mean (281ms) : 277, 286
master - mean (282ms) : 275, 289
section Bailout
This PR (8852) - mean (282ms) : 278, 286
master - mean (283ms) : 277, 289
section CallTarget+Inlining+NGEN
This PR (8852) - mean (1,044ms) : 997, 1092
master - mean (1,049ms) : 1006, 1092
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-07-01 08:29:37 Comparing candidate commit b5845ef in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 72 metrics, 0 unstable metrics, 63 known flaky benchmarks, 63 flaky benchmarks without significant changes.
|
eac373c to
6aa5a64
Compare
6aa5a64 to
b5845ef
Compare
Summary of changes
Reason for change
We recently made some updates that broke our caching, so this updates the VMs.
Additionally, stop doing an explicitly
docker pullof the test agent, as that can hit rate limits, and we already pre-pull v1.62.0 (latest right now).Finally, add pinning for all docker images for supply chain reasons
Implementation details
Test coverage
This is the test - also started an "all TFMs" run here
Other details
https://datadoghq.atlassian.net/browse/APMLP-1344