Handle quotes in gradle arguments (#128548)
Validate Gradle Wrapper / Validation (push) Waiting to run
Details
Validate Gradle Wrapper / Validation (push) Waiting to run
Details
This commit is contained in:
parent
aa0397fb49
commit
c14037985d
|
@ -1,7 +1,7 @@
|
||||||
steps:
|
steps:
|
||||||
- label: periodic-micro-benchmarks
|
- label: periodic-micro-benchmarks
|
||||||
command: |
|
command: |
|
||||||
.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'
|
||||||
timeout_in_minutes: 300
|
timeout_in_minutes: 300
|
||||||
agents:
|
agents:
|
||||||
provider: gcp
|
provider: gcp
|
||||||
|
|
|
@ -41,4 +41,4 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
$GRADLEW -S --max-workers=$MAX_WORKERS $@
|
$GRADLEW -S --max-workers=$MAX_WORKERS "$@"
|
||||||
|
|
Loading…
Reference in New Issue