File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -533,7 +533,8 @@ def create_aws_auth_variants():
533533
534534def 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
539540def create_alternative_hosts_variants ():
You can’t perform that action at this time.
0 commit comments