Skip to content

Commit 5fb4e8d

Browse files
blink1073qingyang-hu
authored andcommitted
GODRIVER-2942 Fix Failing Serverless MongoDB Download (#1349)
1 parent 22bccaf commit 5fb4e8d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2408,9 +2408,9 @@ axes:
24082408
- id: os-serverless
24092409
display_name: OS
24102410
values:
2411-
- id: "ubuntu2004-go-1-20"
2412-
display_name: "Ubuntu 20.04"
2413-
run_on: ubuntu2004-build
2411+
- id: "ubuntu2204-go-1-20"
2412+
display_name: "Ubuntu 22.04"
2413+
run_on: ubuntu2204-small
24142414
variables:
24152415
GO_DIST: "/opt/golang/go1.20"
24162416

@@ -2516,6 +2516,7 @@ task_groups:
25162516
display_name: "mongodb-logs.tar.gz"
25172517
tasks:
25182518
- ".serverless"
2519+
25192520
- name: testgcpkms_task_group
25202521
setup_group_can_fail_task: true
25212522
setup_group_timeout_secs: 1800 # 30 minutes

0 commit comments

Comments
 (0)