File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
tags : [atlas_connect]
10
10
11
11
# Atlas data lake tests
12
- - name : test-atlas-data-lake
12
+ - name : test-atlas-data-lake-with_ext
13
13
commands :
14
14
- func : run tests
15
15
tags : [atlas_data_lake]
16
- - name : test-atlas-data-lake
16
+ - name : test-atlas-data-lake-without_ext
17
17
commands :
18
18
- func : run tests
19
19
tags : [atlas_data_lake]
Original file line number Diff line number Diff line change @@ -973,7 +973,7 @@ def create_atlas_data_lake_tasks():
973
973
vars = dict (TEST_NAME = "data_lake" )
974
974
vars = handle_c_ext (c_ext , vars )
975
975
test_func = FunctionCall (func = "run tests" , vars = vars )
976
- task_name = "test-atlas-data-lake"
976
+ task_name = f "test-atlas-data-lake- { c_ext } "
977
977
tasks .append (EvgTask (name = task_name , tags = tags , commands = [test_func ]))
978
978
return tasks
979
979
You can’t perform that action at this time.
0 commit comments