Skip to content

Commit 7520e21

Browse files
committed
clean up tasks
1 parent 46b5050 commit 7520e21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ tasks:
99
tags: [atlas_connect]
1010

1111
# Atlas data lake tests
12-
- name: test-atlas-data-lake
12+
- name: test-atlas-data-lake-with_ext
1313
commands:
1414
- func: run tests
1515
tags: [atlas_data_lake]
16-
- name: test-atlas-data-lake
16+
- name: test-atlas-data-lake-without_ext
1717
commands:
1818
- func: run tests
1919
tags: [atlas_data_lake]

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ def create_atlas_data_lake_tasks():
973973
vars = dict(TEST_NAME="data_lake")
974974
vars = handle_c_ext(c_ext, vars)
975975
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}"
977977
tasks.append(EvgTask(name=task_name, tags=tags, commands=[test_func]))
978978
return tasks
979979

0 commit comments

Comments
 (0)