Skip to content

Commit 38c43dd

Browse files
committed
fix variant
1 parent d027dab commit 38c43dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ buildvariants:
6161
# Atlas connect tests
6262
- name: atlas-connect-rhel8
6363
tasks:
64-
- name: .min-max-python
64+
- name: .min-max-tests
6565
display_name: Atlas connect RHEL8
6666
run_on:
6767
- rhel87-small

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def create_atlas_connect_variants():
477477
host = DEFAULT_HOST
478478
return [
479479
create_variant(
480-
[".min-max-python"],
480+
[".min-max-tests"],
481481
get_variant_name("Atlas connect", host),
482482
host=DEFAULT_HOST,
483483
)

0 commit comments

Comments
 (0)