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/26 22:01:14 UTC

[geode] 02/02: GEODE-9775: fixup missing Concourse variable for PR pipeline (#7047)

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

commit a8ad684bcefbf556fe6feef6178d9a7c2a586d9a
Author: Robert Houghton <rh...@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 c1598b3..138476b 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -124,6 +124,9 @@ jobs:
               CPUS: {{build_test.CPUS}}
               RAM: {{build_test.RAM}}
               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: 8
@@ -285,6 +288,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 }}