You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sm...@apache.org on 2021/10/27 16:28:42 UTC

[geode] branch support/1.14 updated: [GEODE-9775] Add heavy-lifter environment variables.

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

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


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

commit 88d32e45002da80460fc00943f35d92a11d093ec
Author: Sean Goller <se...@goller.net>
AuthorDate: Wed Oct 27 09:25:59 2021 -0700

    [GEODE-9775] Add heavy-lifter environment variables.
    
    (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 }}