Skip to content

Commit ebc7edb

Browse files
committed
only test min deps on rhel
1 parent 4036ee7 commit ebc7edb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ buildvariants:
190190
- name: encryption-macos
191191
tasks:
192192
- name: .test-non-standard !.pypy
193-
- name: .test-min-deps
194193
display_name: Encryption macOS
195194
run_on:
196195
- macos-14
@@ -201,7 +200,6 @@ buildvariants:
201200
- name: encryption-win64
202201
tasks:
203202
- name: .test-non-standard !.pypy
204-
- name: .test-min-deps
205203
display_name: Encryption Win64
206204
run_on:
207205
- windows-64-vsMulti-small
@@ -224,7 +222,6 @@ buildvariants:
224222
- name: encryption-crypt_shared-macos
225223
tasks:
226224
- name: .test-non-standard !.pypy
227-
- name: .test-min-deps
228225
display_name: Encryption crypt_shared macOS
229226
run_on:
230227
- macos-14
@@ -236,7 +233,6 @@ buildvariants:
236233
- name: encryption-crypt_shared-win64
237234
tasks:
238235
- name: .test-non-standard !.pypy
239-
- name: .test-min-deps
240236
display_name: Encryption crypt_shared Win64
241237
run_on:
242238
- windows-64-vsMulti-small

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def get_encryption_expansions(encryption):
144144
display_name = get_variant_name(encryption, host, **expansions)
145145
tasks = [".test-non-standard", ".test-min-deps"]
146146
if host != "rhel8":
147-
tasks = [".test-non-standard !.pypy", ".test-min-deps"]
147+
tasks = [".test-non-standard !.pypy"]
148148
variant = create_variant(
149149
tasks,
150150
display_name,

0 commit comments

Comments
 (0)