Skip to content

Commit db6dad9

Browse files
authored
PYTHON-5605 - Drop usage of Ubuntu 20 (#2683)
1 parent a426ad9 commit db6dad9

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.evergreen/generated_configs/variants.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ buildvariants:
7070
tags: [pr]
7171

7272
# Aws auth tests
73-
- name: auth-aws-ubuntu-20
73+
- name: auth-aws-rhel8
7474
tasks:
7575
- name: .auth-aws
76-
display_name: Auth AWS Ubuntu-20
76+
display_name: Auth AWS RHEL8
7777
run_on:
78-
- ubuntu2004-small
78+
- rhel87-small
7979
tags: []
8080
- name: auth-aws-win64
8181
tasks:

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def create_perf_variants():
481481
def create_aws_auth_variants():
482482
variants = []
483483

484-
for host_name in ["ubuntu20", "win64", "macos"]:
484+
for host_name in ["rhel8", "win64", "macos"]:
485485
expansions = dict()
486486
tasks = [".auth-aws"]
487487
tags = []

.evergreen/scripts/generate_config_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ class Host:
6363
HOSTS["win32"] = Host("win32", "windows-64-vsMulti-small", "Win32", dict())
6464
HOSTS["macos"] = Host("macos", "macos-14", "macOS", dict())
6565
HOSTS["macos-arm64"] = Host("macos-arm64", "macos-14-arm64", "macOS Arm64", dict())
66-
HOSTS["ubuntu20"] = Host("ubuntu20", "ubuntu2004-small", "Ubuntu-20", dict())
6766
HOSTS["ubuntu22"] = Host("ubuntu22", "ubuntu2204-small", "Ubuntu-22", dict())
6867
HOSTS["perf"] = Host("perf", "rhel90-dbx-perf-large", "", dict())
6968
HOSTS["debian11"] = Host("debian11", "debian11-small", "Debian11", dict())

0 commit comments

Comments
 (0)