We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2285f commit da56da3Copy full SHA for da56da3
.buildkite/pipelines/periodic-micro-benchmarks.yml
@@ -1,7 +1,7 @@
1
steps:
2
- label: periodic-micro-benchmarks
3
command: |
4
- .ci/scripts/run-gradle.sh -p benchmarks/ run --args 'org.elasticsearch.benchmark._nightly -rf json -rff build/result.json'
+ .ci/scripts/run-gradle.sh :benchmarks:run --args 'org.elasticsearch.benchmark._nightly -rf json -rff build/result.json'
5
timeout_in_minutes: 300
6
agents:
7
provider: gcp
0 commit comments