Skip to content

Commit d5070de

Browse files
committed
Add JIRA ticket reference for Debian 10 removal
1 parent f1eb8a4 commit d5070de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config_generator/etc/distros.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ def validate_os_ver(cls, value):
4545
DEBIAN_DISTROS = [
4646
Distro(name='debian92-large', os='debian', os_type='linux', os_ver='9.2', size='large'), # CDRIVER-5873
4747
Distro(name='debian92-small', os='debian', os_type='linux', os_ver='9.2', size='small'), # CDRIVER-5873
48-
Distro(name='debian10-large', os='debian', os_type='linux', os_ver='10', size='large'),
49-
Distro(name='debian10-small', os='debian', os_type='linux', os_ver='10', size='small'),
48+
Distro(name='debian10-large', os='debian', os_type='linux', os_ver='10', size='large'), # CDRIVER-5874
49+
Distro(name='debian10-small', os='debian', os_type='linux', os_ver='10', size='small'), # CDRIVER-5874
5050
Distro(name='debian11-large', os='debian', os_type='linux', os_ver='11', size='large'),
5151
Distro(name='debian11-small', os='debian', os_type='linux', os_ver='11', size='small'),
5252
Distro(name='debian92-large', os='debian', os_type='linux', os_ver='9.2', size='large'),

0 commit comments

Comments
 (0)