Skip to content

Commit c88c09e

Browse files
committed
test: add_expansions to run tests
1 parent aef1982 commit c88c09e

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

.evergreen/config.in.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,37 +89,33 @@ functions:
8989
params:
9090
binary: bash
9191
working_dir: src
92+
add_expansions_to_env: true
9293
args:
9394
- .evergreen/activate-kms-venv.sh
94-
env:
95-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
9695
- command: subprocess.exec
9796
params:
9897
background: true
9998
binary: bash
10099
working_dir: src
100+
add_expansions_to_env: true
101101
args:
102102
- .evergreen/run-kmip-server.sh
103-
env:
104-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
105103
- command: subprocess.exec
106104
params:
107105
background: true
108106
binary: bash
109107
working_dir: src
108+
add_expansions_to_env: true
110109
args:
111110
- .evergreen/run-kms-servers.sh
112-
env:
113-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
114111
- command: subprocess.exec
115112
params:
116113
background: true
117114
working_dir: src
118115
binary: bash
116+
add_expansions_to_env: true
119117
args:
120118
- .evergreen/run-azure-kms-mock-server.sh
121-
env:
122-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
123119

124120
"bootstrap oidc":
125121
- command: ec2.assume_role
@@ -199,6 +195,7 @@ functions:
199195
params:
200196
working_dir: "src"
201197
timeout_secs: 300
198+
add_expansions_to_env: true
202199
shell: bash
203200
script: |
204201
${PREPARE_SHELL}

.evergreen/config.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,37 +63,33 @@ functions:
6363
params:
6464
binary: bash
6565
working_dir: src
66+
add_expansions_to_env: true
6667
args:
6768
- .evergreen/activate-kms-venv.sh
68-
env:
69-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
7069
- command: subprocess.exec
7170
params:
7271
background: true
7372
binary: bash
7473
working_dir: src
74+
add_expansions_to_env: true
7575
args:
7676
- .evergreen/run-kmip-server.sh
77-
env:
78-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
7977
- command: subprocess.exec
8078
params:
8179
background: true
8280
binary: bash
8381
working_dir: src
82+
add_expansions_to_env: true
8483
args:
8584
- .evergreen/run-kms-servers.sh
86-
env:
87-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
8885
- command: subprocess.exec
8986
params:
9087
background: true
9188
working_dir: src
9289
binary: bash
90+
add_expansions_to_env: true
9391
args:
9492
- .evergreen/run-azure-kms-mock-server.sh
95-
env:
96-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
9793
bootstrap oidc:
9894
- command: ec2.assume_role
9995
params:
@@ -169,6 +165,7 @@ functions:
169165
params:
170166
working_dir: src
171167
timeout_secs: 300
168+
add_expansions_to_env: true
172169
shell: bash
173170
script: |
174171
${PREPARE_SHELL}

0 commit comments

Comments
 (0)