File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ resources:
176176- name : geode-benchmarks
177177 type : git
178178 source :
179- branch : develop
179+ branch : {{benchmarks.branch}}
180180 depth : 1
181181 uri : https://github.com/apache/geode-benchmarks.git
182182- name : geode-build-version
@@ -374,6 +374,7 @@ jobs:
374374 AWS_DEFAULT_REGION : us-west-2
375375 AWS_REGION : us-west-2
376376 ARTIFACT_BUCKET : ((artifact-bucket))
377+ BENCHMARK_BRANCH : {{benchmarks.branch}}
377378 BASELINE_BRANCH : {{benchmarks.baseline_branch}}
378379 BASELINE_VERSION : {{benchmarks.baseline_version}}
379380 run :
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ java_test_versions:
5757 version : 11
5858
5959benchmarks :
60+ branch : " release/1.9.0"
6061 baseline_branch : " "
6162 baseline_version : " 1.8.0"
6263
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ CLUSTER_TAG="${BUILD_PIPELINE_NAME}-${BUILD_JOB_NAME}-${BUILD_NAME}-${BUILD_ID}"
3434RESULTS_DIR=$( pwd) /results/benchmarks-${CLUSTER_TAG}
3535
3636CLUSTER_COUNT=4
37- BENCHMARKS_BRANCH=develop
3837
3938pushd geode
4039GEODE_SHA=$( git rev-parse --verify HEAD)
You can’t perform that action at this time.
0 commit comments