File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ if [[ "${USE_PERF_CREDENTIALS:-}" == "true" ]]; then
100
100
PERF_METRICS_USERNAME=$( vault read -field=es_username /secret/ci/elastic-elasticsearch/esbench-metics)
101
101
PERF_METRICS_PASSWORD=$( vault read -field=es_password /secret/ci/elastic-elasticsearch/esbench-metics)
102
102
103
- export METRICS_HOST
103
+ export PERF_METRICS_HOST
104
104
export PERF_METRICS_INDEX
105
- export METRICS_USERNAME
106
- export METRICS_PASSWORD
105
+ export PERF_METRICS_USERNAME
106
+ export PERF_METRICS_PASSWORD
107
107
fi
108
108
109
109
# Authenticate to the Docker Hub public read-only registry
Original file line number Diff line number Diff line change 3
3
command : |
4
4
.ci/scripts/run-gradle.sh :benchmarks:run --args 'org.elasticsearch.benchmark._nightly -rf json -rff build/result.json'
5
5
.ci/scripts/index-micro-benchmark-results.sh
6
+ env :
7
+ USE_PERF_CREDENTIALS : " true"
6
8
timeout_in_minutes : 300
7
9
agents :
8
10
provider : gcp
You can’t perform that action at this time.
0 commit comments