We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bccaf commit 5fb4e8dCopy full SHA for 5fb4e8d
.evergreen/config.yml
@@ -2408,9 +2408,9 @@ axes:
2408
- id: os-serverless
2409
display_name: OS
2410
values:
2411
- - id: "ubuntu2004-go-1-20"
2412
- display_name: "Ubuntu 20.04"
2413
- run_on: ubuntu2004-build
+ - id: "ubuntu2204-go-1-20"
+ display_name: "Ubuntu 22.04"
+ run_on: ubuntu2204-small
2414
variables:
2415
GO_DIST: "/opt/golang/go1.20"
2416
@@ -2516,6 +2516,7 @@ task_groups:
2516
display_name: "mongodb-logs.tar.gz"
2517
tasks:
2518
- ".serverless"
2519
+
2520
- name: testgcpkms_task_group
2521
setup_group_can_fail_task: true
2522
setup_group_timeout_secs: 1800 # 30 minutes
0 commit comments