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:
8989 tags : [pr]
9090
9191 # Aws auth tests
92- - name : auth-aws-ubuntu-20
92+ - name : auth-aws-ubuntu-22
9393 tasks :
9494 - name : .auth-aws
95- display_name : Auth AWS Ubuntu-20
95+ display_name : Auth AWS Ubuntu-22
9696 run_on :
97- - ubuntu2004 -small
97+ - ubuntu2204 -small
9898 tags : []
9999 - name : auth-aws-win64
100100 tasks :
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ def create_perf_variants():
483483def create_aws_auth_variants ():
484484 variants = []
485485
486- for host_name in ["ubuntu20 " , "win64" , "macos" ]:
486+ for host_name in ["ubuntu22 " , "win64" , "macos" ]:
487487 expansions = dict ()
488488 tasks = [".auth-aws" ]
489489 tags = []
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ def run() -> None:
164164 target = f"run-mongodb-aws-{ SUB_TEST_NAME } -test.sh"
165165 text = (HERE / "run-aws-container-test.sh" ).read_text ()
166166 if SUB_TEST_NAME == "eks" :
167- text = text .replace ("python3.9" , "python3.11" ). replace ( " ecs" , "eks" )
167+ text = text .replace ("ecs" , "eks" )
168168 (HERE .parent / target ).write_text (text )
169169 run_command (f"{ DRIVERS_TOOLS } /.evergreen/auth_aws/aws_setup.sh { SUB_TEST_NAME } " )
170170 return
You can’t perform that action at this time.
0 commit comments