Skip to content

Commit eb0cedd

Browse files
authored
PYTHON-5577 - Drop support for OpenSSL 1.0.2 (#2561)
1 parent fad2ccb commit eb0cedd

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
buildvariants:
22
# Alternative hosts tests
3-
- name: openssl-1.0.2-rhel7-v5.0-python3.9
4-
tasks:
5-
- name: .test-no-toolchain
6-
display_name: OpenSSL 1.0.2 RHEL7 v5.0 Python3.9
7-
run_on:
8-
- rhel79-small
9-
batchtime: 1440
10-
expansions:
11-
VERSION: "5.0"
12-
PYTHON_VERSION: "3.9"
13-
PYTHON_BINARY: /opt/python/3.9/bin/python3
143
- name: other-hosts-rhel9-fips-latest
154
tasks:
165
- name: .test-no-toolchain

.evergreen/scripts/generate_config.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -480,19 +480,6 @@ def create_alternative_hosts_variants():
480480
batchtime = BATCHTIME_DAY
481481
variants = []
482482

483-
host = HOSTS["rhel7"]
484-
version = "5.0"
485-
variants.append(
486-
create_variant(
487-
[".test-no-toolchain"],
488-
get_variant_name("OpenSSL 1.0.2", host, python=CPYTHONS[0], version=version),
489-
host=host,
490-
python=CPYTHONS[0],
491-
batchtime=batchtime,
492-
expansions=dict(VERSION=version, PYTHON_VERSION=CPYTHONS[0]),
493-
)
494-
)
495-
496483
version = "latest"
497484
for host_name in OTHER_HOSTS:
498485
expansions = dict(VERSION="latest")

0 commit comments

Comments
 (0)