This is an automated email from the ASF dual-hosted git repository.
smgoller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 7340352 [GEODE-9775] Add heavy-lifter environment variables. (#7052)
7340352 is described below
commit 7340352ba2bdd4915eabe377686b8acb21e04c09
Author: Sean Goller <[email protected]>
AuthorDate: Wed Oct 27 10:16:38 2021 -0700
[GEODE-9775] Add heavy-lifter environment variables. (#7052)
(cherry picked from commit 5012f3997c0ac898e021532eb98a1310d21b9c26)
---
ci/pipelines/examples/jinja.template.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ci/pipelines/examples/jinja.template.yml
b/ci/pipelines/examples/jinja.template.yml
index 4f3f55b..b5e33ce 100644
--- a/ci/pipelines/examples/jinja.template.yml
+++ b/ci/pipelines/examples/jinja.template.yml
@@ -20,6 +20,9 @@
{% macro common_instance_params(test) -%}
GCP_PROJECT: ((gcp-project))
+GCP_NETWORK: ((gcp-network))
+GCP_SUBNETWORK: ((gcp-subnet))
+GCP_ZONE: ((gcp-zone))
CPUS: {{ test.CPUS }}
RAM: {{ test.RAM }}
DISK: {{ test.DISK }}