Skip to content

Commit 632b4ba

Browse files
committed
chore: add Windows Node Latest to smoke test configuration
1 parent 1a0ec07 commit 632b4ba

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

.evergreen/config.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3868,6 +3868,47 @@ buildvariants:
38683868
- test-tls-support-5.0
38693869
- test-tls-support-4.4
38703870
- test-tls-support-4.2
3871+
- name: windows-2022-latest-large-node-latest
3872+
display_name: Windows Node Latest
3873+
run_on: windows-2022-latest-large
3874+
expansions:
3875+
NODE_LTS_VERSION: latest
3876+
tasks:
3877+
- test-latest-server
3878+
- test-latest-replica_set
3879+
- test-latest-sharded_cluster
3880+
- test-rapid-server
3881+
- test-rapid-replica_set
3882+
- test-rapid-sharded_cluster
3883+
- test-8.0-server
3884+
- test-8.0-replica_set
3885+
- test-8.0-sharded_cluster
3886+
- test-7.0-server
3887+
- test-7.0-replica_set
3888+
- test-7.0-sharded_cluster
3889+
- test-6.0-server
3890+
- test-6.0-replica_set
3891+
- test-6.0-sharded_cluster
3892+
- test-5.0-server
3893+
- test-5.0-replica_set
3894+
- test-5.0-sharded_cluster
3895+
- test-4.4-server
3896+
- test-4.4-replica_set
3897+
- test-4.4-sharded_cluster
3898+
- test-4.2-server
3899+
- test-4.2-replica_set
3900+
- test-4.2-sharded_cluster
3901+
- test-latest-server-v1-api
3902+
- test-socks5-tls
3903+
- test-snappy-compression
3904+
- test-zstd-compression
3905+
- test-tls-support-latest
3906+
- test-tls-support-8.0
3907+
- test-tls-support-7.0
3908+
- test-tls-support-6.0
3909+
- test-tls-support-5.0
3910+
- test-tls-support-4.4
3911+
- test-tls-support-4.2
38713912
- name: rhel8-node20.19.0-test-csfle-mongocryptd
38723913
display_name: rhel 8 Node20.19.0 test mongocryptd
38733914
run_on: rhel80-large

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ for (const {
417417
BUILD_VARIANTS.push({ name, display_name, run_on, expansions, tasks: taskNames });
418418
}
419419

420-
const configureLatestNodeSmokeTest = os.match(/^rhel/);
420+
const configureLatestNodeSmokeTest = os.match(/^(rhel|windows)/);
421421
if (configureLatestNodeSmokeTest) {
422422
const buildVariantData = {
423423
name: `${osName}-node-latest`,

0 commit comments

Comments
 (0)