File tree Expand file tree Collapse file tree 2 files changed +26
-14
lines changed Expand file tree Collapse file tree 2 files changed +26
-14
lines changed Original file line number Diff line number Diff line change @@ -1229,16 +1229,19 @@ task_groups:
1229
1229
- name : test_atlas_task_group
1230
1230
setup_group :
1231
1231
- func : fetch source
1232
+ - command : expansions.update
1233
+ type : ' setup'
1234
+ params :
1235
+ updates :
1236
+ - { key: MONGODB_VERSION, value: "7.0" }
1237
+ - { key: LAMBDA_STACK_NAME, value: "dbx-node-lambda" }
1238
+ - { key: CLUSTER_PREFIX, value: "dbx-node-lambda" }
1232
1239
- func : assume secrets manager role
1233
1240
- command : subprocess.exec
1234
1241
params :
1235
1242
working_dir : src
1236
1243
binary : bash
1237
1244
add_expansions_to_env : true
1238
- env :
1239
- MONGODB_VERSION : " 7.0"
1240
- LAMBDA_STACK_NAME : dbx-node-lambda
1241
- CLUSTER_PREFIX : dbx-node-lambda
1242
1245
args :
1243
1246
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
1244
1247
- atlas
@@ -1261,14 +1264,17 @@ task_groups:
1261
1264
- name : test_atlas_task_group_search_indexes
1262
1265
setup_group :
1263
1266
- func : fetch source
1267
+ - command : expansions.update
1268
+ type : ' setup'
1269
+ params :
1270
+ updates :
1271
+ - { key: MONGODB_VERSION, value: "7.0" }
1272
+ - { key: CLUSTER_PREFIX, value: "dbx-node-lambda" }
1264
1273
- func : assume secrets manager role
1265
1274
- command : subprocess.exec
1266
1275
params :
1267
1276
working_dir : src
1268
1277
binary : bash
1269
- env :
1270
- MONGODB_VERSION : " 7.0"
1271
- CLUSTER_PREFIX : dbx-node-search
1272
1278
add_expansions_to_env : true
1273
1279
args :
1274
1280
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
Original file line number Diff line number Diff line change @@ -2982,16 +2982,19 @@ task_groups:
2982
2982
- name : test_atlas_task_group
2983
2983
setup_group :
2984
2984
- func : fetch source
2985
+ - command : expansions.update
2986
+ type : setup
2987
+ params :
2988
+ updates :
2989
+ - {key: MONGODB_VERSION, value: '7.0'}
2990
+ - {key: LAMBDA_STACK_NAME, value: dbx-node-lambda}
2991
+ - {key: CLUSTER_PREFIX, value: dbx-node-lambda}
2985
2992
- func : assume secrets manager role
2986
2993
- command : subprocess.exec
2987
2994
params :
2988
2995
working_dir : src
2989
2996
binary : bash
2990
2997
add_expansions_to_env : true
2991
- env :
2992
- MONGODB_VERSION : ' 7.0'
2993
- LAMBDA_STACK_NAME : dbx-node-lambda
2994
- CLUSTER_PREFIX : dbx-node-lambda
2995
2998
args :
2996
2999
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
2997
3000
- atlas
@@ -3013,14 +3016,17 @@ task_groups:
3013
3016
- name : test_atlas_task_group_search_indexes
3014
3017
setup_group :
3015
3018
- func : fetch source
3019
+ - command : expansions.update
3020
+ type : setup
3021
+ params :
3022
+ updates :
3023
+ - {key: MONGODB_VERSION, value: '7.0'}
3024
+ - {key: CLUSTER_PREFIX, value: dbx-node-lambda}
3016
3025
- func : assume secrets manager role
3017
3026
- command : subprocess.exec
3018
3027
params :
3019
3028
working_dir : src
3020
3029
binary : bash
3021
- env :
3022
- MONGODB_VERSION : ' 7.0'
3023
- CLUSTER_PREFIX : dbx-node-search
3024
3030
add_expansions_to_env : true
3025
3031
args :
3026
3032
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
You can’t perform that action at this time.
0 commit comments