@@ -66,39 +66,43 @@ buildvariants:
66
66
PYTHON_BINARY : /opt/python/3.13/bin/python3
67
67
68
68
# Atlas data lake tests
69
- - name : atlas-data-lake-rhel8- py3.9-no-c
69
+ - name : atlas-data-lake-ubuntu-22- py3.9-auth -no-c
70
70
tasks :
71
71
- name : atlas-data-lake-tests
72
- display_name : Atlas Data Lake RHEL8 py3.9 No C
72
+ display_name : Atlas Data Lake Ubuntu-22 py3.9 Auth No C
73
73
run_on :
74
- - rhel87 -small
74
+ - ubuntu2204 -small
75
75
expansions :
76
+ AUTH : auth
76
77
NO_EXT : " 1"
77
78
PYTHON_BINARY : /opt/python/3.9/bin/python3
78
- - name : atlas-data-lake-rhel8- py3.9
79
+ - name : atlas-data-lake-ubuntu-22- py3.9-auth
79
80
tasks :
80
81
- name : atlas-data-lake-tests
81
- display_name : Atlas Data Lake RHEL8 py3.9
82
+ display_name : Atlas Data Lake Ubuntu-22 py3.9 Auth
82
83
run_on :
83
- - rhel87 -small
84
+ - ubuntu2204 -small
84
85
expansions :
86
+ AUTH : auth
85
87
PYTHON_BINARY : /opt/python/3.9/bin/python3
86
- - name : atlas-data-lake-rhel8- py3.13-no-c
88
+ - name : atlas-data-lake-ubuntu-22- py3.13-auth -no-c
87
89
tasks :
88
90
- name : atlas-data-lake-tests
89
- display_name : Atlas Data Lake RHEL8 py3.13 No C
91
+ display_name : Atlas Data Lake Ubuntu-22 py3.13 Auth No C
90
92
run_on :
91
- - rhel87 -small
93
+ - ubuntu2204 -small
92
94
expansions :
95
+ AUTH : auth
93
96
NO_EXT : " 1"
94
97
PYTHON_BINARY : /opt/python/3.13/bin/python3
95
- - name : atlas-data-lake-rhel8- py3.13
98
+ - name : atlas-data-lake-ubuntu-22- py3.13-auth
96
99
tasks :
97
100
- name : atlas-data-lake-tests
98
- display_name : Atlas Data Lake RHEL8 py3.13
101
+ display_name : Atlas Data Lake Ubuntu-22 py3.13 Auth
99
102
run_on :
100
- - rhel87 -small
103
+ - ubuntu2204 -small
101
104
expansions :
105
+ AUTH : auth
102
106
PYTHON_BINARY : /opt/python/3.13/bin/python3
103
107
104
108
# Aws auth tests
0 commit comments