Skip to content

Commit cd8c6a7

Browse files
committed
update tasks
1 parent 7644696 commit cd8c6a7

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ tasks:
88
TEST_NAME: atlas_connect
99
tags: [atlas_connect]
1010

11+
# Atlas data lake tests
12+
- name: test-atlas-data-lake
13+
commands:
14+
- func: run tests
15+
vars:
16+
TEST_NAME: data_lake
17+
tags: [atlas_data_lake]
18+
1119
# Aws tests
1220
- name: test-auth-aws-4.4-regular
1321
commands:

.evergreen/generated_configs/variants.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ buildvariants:
6767
# Atlas data lake tests
6868
- name: atlas-data-lake-ubuntu-22-python3.9-auth-no-c
6969
tasks:
70-
- name: atlas-data-lake-tests
70+
- name: .atlas_data_lake
7171
display_name: Atlas Data Lake Ubuntu-22 Python3.9 Auth No C
7272
run_on:
7373
- ubuntu2204-small
@@ -77,7 +77,7 @@ buildvariants:
7777
PYTHON_BINARY: /opt/python/3.9/bin/python3
7878
- name: atlas-data-lake-ubuntu-22-python3.9-auth
7979
tasks:
80-
- name: atlas-data-lake-tests
80+
- name: .atlas_data_lake
8181
display_name: Atlas Data Lake Ubuntu-22 Python3.9 Auth
8282
run_on:
8383
- ubuntu2204-small
@@ -86,7 +86,7 @@ buildvariants:
8686
PYTHON_BINARY: /opt/python/3.9/bin/python3
8787
- name: atlas-data-lake-ubuntu-22-python3.13-auth-no-c
8888
tasks:
89-
- name: atlas-data-lake-tests
89+
- name: .atlas_data_lake
9090
display_name: Atlas Data Lake Ubuntu-22 Python3.13 Auth No C
9191
run_on:
9292
- ubuntu2204-small
@@ -96,7 +96,7 @@ buildvariants:
9696
PYTHON_BINARY: /opt/python/3.13/bin/python3
9797
- name: atlas-data-lake-ubuntu-22-python3.13-auth
9898
tasks:
99-
- name: atlas-data-lake-tests
99+
- name: .atlas_data_lake
100100
display_name: Atlas Data Lake Ubuntu-22 Python3.13 Auth
101101
run_on:
102102
- ubuntu2204-small

0 commit comments

Comments
 (0)