File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -163,16 +163,12 @@ run-benchmarks:
163163 - artifacts/
164164 expire_in : " 30 days"
165165 variables :
166- BP_INFRA_BENCHMARKING_PLATFORM_BRANCH : " dd-trace-dotnet/micro"
167-
168166 # Benchmarks matching this regex are marked as flaky by benchmark_analyzer
169167 # and excluded from gating decisions (regression and SLO breach checks).
170168 FLAKY_BENCHMARKS_REGEX : " Trace.Iast.StringAspectsBenchmark|Trace.CharSliceBenchmark|Trace.Asm.AppSecWafBenchmark|Trace.Asm.AppSecBodyBenchmark|Trace.Asm.AppSecEncodeBenchmark|Trace.CIVisibilityProtocolWriterBenchmark|Trace.AgentWriterBenchmark|Trace.AspNetCoreBenchmark|Trace.SingleSpanAspNetCoreBenchmark|Trace.ElasticsearchBenchmark|Trace.GraphQLBenchmark|Trace.Log4netBenchmark|Trace.SerilogBenchmark|Trace.RedisBenchmark|Trace.ILoggerBenchmark"
171169 script : |
172170 export ARTIFACTS_DIR="$(pwd)/artifacts"
173-
174- git clone --branch $BP_INFRA_BENCHMARKING_PLATFORM_BRANCH https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ddbuild.io/DataDog/benchmarking-platform /platform
175- bp-runner /platform/bp-runner.fail-on-regression.yml --debug
171+ bp-runner bp-runner.fail-on-regression.yml --debug
176172
177173check-big-regressions :
178174 extends : .check-big-regressions
You can’t perform that action at this time.
0 commit comments