Skip to content

Commit 685bb9c

Browse files
committed
use ubuntu 22
1 parent b1a9a65 commit 685bb9c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def create_perf_variants():
483483
def 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 = []

.evergreen/scripts/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)