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 6ed7890 commit ee297c8Copy full SHA for ee297c8
.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
.ci/scripts/run-gradle.sh
@@ -41,4 +41,4 @@ else
41
fi
42
43
set -e
44
-$GRADLEW -S --max-workers=$MAX_WORKERS $@
+$GRADLEW -S --max-workers=$MAX_WORKERS "$@"
0 commit comments