@@ -2682,6 +2682,27 @@ task_groups:
26822682 setup_group_timeout_secs : 1800
26832683 tasks :
26842684 - oidc-auth-test-k8s-latest-gke
2685+ - name : testk8soidc_task_group_aks
2686+ setup_group :
2687+ - func : fetch source
2688+ - func : assume secrets manager role
2689+ - command : subprocess.exec
2690+ params :
2691+ binary : bash
2692+ add_expansions_to_env : true
2693+ args :
2694+ - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
2695+ teardown_group :
2696+ - func : upload coverage report
2697+ - command : subprocess.exec
2698+ params :
2699+ binary : bash
2700+ args :
2701+ - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
2702+ setup_group_can_fail_task : true
2703+ setup_group_timeout_secs : 1800
2704+ tasks :
2705+ - oidc-auth-test-k8s-latest-aks
26852706 - name : testtestoidc_task_group
26862707 setup_group :
26872708 - func : fetch source
@@ -3055,14 +3076,17 @@ buildvariants:
30553076 - test-tls-support-5.0
30563077 - test-tls-support-4.4
30573078 - test-tls-support-4.2
3058- - name : windows-vsCurrent -large-iron
3079+ - name : windows-2022-latest -large-iron
30593080 display_name : Windows Node20.19.0
3060- run_on : windows-vsCurrent -large
3081+ run_on : windows-2022-latest -large
30613082 expansions :
30623083 NODE_LTS_VERSION : 20.19.0
30633084 CLIENT_ENCRYPTION : ' false'
30643085 TEST_CSFLE : ' false'
30653086 tasks :
3087+ - test-latest-server
3088+ - test-latest-replica_set
3089+ - test-latest-sharded_cluster
30663090 - test-rapid-server
30673091 - test-rapid-replica_set
30683092 - test-rapid-sharded_cluster
@@ -3084,20 +3108,29 @@ buildvariants:
30843108 - test-4.2-server
30853109 - test-4.2-replica_set
30863110 - test-4.2-sharded_cluster
3111+ - test-latest-server-v1-api
3112+ - test-socks5
3113+ - test-socks5-tls
3114+ - test-snappy-compression
3115+ - test-zstd-compression
3116+ - test-tls-support-latest
30873117 - test-tls-support-8.0
30883118 - test-tls-support-7.0
30893119 - test-tls-support-6.0
30903120 - test-tls-support-5.0
30913121 - test-tls-support-4.4
30923122 - test-tls-support-4.2
3093- - name : windows-vsCurrent -large-Node22
3123+ - name : windows-2022-latest -large-Node22
30943124 display_name : Windows Node22
3095- run_on : windows-vsCurrent -large
3125+ run_on : windows-2022-latest -large
30963126 expansions :
30973127 NODE_LTS_VERSION : 22
30983128 CLIENT_ENCRYPTION : ' false'
30993129 TEST_CSFLE : ' false'
31003130 tasks :
3131+ - test-latest-server
3132+ - test-latest-replica_set
3133+ - test-latest-sharded_cluster
31013134 - test-rapid-server
31023135 - test-rapid-replica_set
31033136 - test-rapid-sharded_cluster
@@ -3119,20 +3152,29 @@ buildvariants:
31193152 - test-4.2-server
31203153 - test-4.2-replica_set
31213154 - test-4.2-sharded_cluster
3155+ - test-latest-server-v1-api
3156+ - test-socks5
3157+ - test-socks5-tls
3158+ - test-snappy-compression
3159+ - test-zstd-compression
3160+ - test-tls-support-latest
31223161 - test-tls-support-8.0
31233162 - test-tls-support-7.0
31243163 - test-tls-support-6.0
31253164 - test-tls-support-5.0
31263165 - test-tls-support-4.4
31273166 - test-tls-support-4.2
3128- - name : windows-vsCurrent -large-Node24
3167+ - name : windows-2022-latest -large-Node24
31293168 display_name : Windows Node24
3130- run_on : windows-vsCurrent -large
3169+ run_on : windows-2022-latest -large
31313170 expansions :
31323171 NODE_LTS_VERSION : 24
31333172 CLIENT_ENCRYPTION : ' false'
31343173 TEST_CSFLE : ' false'
31353174 tasks :
3175+ - test-latest-server
3176+ - test-latest-replica_set
3177+ - test-latest-sharded_cluster
31363178 - test-rapid-server
31373179 - test-rapid-replica_set
31383180 - test-rapid-sharded_cluster
@@ -3154,6 +3196,12 @@ buildvariants:
31543196 - test-4.2-server
31553197 - test-4.2-replica_set
31563198 - test-4.2-sharded_cluster
3199+ - test-latest-server-v1-api
3200+ - test-socks5
3201+ - test-socks5-tls
3202+ - test-snappy-compression
3203+ - test-zstd-compression
3204+ - test-tls-support-latest
31573205 - test-tls-support-8.0
31583206 - test-tls-support-7.0
31593207 - test-tls-support-6.0
0 commit comments