Skip to content

Commit 2b57f8a

Browse files
committed
add STABLE_VERSION
1 parent 276e5a7 commit 2b57f8a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,27 +1200,25 @@ tasks:
12001200
- server-latest
12011201
- python-3.13
12021202
- sharded_cluster-auth-ssl
1203-
- name: test-v['8.0']-pypy3.10-noauth-ssl-replica-set
1203+
- name: test-v8.0-pypy3.10-noauth-ssl-replica-set
12041204
commands:
12051205
- func: assume ec2 role
12061206
- func: run server
12071207
vars:
12081208
AUTH: noauth
12091209
SSL: ssl
12101210
TOPOLOGY: replica_set
1211-
VERSION:
1212-
- "8.0"
1211+
VERSION: "8.0"
12131212
- func: run tests
12141213
vars:
12151214
AUTH: noauth
12161215
SSL: ssl
12171216
TOPOLOGY: replica_set
1218-
VERSION:
1219-
- "8.0"
1217+
VERSION: "8.0"
12201218
PYTHON_VERSION: pypy3.10
12211219
tags:
12221220
- min-max-tests
1223-
- server-['8.0']
1221+
- server-8.0
12241222
- python-pypy3.10
12251223
- replica_set-noauth-ssl
12261224
- pypy

.evergreen/scripts/generate_config_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
##############
2323

2424
ALL_VERSIONS = ["4.0", "4.2", "4.4", "5.0", "6.0", "7.0", "8.0", "rapid", "latest"]
25-
STABLE_VERSION = ["8.0"]
25+
STABLE_VERSION = "8.0"
2626
CPYTHONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
2727
PYPYS = ["pypy3.10"]
2828
ALL_PYTHONS = CPYTHONS + PYPYS

0 commit comments

Comments
 (0)