We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953a439 commit 761c5baCopy full SHA for 761c5ba
.evergreen/config_generator/etc/distros.py
@@ -45,8 +45,8 @@ def validate_os_ver(cls, value):
45
DEBIAN_DISTROS = [
46
Distro(name='debian92-large', os='debian', os_type='linux', os_ver='9.2', size='large'), # CDRIVER-5873
47
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'),
+ Distro(name='debian10-large', os='debian', os_type='linux', os_ver='10', size='large'), # CDRIVER-5874
+ Distro(name='debian10-small', os='debian', os_type='linux', os_ver='10', size='small'), # CDRIVER-5874
50
Distro(name='debian11-large', os='debian', os_type='linux', os_ver='11', size='large'),
51
Distro(name='debian11-small', os='debian', os_type='linux', os_ver='11', size='small'),
52
]
0 commit comments