This is an automated email from the ASF dual-hosted git repository.

smgoller pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new 5012f39  [GEODE-9775] Add heavy-lifter environment variables.
5012f39 is described below

commit 5012f3997c0ac898e021532eb98a1310d21b9c26
Author: Sean Goller <[email protected]>
AuthorDate: Wed Oct 27 09:19:46 2021 -0700

    [GEODE-9775] Add heavy-lifter environment variables.
---
 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 6c04aff..c0bb819 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 }}
 {%- endmacro %}

Reply via email to