Skip to content

Commit

Permalink
[Profiler] Fix Profiler execution benchmark tests (#6652)
Browse files Browse the repository at this point in the history
## Summary of changes

Fix profiler execution benchmark tests.

## Reason for change

The Http profiling feature added the benchmark test but the VMs do not
exist. This prevent the job from running.
## Implementation details

Remove the http benchmark tests until the vms are created.

## Test coverage

## Other details
<!-- Fixes #{issue} -->

<!-- ⚠️ Note: where possible, please obtain 2 approvals prior to
merging. Unless CODEOWNERS specifies otherwise, for external teams it is
typically best to have one review from a team member, and one review
from apm-dotnet. Trivial changes do not require 2 reviews. -->
  • Loading branch information
gleocadie authored Feb 11, 2025
1 parent 6c4bfa5 commit 07844c3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5111,11 +5111,6 @@ stages:
testName: garbagecollections
poolName: ProfilerExecBenchAgent11
framework: net7.0
OutgoingHttpRequests:
sampleName: ParallelCountSites
testName: outgoinghttprequests
poolName: ProfilerExecBenchAgent13
framework: net9.0
pool:
name: $(poolName)
timeoutInMinutes: 30 #default value
Expand Down Expand Up @@ -5210,11 +5205,6 @@ stages:
testName: garbagecollections
poolName: ProfilerExecBenchAgent12
framework: net7.0
OutgoingHttpRequests:
sampleName: ParallelCountSites
testName: outgoinghttprequests
poolName: ProfilerExecBenchAgent14
framework: net9.0
pool:
name: $(poolName)
timeoutInMinutes: 30 #default value
Expand Down

0 comments on commit 07844c3

Please sign in to comment.