Skip to content

Commit 166b48d

Browse files
committed
fix pyopenssl tasks
1 parent 6c72b43 commit 166b48d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ buildvariants:
451451
- name: pyopenssl-rhel8
452452
tasks:
453453
- name: .test-standard .sync
454-
- name: .test-standard .async .replica-set-noauth-ssl
454+
- name: .test-standard .async .replica_set-noauth-ssl
455455
display_name: PyOpenSSL RHEL8
456456
run_on:
457457
- rhel87-small
@@ -461,7 +461,7 @@ buildvariants:
461461
- name: pyopenssl-macos
462462
tasks:
463463
- name: .test-standard !.pypy .sync
464-
- name: .test-standard !.pypy .async .replica-set-noauth-ssl
464+
- name: .test-standard !.pypy .async .replica_set-noauth-ssl
465465
display_name: PyOpenSSL macOS
466466
run_on:
467467
- rhel87-small
@@ -471,7 +471,7 @@ buildvariants:
471471
- name: pyopenssl-win64
472472
tasks:
473473
- name: .test-standard !.pypy .sync
474-
- name: .test-standard !.pypy .async .replica-set-noauth-ssl
474+
- name: .test-standard !.pypy .async .replica_set-noauth-ssl
475475
display_name: PyOpenSSL Win64
476476
run_on:
477477
- rhel87-small

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def create_pyopenssl_variants():
233233
display_name = get_variant_name(base_name, host)
234234
base_task = ".test-standard" if host == "rhel8" else ".test-standard !.pypy"
235235
# We only need to run a subset on async.
236-
tasks = [f"{base_task} .sync", f"{base_task} .async .replica-set-noauth-ssl"]
236+
tasks = [f"{base_task} .sync", f"{base_task} .async .replica_set-noauth-ssl"]
237237
variants.append(
238238
create_variant(
239239
tasks,

0 commit comments

Comments
 (0)