Skip to content

Commit 524686a

Browse files
committed
Merge branch 'master' of github.com:mongodb/mongo-python-driver
2 parents 85b7090 + 71ef4e0 commit 524686a

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -46,24 +46,11 @@ functions:
4646
binary: bash
4747
working_dir: "src"
4848
args:
49-
- .evergreen/scripts/configure-env.sh
49+
- .evergreen/scripts/setup-system.sh
5050
# Load the expansion file to make an evergreen variable with the current unique version
5151
- command: expansions.update
5252
params:
5353
file: src/expansion.yml
54-
- command: subprocess.exec
55-
params:
56-
include_expansions_in_env: ["PROJECT_DIRECTORY", "DRIVERS_TOOLS"]
57-
binary: bash
58-
args:
59-
- src/.evergreen/scripts/prepare-resources.sh
60-
# Run drivers-evergreen-tools system setup
61-
- command: subprocess.exec
62-
params:
63-
include_expansions_in_env: ["PROJECT_DIRECTORY", "DRIVERS_TOOLS"]
64-
binary: bash
65-
args:
66-
- ${DRIVERS_TOOLS}/.evergreen/setup.sh
6754

6855
"upload coverage" :
6956
- command: ec2.assume_role
@@ -546,15 +533,6 @@ functions:
546533
args:
547534
- ${DRIVERS_TOOLS}/.evergreen/teardown.sh
548535

549-
"install dependencies":
550-
- command: subprocess.exec
551-
params:
552-
binary: bash
553-
working_dir: "src"
554-
args:
555-
- .evergreen/scripts/run-with-env.sh
556-
- .evergreen/scripts/install-dependencies.sh
557-
558536
"assume ec2 role":
559537
- command: ec2.assume_role
560538
params:
@@ -650,7 +628,6 @@ functions:
650628
pre:
651629
- func: "fetch source"
652630
- func: "setup system"
653-
- func: "install dependencies"
654631
- func: "assume ec2 role"
655632

656633
post:
@@ -958,7 +935,6 @@ tasks:
958935

959936
- name: "test-aws-lambda-deployed"
960937
commands:
961-
- func: "install dependencies"
962938
- command: ec2.assume_role
963939
params:
964940
role_arn: ${LAMBDA_AWS_ROLE_ARN}
@@ -1547,8 +1523,6 @@ tasks:
15471523

15481524
- name: testazurekms-fail-task
15491525
commands:
1550-
- func: fetch source
1551-
- func: setup system
15521526
- func: "bootstrap mongo-orchestration"
15531527
vars:
15541528
VERSION: "latest"

0 commit comments

Comments
 (0)