Skip to content

Commit

Permalink
GODRIVER-2942 Fix Failing Serverless MongoDB Download (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Aug 15, 2023
1 parent d6bd0d7 commit 95545ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2408,9 +2408,9 @@ axes:
- id: os-serverless
display_name: OS
values:
- id: "ubuntu2004-go-1-20"
display_name: "Ubuntu 20.04"
run_on: ubuntu2004-build
- id: "ubuntu2204-go-1-20"
display_name: "Ubuntu 22.04"
run_on: ubuntu2204-small
variables:
GO_DIST: "/opt/golang/go1.20"

Expand Down Expand Up @@ -2516,6 +2516,7 @@ task_groups:
display_name: "mongodb-logs.tar.gz"
tasks:
- ".serverless"

- name: testgcpkms_task_group
setup_group_can_fail_task: true
setup_group_timeout_secs: 1800 # 30 minutes
Expand Down

0 comments on commit 95545ff

Please sign in to comment.