Skip to content

Commit e2597cc

Browse files
committed
Fix build-benchmark pipeline
1 parent b7bf847 commit e2597cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.buildkite/pipelines/pull-request/build-benchmark.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ steps:
77
command: |
88
.ci/scripts/run-gradle.sh :build-tools-internal:bootstrapPerformanceTests
99
.ci/scripts/install-gradle-profiler.sh
10-
.ci/scripts/run-gradle-profiler.sh --benchmark --scenario-file build-tools-internal/build/performanceTests/elasticsearch-build-benchmark-{{matrix.part}}.scenarios --measure-config-time --project-dir . --output-dir profile-out
10+
.ci/scripts/run-gradle-profiler.sh --benchmark --scenario-file build-tools-internal/build/performanceTests/elasticsearch-{{matrix.part}}.scenarios --measure-config-time --project-dir . --output-dir profile-out
1111
mkdir build
1212
tar -czf build/$BUILDKITE_BUILD_NUMBER.tar.bz2 profile-out
1313
matrix:
1414
setup:
1515
part:
16-
- part1
17-
- part2
16+
- esql-tests
1817
env:
1918
BUILD_PERFORMANCE_TEST: "true"
2019
agents:

0 commit comments

Comments
 (0)