@@ -999,6 +999,7 @@ tasks:
999
999
vars :
1000
1000
VARIANT : gke
1001
1001
1002
+
1002
1003
- name : " serverless-test-task"
1003
1004
disable : true # TODO JAVA-5849
1004
1005
commands :
@@ -1698,6 +1699,8 @@ tasks:
1698
1699
GCPKMS_CMD="MONGODB_URI=mongodb://localhost:27017 PROVIDER=gcp ./.evergreen/run-fle-on-demand-credential-test.sh" $DRIVERS_TOOLS/.evergreen/csfle/gcpkms/run-command.sh
1699
1700
1700
1701
- name : " test-azure-kms-task"
1702
+ # Might exceed 1 hour of execution.
1703
+ exec_timeout_secs : 7200
1701
1704
commands :
1702
1705
- command : shell.exec
1703
1706
type : " setup"
@@ -1783,7 +1786,7 @@ axes:
1783
1786
run_on : " rhel80-small"
1784
1787
- id : " ubuntu"
1785
1788
display_name : " Ubuntu"
1786
- run_on : " ubuntu2004 -small"
1789
+ run_on : " ubuntu2204 -small"
1787
1790
1788
1791
- id : " topology"
1789
1792
display_name : " Topology"
@@ -2212,14 +2215,14 @@ buildvariants:
2212
2215
2213
2216
- name : " test-oidc-azure-variant"
2214
2217
display_name : " OIDC Auth Azure"
2215
- run_on : ubuntu2204-large
2218
+ run_on : ubuntu2204-small
2216
2219
tasks :
2217
2220
- name : " test-oidc-azure-task-group"
2218
2221
batchtime : 20160 # 14 days
2219
2222
2220
2223
- name : " test-oidc-gcp-variant"
2221
2224
display_name : " OIDC Auth GCP"
2222
- run_on : ubuntu2204-large
2225
+ run_on : ubuntu2204-small
2223
2226
tasks :
2224
2227
- name : " test-oidc-gcp-task-group"
2225
2228
batchtime : 20160 # 14 days
@@ -2241,7 +2244,7 @@ buildvariants:
2241
2244
2242
2245
- name : " atlas-data-lake-test"
2243
2246
display_name : " Atlas Data Lake test"
2244
- run_on : " ubuntu2004 -small"
2247
+ run_on : " ubuntu2204 -small"
2245
2248
tasks :
2246
2249
- name : " atlas-data-lake-task"
2247
2250
@@ -2253,28 +2256,28 @@ buildvariants:
2253
2256
2254
2257
- name : " publish-snapshot"
2255
2258
display_name : " Publish Snapshot"
2256
- run_on : " ubuntu2004 -small"
2259
+ run_on : " ubuntu2204 -small"
2257
2260
tasks :
2258
2261
- name : " publish-snapshot-task"
2259
2262
2260
2263
- name : " publish-release"
2261
2264
display_name : " Publish Release"
2262
- run_on : " ubuntu2004 -small"
2265
+ run_on : " ubuntu2204 -small"
2263
2266
tasks :
2264
2267
- name : " publish-release-task"
2265
2268
2266
2269
- name : " test-gcp-kms-variant"
2267
2270
display_name : " GCP KMS"
2268
2271
run_on :
2269
- - debian11 -small
2272
+ - debian12 -small
2270
2273
tasks :
2271
2274
- name : " test-gcp-kms-task-group"
2272
2275
batchtime : 20160 # Use a batchtime of 14 days as suggested by the CSFLE test README
2273
2276
2274
2277
- name : " test-azure-kms-variant"
2275
2278
display_name : " Azure KMS"
2276
2279
run_on :
2277
- - debian11 -small
2280
+ - debian12 -small
2278
2281
tasks :
2279
2282
- name : " test-azure-kms-task-group"
2280
2283
batchtime : 20160 # Use a batchtime of 14 days as suggested by the CSFLE test README
@@ -2432,14 +2435,14 @@ buildvariants:
2432
2435
matrix_spec : { ssl: "nossl", jdk: [ "jdk8", "jdk17", "jdk21" ], version: [ "4.4", "5.0", "6.0", "7.0", "8.0", "latest" ], os: "ubuntu",
2433
2436
aws-credential-provider : " *" }
2434
2437
display_name : " MONGODB-AWS Basic Auth test ${version} ${jdk} ${aws-credential-provider}"
2435
- run_on : " ubuntu2004 -small"
2438
+ run_on : " ubuntu2204 -small"
2436
2439
tasks :
2437
2440
- name : " aws-auth-test-with-regular-aws-credentials-task"
2438
2441
2439
2442
- matrix_name : " aws-ec2-auth-test"
2440
2443
matrix_spec : { ssl: "nossl", jdk: [ "jdk21" ], version: [ "7.0" ], os: "ubuntu", aws-credential-provider: "*" }
2441
2444
display_name : " MONGODB-AWS Advanced Auth test ${version} ${jdk} ${aws-credential-provider}"
2442
- run_on : " ubuntu2004 -small"
2445
+ run_on : " ubuntu2204 -small"
2443
2446
tasks :
2444
2447
- name : " aws-auth-test-with-aws-EC2-credentials-task"
2445
2448
- name : " aws-auth-test-with-assume-role-credentials-task"
@@ -2451,7 +2454,7 @@ buildvariants:
2451
2454
matrix_spec : { ssl: "nossl", auth: "noauth", jdk: "jdk21", version: [ "5.0", "6.0", "7.0", "8.0", "latest" ], topology: "standalone",
2452
2455
os : " linux" }
2453
2456
display_name : " Accept API Version 2 ${version}"
2454
- run_on : " ubuntu2004 -small"
2457
+ run_on : " ubuntu2204 -small"
2455
2458
tasks :
2456
2459
- name : " accept-api-version-2-test-task"
2457
2460
0 commit comments