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

2021-10-26 Thread smgoller
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 
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 }}


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

2021-10-26 Thread smgoller
This is an automated email from the ASF dual-hosted git repository.

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

commit f8f9098be63a29ac0b8f5ef2f81395594e143999
Author: Robert Houghton 
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 c8d6f6b..0025d36 100644
--- a/ci/pipelines/pull-request/jinja.template.yml
+++ b/ci/pipelines/pull-request/jinja.template.yml
@@ -129,6 +129,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
@@ -292,6 +295,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 }}


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

2021-10-26 Thread smgoller
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 
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 }}