Skip to content

Commit 39a32d1

Browse files
committed
add missing expansion
1 parent 6ae57a4 commit 39a32d1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ buildvariants:
7575
display_name: Atlas connect RHEL8
7676
run_on:
7777
- rhel87-small
78+
expansions:
79+
TEST_NAME: atlas_connect
7880
tags: [pr]
7981

8082
# Atlas data lake tests

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ def create_atlas_connect_variants():
425425
get_variant_name("Atlas connect", host),
426426
tags=["pr"],
427427
host=DEFAULT_HOST,
428+
expansions = dict(TEST_NAME="atlas_connect")
428429
)
429430
]
430431

0 commit comments

Comments
 (0)