File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ buildvariants:
89
89
tags : [pr]
90
90
91
91
# Aws auth tests
92
- - name : auth-aws-ubuntu-20
92
+ - name : auth-aws-ubuntu-22
93
93
tasks :
94
94
- name : .auth-aws
95
- display_name : Auth AWS Ubuntu-20
95
+ display_name : Auth AWS Ubuntu-22
96
96
run_on :
97
- - ubuntu2004 -small
97
+ - ubuntu2204 -small
98
98
tags : []
99
99
- name : auth-aws-win64
100
100
tasks :
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ def create_perf_variants():
483
483
def create_aws_auth_variants ():
484
484
variants = []
485
485
486
- for host_name in ["ubuntu20 " , "win64" , "macos" ]:
486
+ for host_name in ["ubuntu22 " , "win64" , "macos" ]:
487
487
expansions = dict ()
488
488
tasks = [".auth-aws" ]
489
489
tags = []
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ def run() -> None:
164
164
target = f"run-mongodb-aws-{ SUB_TEST_NAME } -test.sh"
165
165
text = (HERE / "run-aws-container-test.sh" ).read_text ()
166
166
if SUB_TEST_NAME == "eks" :
167
- text = text .replace ("python3.9" , "python3.11" ). replace ( " ecs" , "eks" )
167
+ text = text .replace ("ecs" , "eks" )
168
168
(HERE .parent / target ).write_text (text )
169
169
run_command (f"{ DRIVERS_TOOLS } /.evergreen/auth_aws/aws_setup.sh { SUB_TEST_NAME } " )
170
170
return
You can’t perform that action at this time.
0 commit comments