Skip to content

Commit

Permalink
[GEODE-9775] Add heavy-lifter environment variables. (apache#7052)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5012f39)
  • Loading branch information
smgoller authored Oct 27, 2021
1 parent e24d185 commit 7340352
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/pipelines/examples/jinja.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7340352

Please sign in to comment.