Skip to content

Commit 67100fc

Browse files
committed
edit evergreen config
1 parent 5349164 commit 67100fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,8 @@ buildvariants:
729729
# Pyopenssl tests
730730
- name: pyopenssl-macos-python3.9
731731
tasks:
732-
- name: .replica_set .noauth .nossl .sync_async
733-
- name: .7.0 .noauth .nossl .sync_async
732+
- name: .replica_set .noauth .nossl .sync
733+
- name: .7.0 .noauth .nossl .sync
734734
display_name: PyOpenSSL macOS Python3.9
735735
run_on:
736736
- macos-14
@@ -740,8 +740,8 @@ buildvariants:
740740
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
741741
- name: pyopenssl-rhel8-python3.10
742742
tasks:
743-
- name: .replica_set .auth .ssl .sync
744-
- name: .7.0 .auth .ssl .sync
743+
- name: .replica_set .auth .ssl .sync_async
744+
- name: .7.0 .auth .ssl .sync_async
745745
display_name: PyOpenSSL RHEL8 Python3.10
746746
run_on:
747747
- rhel87-small

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def create_pyopenssl_variants():
263263

264264
display_name = get_variant_name(base_name, host, python=python)
265265
# only need to run some on async
266-
if python in (CPYTHONS[0], CPYTHONS[-1]):
266+
if python in (CPYTHONS[1], CPYTHONS[-1]):
267267
variant = create_variant(
268268
[f".replica_set .{auth} .{ssl} .sync_async", f".7.0 .{auth} .{ssl} .sync_async"],
269269
display_name,

0 commit comments

Comments
 (0)