@@ -46,24 +46,11 @@ functions:
46
46
binary : bash
47
47
working_dir : " src"
48
48
args :
49
- - .evergreen/scripts/configure-env .sh
49
+ - .evergreen/scripts/setup-system .sh
50
50
# Load the expansion file to make an evergreen variable with the current unique version
51
51
- command : expansions.update
52
52
params :
53
53
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
67
54
68
55
" upload coverage" :
69
56
- command : ec2.assume_role
@@ -546,15 +533,6 @@ functions:
546
533
args :
547
534
- ${DRIVERS_TOOLS}/.evergreen/teardown.sh
548
535
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
-
558
536
" assume ec2 role " :
559
537
- command : ec2.assume_role
560
538
params :
@@ -650,7 +628,6 @@ functions:
650
628
pre :
651
629
- func : " fetch source"
652
630
- func : " setup system"
653
- - func : " install dependencies"
654
631
- func : " assume ec2 role"
655
632
656
633
post :
@@ -958,7 +935,6 @@ tasks:
958
935
959
936
- name : " test-aws-lambda-deployed"
960
937
commands :
961
- - func : " install dependencies"
962
938
- command : ec2.assume_role
963
939
params :
964
940
role_arn : ${LAMBDA_AWS_ROLE_ARN}
@@ -1547,8 +1523,6 @@ tasks:
1547
1523
1548
1524
- name : testazurekms-fail-task
1549
1525
commands :
1550
- - func : fetch source
1551
- - func : setup system
1552
1526
- func : " bootstrap mongo-orchestration"
1553
1527
vars :
1554
1528
VERSION : " latest"
0 commit comments