Skip to content

Commit f6234c2

Browse files
committed
fix selectors
1 parent f3daf04 commit f6234c2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,47 +107,47 @@ buildvariants:
107107
# Aws auth tests
108108
- name: auth-aws-ubuntu-20-python3.9
109109
tasks:
110-
- name: .auth-aws !.auth-aws-ecs
110+
- name: .auth-aws
111111
display_name: Auth AWS Ubuntu-20 Python3.9
112112
run_on:
113113
- ubuntu2004-small
114114
expansions:
115115
PYTHON_BINARY: /opt/python/3.9/bin/python3
116116
- name: auth-aws-ubuntu-20-python3.13
117117
tasks:
118-
- name: .auth-aws !.auth-aws-ecs
118+
- name: .auth-aws
119119
display_name: Auth AWS Ubuntu-20 Python3.13
120120
run_on:
121121
- ubuntu2004-small
122122
expansions:
123123
PYTHON_BINARY: /opt/python/3.13/bin/python3
124124
- name: auth-aws-win64-python3.9
125125
tasks:
126-
- name: .auth-aws
126+
- name: .auth-aws !.auth-aws-ecs
127127
display_name: Auth AWS Win64 Python3.9
128128
run_on:
129129
- windows-64-vsMulti-small
130130
expansions:
131131
PYTHON_BINARY: C:/python/Python39/python.exe
132132
- name: auth-aws-win64-python3.13
133133
tasks:
134-
- name: .auth-aws
134+
- name: .auth-aws !.auth-aws-ecs
135135
display_name: Auth AWS Win64 Python3.13
136136
run_on:
137137
- windows-64-vsMulti-small
138138
expansions:
139139
PYTHON_BINARY: C:/python/Python313/python.exe
140140
- name: auth-aws-macos-python3.9
141141
tasks:
142-
- name: .auth-aws !.auth-aws-web-identity !.auth-aws-ecs
142+
- name: .auth-aws !.auth-aws-web-identity !.auth-aws-ecs !.auth-aws-ec2
143143
display_name: Auth AWS macOS Python3.9
144144
run_on:
145145
- macos-14
146146
expansions:
147147
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
148148
- name: auth-aws-macos-python3.13
149149
tasks:
150-
- name: .auth-aws !.auth-aws-web-identity !.auth-aws-ecs
150+
- name: .auth-aws !.auth-aws-web-identity !.auth-aws-ecs !.auth-aws-ec2
151151
display_name: Auth AWS macOS Python3.13
152152
run_on:
153153
- macos-14

.evergreen/scripts/generate_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,8 @@ def create_aws_auth_variants():
739739
expansions = dict()
740740
tasks = [".auth-aws"]
741741
if host_name == "macos":
742-
tasks = [".auth-aws !.auth-aws-web-identity !.auth-aws-ecs"]
743-
elif host_name == "ubuntu20":
742+
tasks = [".auth-aws !.auth-aws-web-identity !.auth-aws-ecs !.auth-aws-ec2"]
743+
elif host_name == "win64":
744744
tasks = [".auth-aws !.auth-aws-ecs"]
745745
host = HOSTS[host_name]
746746
variant = create_variant(

0 commit comments

Comments
 (0)