Skip to content

Commit d175491

Browse files
committed
bump perf
1 parent 21cfd13 commit d175491

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,17 +153,16 @@ buildvariants:
153153
- rhel87-small
154154

155155
# Disable test commands tests
156-
- name: disable-test-commands-rhel8-python3.10
156+
- name: disable-test-commands-rhel8
157157
tasks:
158158
- name: .test-standard .server-latest
159-
display_name: Disable test commands RHEL8 Python3.10
159+
display_name: Disable test commands RHEL8
160160
run_on:
161161
- rhel87-small
162162
expansions:
163163
AUTH: auth
164164
SSL: ssl
165165
DISABLE_TEST_COMMANDS: "1"
166-
PYTHON_BINARY: /opt/python/3.10/bin/python3
167166

168167
# Doctests tests
169168
- name: doctests-rhel8

.evergreen/scripts/generate_config.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,9 @@ def create_mod_wsgi_variants():
330330
def create_disable_test_commands_variants():
331331
host = DEFAULT_HOST
332332
expansions = dict(AUTH="auth", SSL="ssl", DISABLE_TEST_COMMANDS="1")
333-
python = CPYTHONS[0]
334-
display_name = get_variant_name("Disable test commands", host, python=python)
333+
display_name = get_variant_name("Disable test commands", host)
335334
tasks = [".test-standard .server-latest"]
336-
return [create_variant(tasks, display_name, host=host, python=python, expansions=expansions)]
335+
return [create_variant(tasks, display_name, host=host, expansions=expansions)]
337336

338337

339338
def create_oidc_auth_variants():

.evergreen/scripts/setup_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
GROUP_MAP = dict(mockupdb="mockupdb", perf="perf")
5454

5555
# The python version used for perf tests.
56-
PERF_PYTHON_VERSION = "3.9.13"
56+
PERF_PYTHON_VERSION = "3.10.11"
5757

5858

5959
def is_set(var: str) -> bool:

0 commit comments

Comments
 (0)