File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ tasks:
101
101
AWS_ROLE_SESSION_NAME : test
102
102
PYTHON_VERSION : " 3.9"
103
103
tags : [auth-aws, auth-aws-web-identity]
104
- - name : test-auth-aws-latest- ecs
104
+ - name : test-auth-aws-ecs
105
105
commands :
106
106
- func : run server
107
107
vars :
@@ -114,7 +114,7 @@ tasks:
114
114
SUB_TEST_NAME : ecs
115
115
PYTHON_VERSION : null
116
116
tags : [auth-aws, auth-aws-ecs]
117
- - name : test-auth-aws-4.4- eks
117
+ - name : test-auth-aws-eks
118
118
commands :
119
119
- func : assume ec2 role
120
120
- func : run tests
Original file line number Diff line number Diff line change @@ -755,6 +755,7 @@ def create_aws_tasks():
755
755
tags = [* base_tags , f"auth-aws-{ test_type } " ]
756
756
if test_type in ["eks" , "ecs" ]:
757
757
python = None # noqa:PLW2901
758
+ base_name = "test-auth-aws"
758
759
name = get_task_name (f"{ base_name } -{ test_type } " , python = python )
759
760
test_vars = dict (TEST_NAME = "auth_aws" , SUB_TEST_NAME = test_type , PYTHON_VERSION = python )
760
761
test_func = FunctionCall (func = "run tests" , vars = test_vars )
You can’t perform that action at this time.
0 commit comments