This is an automated email from the ASF dual-hosted git repository.
rhoughton pushed a commit to branch parameterize_initial_version
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/parameterize_initial_version
by this push:
new 5bf8e42 Parameterize initial version to reduce possible errors.
5bf8e42 is described below
commit 5bf8e4253229c5fb59d349aa25e8a2dfbf052349
Author: Robert Houghton <[email protected]>
AuthorDate: Wed Jul 17 10:38:25 2019 -0700
Parameterize initial version to reduce possible errors.
Co-authored-by: Sean Goller <[email protected]>
Co-authored-by: Bala Kaza Venkata <[email protected]>
---
ci/pipelines/geode-build/jinja.template.yml | 4 ++--
ci/pipelines/shared/jinja.variables.yml | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ci/pipelines/geode-build/jinja.template.yml
b/ci/pipelines/geode-build/jinja.template.yml
index bfd68d8..4dbdd2a 100644
--- a/ci/pipelines/geode-build/jinja.template.yml
+++ b/ci/pipelines/geode-build/jinja.template.yml
@@ -180,7 +180,7 @@ resources:
source:
bucket: ((version-bucket))
driver: gcs
- initial_version: 1.10.0
+ initial_version: {{ metadata.initial_version }}
json_key: ((!concourse-gcp-key))
key: ((pipeline-prefix))((geode-build-branch))/version
- name: geode-passing-version
@@ -188,7 +188,7 @@ resources:
source:
bucket: ((version-bucket))
driver: gcs
- initial_version: 1.10.0
+ initial_version: {{ metadata.initial_version }}
json_key: ((!concourse-gcp-key))
key: ((pipeline-prefix))((geode-build-branch))/passing-version
{% if repository.sanitized_fork == "apache" or repository.branch == "develop"
-%}
diff --git a/ci/pipelines/shared/jinja.variables.yml
b/ci/pipelines/shared/jinja.variables.yml
index 84b3d76..4bf4af0 100644
--- a/ci/pipelines/shared/jinja.variables.yml
+++ b/ci/pipelines/shared/jinja.variables.yml
@@ -18,6 +18,8 @@
repository:
project: geode
+metadata:
+ initial_version: 1.10.0
build_test:
name: "Build"
CPUS: "8"