Skip to content

Commit 8e92509

Browse files
committed
Use branch of benchmarks targeted for release/1.9.0.
1 parent 7d7f8f1 commit 8e92509

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ci/pipelines/geode-build/jinja.template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

ci/pipelines/shared/jinja.variables.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ java_test_versions:
5757
version: 11
5858

5959
benchmarks:
60+
branch: "release/1.9.0"
6061
baseline_branch: ""
6162
baseline_version: "1.8.0"
6263

ci/scripts/run_benchmarks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ CLUSTER_TAG="${BUILD_PIPELINE_NAME}-${BUILD_JOB_NAME}-${BUILD_NAME}-${BUILD_ID}"
3434
RESULTS_DIR=$(pwd)/results/benchmarks-${CLUSTER_TAG}
3535

3636
CLUSTER_COUNT=4
37-
BENCHMARKS_BRANCH=develop
3837

3938
pushd geode
4039
GEODE_SHA=$(git rev-parse --verify HEAD)

0 commit comments

Comments
 (0)