Skip to content

Commit bc00e6f

Browse files
committed
update variant name
1 parent 1df98ce commit bc00e6f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,10 +644,10 @@ buildvariants:
644644
PYTHON_BINARY: /opt/python/3.13/bin/python3
645645

646646
# No server tests
647-
- name: no-server
647+
- name: no-server-rhel8
648648
tasks:
649649
- name: .no-local-server
650-
display_name: No server
650+
display_name: No server RHEL8
651651
run_on:
652652
- rhel87-small
653653

.evergreen/scripts/generate_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,8 @@ def create_aws_auth_variants():
533533

534534
def create_no_server_variants():
535535
host = HOSTS["rhel8"]
536-
return [create_variant([".no-local-server"], "No server", host=host)]
536+
name = get_variant_name("No server", host=host)
537+
return [create_variant([".no-local-server"], name, host=host)]
537538

538539

539540
def create_alternative_hosts_variants():

0 commit comments

Comments
 (0)