Skip to content

Commit a63d36b

Browse files
committed
address review
1 parent 289aa54 commit a63d36b

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
@@ -66,7 +66,7 @@ buildvariants:
6666
# Atlas connect tests
6767
- name: atlas-connect-rhel8
6868
tasks:
69-
- name: .no-orchestration
69+
- name: .test-no-orchestration
7070
display_name: Atlas connect RHEL8
7171
run_on:
7272
- rhel87-small

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def create_atlas_connect_variants():
481481
host = DEFAULT_HOST
482482
return [
483483
create_variant(
484-
[".no-orchestration"],
484+
[".test-no-orchestration"],
485485
get_variant_name("Atlas connect", host),
486486
host=DEFAULT_HOST,
487487
)

0 commit comments

Comments
 (0)