Skip to content

Commit aa371fa

Browse files
authored
CDRIVER-5874 Drop Debian 10 EVG task coverage (#2062)
1 parent 67a62bf commit aa371fa

File tree

4 files changed

+5
-21
lines changed

4 files changed

+5
-21
lines changed

.evergreen/generated_configs/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ functions:
123123
DRYRUN: "1"
124124
args:
125125
- -c
126-
- uv run --frozen --only-group format tools/format.py --mode=check
126+
- uv run --frozen --only-group=format tools/format.py --mode=check
127127
cse-sasl-cyrus-darwinssl-compile:
128128
- command: expansions.update
129129
params:

.evergreen/generated_configs/legacy-config.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16293,7 +16293,7 @@ buildvariants:
1629316293
- debug-compile-with-warnings
1629416294
- name: build-and-test-with-toolchain
1629516295
distros:
16296-
- debian10-small
16296+
- debian11-small
1629716297
- install-libmongoc-after-libbson
1629816298
tags:
1629916299
- pr-merge-gate
@@ -16340,15 +16340,6 @@ buildvariants:
1634016340
- debug-compile-sasl-openssl
1634116341
- .authentication-tests .openssl
1634216342
- .latest .nossl
16343-
- name: gcc83
16344-
display_name: GCC 8.3 (Debian 10.0)
16345-
expansions:
16346-
CC: gcc
16347-
run_on: debian10-test
16348-
tasks:
16349-
- release-compile
16350-
- debug-compile-nosasl-nossl
16351-
- .latest .nossl
1635216343
- name: gcc102
1635316344
display_name: GCC 10.2 (Debian 11.0)
1635416345
expansions:
@@ -16587,7 +16578,7 @@ buildvariants:
1658716578
- .versioned-api .8.0
1658816579
- name: testazurekms-variant
1658916580
display_name: Azure KMS
16590-
run_on: debian10-small
16581+
run_on: debian11-small
1659116582
tasks:
1659216583
- testazurekms_task_group
1659316584
- testazurekms-fail-task

.evergreen/legacy_config_generator/evergreen_config_lib/testazurekms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _create_variant():
103103
name="testazurekms-variant",
104104
display_name="Azure KMS",
105105
# Azure Virtual Machine created is Debian 10.
106-
run_on="debian10-small",
106+
run_on="debian11-small",
107107
tasks=["testazurekms_task_group", "testazurekms-fail-task"],
108108
batchtime=20160,
109109
) # Use a batchtime of 14 days as suggested by the CSFLE test README

.evergreen/legacy_config_generator/evergreen_config_lib/variants.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def days(n: int) -> int:
6767
OD([("name", "install-uninstall-check-mingw"), ("distros", ["windows-vsCurrent-large"])]),
6868
OD([("name", "install-uninstall-check-msvc"), ("distros", ["windows-vsCurrent-large"])]),
6969
"debug-compile-with-warnings",
70-
OD([("name", "build-and-test-with-toolchain"), ("distros", ["debian10-small"])]),
70+
OD([("name", "build-and-test-with-toolchain"), ("distros", ["debian11-small"])]),
7171
"install-libmongoc-after-libbson",
7272
],
7373
{
@@ -128,13 +128,6 @@ def days(n: int) -> int:
128128
],
129129
{"CC": "gcc"},
130130
),
131-
Variant(
132-
"gcc83",
133-
"GCC 8.3 (Debian 10.0)",
134-
"debian10-test",
135-
["release-compile", "debug-compile-nosasl-nossl", ".latest .nossl"],
136-
{"CC": "gcc"},
137-
),
138131
Variant(
139132
"gcc102",
140133
"GCC 10.2 (Debian 11.0)",

0 commit comments

Comments
 (0)