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

commit 33e95ed71e4a40e76097195c98b38a34d5403398
Author: Robert Houghton <rhough...@pivotal.io>
AuthorDate: Tue Oct 26 12:30:41 2021 -0700

    GEODE-9775: fixup missing Concourse variable for PR pipeline (#7047)
    
    (cherry picked from commit e1fac45368f20896a36a96936f4bc938951b4659)
---
 ci/pipelines/pull-request/jinja.template.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ci/pipelines/pull-request/jinja.template.yml 
b/ci/pipelines/pull-request/jinja.template.yml
index 188be95..b01f349 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -147,6 +147,9 @@ jobs:
               RAM: {{build_test.RAM}}
               DISK: {{build_test.DISK}}
               GCP_PROJECT: ((gcp-project))
+              GCP_NETWORK: ((gcp-network))
+              GCP_SUBNETWORK: ((gcp-subnet))
+              GCP_ZONE: ((gcp-zone))
               GEODE_BRANCH: {{repository.branch}}
               GEODE_FORK: {{repository.fork}}
               JAVA_BUILD_VERSION: {{ java_build_version.version }}
@@ -318,6 +321,9 @@ jobs:
               GEODE_BRANCH: {{repository.branch}}
               GEODE_FORK: {{repository.fork}}
               GCP_PROJECT: ((gcp-project))
+              GCP_NETWORK: ((gcp-network))
+              GCP_SUBNETWORK: ((gcp-subnet))
+              GCP_ZONE: ((gcp-zone))
               RAM: {{test.RAM}}
               JAVA_BUILD_VERSION: {{ java_build_version.version }}
               JAVA_TEST_VERSION: {{ java_test_version.version }}

Reply via email to