Skip to content

Commit

Permalink
GODRIVER-2792 Separate Serverless OS into new axis. (#1303)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdale committed Jun 21, 2023
1 parent 3eaecef commit 836d408
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2357,11 +2357,6 @@ axes:
run_on: ubuntu1804-build
variables:
GO_DIST: "/opt/golang/go1.20"
- id: "ubuntu2004-go-1-20"
display_name: "Ubuntu 20.04"
run_on: ubuntu2004-build
variables:
GO_DIST: "/opt/golang/go1.20"
- id: "macos11-go-1-20"
display_name: "MacOS 11.0"
run_on: macos-1100
Expand Down Expand Up @@ -2414,6 +2409,15 @@ axes:
variables:
GO_DIST: "/opt/golang/go1.20"

- id: os-serverless
display_name: OS
values:
- id: "ubuntu2004-go-1-20"
display_name: "Ubuntu 20.04"
run_on: ubuntu2004-build
variables:
GO_DIST: "/opt/golang/go1.20"

task_groups:
- name: serverless_task_group
setup_group_can_fail_task: true
Expand Down Expand Up @@ -2721,8 +2725,8 @@ buildvariants:
- name: ".load-balancer"

- matrix_name: "serverless"
matrix_spec: { os-ssl-40: ["ubuntu2004-go-1-20"] }
display_name: "Serverless ${os-ssl-40}"
matrix_spec: { os-serverless: "*" }
display_name: "Serverless ${os-serverless}"
tasks:
- "serverless_task_group"

Expand Down

0 comments on commit 836d408

Please sign in to comment.