Skip to content

Commit d027dab

Browse files
committed
fix handling
1 parent 973cc7d commit d027dab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ buildvariants:
5959
NO_EXT: "1"
6060

6161
# Atlas connect tests
62+
- name: atlas-connect-rhel8
63+
tasks:
64+
- name: .min-max-python
65+
display_name: Atlas connect RHEL8
66+
run_on:
67+
- rhel87-small
6268

6369
# Atlas data lake tests
6470
- name: atlas-data-lake-ubuntu-22-python3.9

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def create_doctests_variants():
475475

476476
def create_atlas_connect_variants():
477477
host = DEFAULT_HOST
478-
[
478+
return [
479479
create_variant(
480480
[".min-max-python"],
481481
get_variant_name("Atlas connect", host),

0 commit comments

Comments
 (0)