Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ASM] Create new appsec waf benchmark with benchmark agent #4534

Merged
merged 3 commits into from
Aug 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add new benchmark agent in the pipeline
anna-git committed Aug 21, 2023
commit b79cdac80ce715a843c4545ab12fa08711818224
8 changes: 8 additions & 0 deletions .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
@@ -2707,6 +2707,8 @@ stages:
agent: "BenchmarkAgent5"
BenchmarkAgent6:
agent: "BenchmarkAgent6"
BenchmarkAgent7:
agent: "BenchmarkAgent7"

timeoutInMinutes: 30
pool:
@@ -2780,6 +2782,12 @@ stages:
artifact: benchmarks_results_BenchmarkAgent6
path: $(System.DefaultWorkingDirectory)/tracer/build_data/benchmarks

- task: DownloadPipelineArtifact@2
displayName: Download results BenchmarkAgent7
inputs:
artifact: benchmarks_results_BenchmarkAgent7
path: $(System.DefaultWorkingDirectory)/tracer/build_data/benchmarks

# upload the combined results for simplicity in other pipelines
- publish: tracer/build_data/benchmarks
artifact: benchmarks_results