@@ -61,12 +61,12 @@ functions:
61
61
type : setup
62
62
params :
63
63
binary : bash
64
- args : [mongo-cxx-driver/.evergreen/abi-compliance-check-setup.sh]
64
+ args : [-c, mongo-cxx-driver/.evergreen/abi-compliance-check-setup.sh]
65
65
- command : subprocess.exec
66
66
type : test
67
67
params :
68
68
binary : bash
69
- args : [mongo-cxx-driver/.evergreen/abi-compliance-check-test.sh]
69
+ args : [-c, mongo-cxx-driver/.evergreen/abi-compliance-check-test.sh]
70
70
- command : s3.put
71
71
type : system
72
72
params :
@@ -117,12 +117,12 @@ functions:
117
117
type : setup
118
118
params :
119
119
binary : bash
120
- args : [mongo-cxx-driver/.evergreen/abidiff-setup.sh]
120
+ args : [-c, mongo-cxx-driver/.evergreen/abidiff-setup.sh]
121
121
- command : subprocess.exec
122
122
type : test
123
123
params :
124
124
binary : bash
125
- args : [mongo-cxx-driver/.evergreen/abidiff-test.sh]
125
+ args : [-c, mongo-cxx-driver/.evergreen/abidiff-test.sh]
126
126
- command : s3.put
127
127
type : system
128
128
params :
@@ -151,7 +151,7 @@ functions:
151
151
type : test
152
152
params :
153
153
binary : bash
154
- args : [mongo-cxx-driver/.evergreen/abi-prohibited-symbols-test.sh]
154
+ args : [-c, mongo-cxx-driver/.evergreen/abi-prohibited-symbols-test.sh]
155
155
156
156
" setup " :
157
157
- command : shell.exec
@@ -338,7 +338,6 @@ functions:
338
338
command : subprocess.exec
339
339
params :
340
340
binary : bash
341
- working_dir : " ."
342
341
args :
343
342
- -c
344
343
- |
@@ -583,7 +582,6 @@ functions:
583
582
" upload mongo orchestration artifacts " :
584
583
- command : subprocess.exec
585
584
params :
586
- working_dir : " ."
587
585
binary : bash
588
586
args :
589
587
- -c
@@ -659,9 +657,7 @@ functions:
659
657
working_dir : " mongo-cxx-driver"
660
658
add_expansions_to_env : true
661
659
redirect_standard_error_to_output : true
662
- args :
663
- - -c
664
- - .evergreen/compile-scan-build.sh
660
+ args : [-c, .evergreen/compile-scan-build.sh]
665
661
666
662
" upload scan artifacts " :
667
663
- command : subprocess.exec
@@ -711,9 +707,7 @@ functions:
711
707
- ARTIFACTORY_PASSWORD
712
708
- SILK_CLIENT_ID
713
709
- SILK_CLIENT_SECRET
714
- args :
715
- - -c
716
- - .evergreen/check-augmented-sbom.sh
710
+ args : [-c, .evergreen/check-augmented-sbom.sh]
717
711
718
712
" upload augmented sbom " :
719
713
- command : s3.put
@@ -1287,7 +1281,7 @@ task_groups:
1287
1281
- command : subprocess.exec
1288
1282
params :
1289
1283
binary : bash
1290
- args : [mongo-cxx-driver/.evergreen/abi-stability-setup.sh]
1284
+ args : [-c, mongo-cxx-driver/.evergreen/abi-stability-setup.sh]
1291
1285
include_expansions_in_env : [cxx_standard]
1292
1286
tasks : [".abi-stability"]
1293
1287
teardown_task_can_fail_task : true
@@ -1308,8 +1302,7 @@ task_groups:
1308
1302
add_expansions_to_env : true
1309
1303
env :
1310
1304
MONGODB_VERSION : ' 7.0'
1311
- args :
1312
- - ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
1305
+ args : [-c, "${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh"]
1313
1306
- command : expansions.update
1314
1307
# Expected to set MONGODB_URI expansion.
1315
1308
params :
@@ -1320,8 +1313,7 @@ task_groups:
1320
1313
working_dir : mongo-cxx-driver
1321
1314
binary : bash
1322
1315
add_expansions_to_env : true
1323
- args :
1324
- - ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
1316
+ args : [-c, "${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh"]
1325
1317
setup_group_can_fail_task : true
1326
1318
setup_group_timeout_secs : 1800
1327
1319
tasks :
0 commit comments