Skip to content

Commit 7b6f228

Browse files
committed
clean up task names
1 parent 6de109d commit 7b6f228

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ tasks:
101101
AWS_ROLE_SESSION_NAME: test
102102
PYTHON_VERSION: "3.9"
103103
tags: [auth-aws, auth-aws-web-identity]
104-
- name: test-auth-aws-latest-ecs
104+
- name: test-auth-aws-ecs
105105
commands:
106106
- func: run server
107107
vars:
@@ -114,7 +114,7 @@ tasks:
114114
SUB_TEST_NAME: ecs
115115
PYTHON_VERSION: null
116116
tags: [auth-aws, auth-aws-ecs]
117-
- name: test-auth-aws-4.4-eks
117+
- name: test-auth-aws-eks
118118
commands:
119119
- func: assume ec2 role
120120
- func: run tests

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@ def create_aws_tasks():
755755
tags = [*base_tags, f"auth-aws-{test_type}"]
756756
if test_type in ["eks", "ecs"]:
757757
python = None # noqa:PLW2901
758+
base_name = "test-auth-aws"
758759
name = get_task_name(f"{base_name}-{test_type}", python=python)
759760
test_vars = dict(TEST_NAME="auth_aws", SUB_TEST_NAME=test_type, PYTHON_VERSION=python)
760761
test_func = FunctionCall(func="run tests", vars=test_vars)

0 commit comments

Comments
 (0)